Searched refs:fb_pixel_mask (Results 1 – 4 of 4) sorted by relevance
| /drivers/video/fbdev/core/ |
| A D | fb_copyarea.h | 56 first = fb_pixel_mask(dst->bits, reverse); in fb_copy_aligned_fwd() 57 last = ~fb_pixel_mask(end & (BITS_PER_LONG-1), reverse); in fb_copy_aligned_fwd() 102 first = fb_pixel_mask(dst->bits, reverse); in fb_copy_aligned_rev() 103 last = ~fb_pixel_mask(end & (BITS_PER_LONG-1), reverse); in fb_copy_aligned_rev() 169 first = fb_pixel_mask(dst->bits, reverse); in fb_copy_fwd() 170 last = ~fb_pixel_mask(end & (BITS_PER_LONG-1), reverse); in fb_copy_fwd() 263 first = fb_pixel_mask(dst->bits, reverse); in fb_copy_rev() 264 last = ~fb_pixel_mask(end & (BITS_PER_LONG-1), reverse); in fb_copy_rev()
|
| A D | fb_fillrect.h | 115 first = fb_pixel_mask(dst->bits, pattern->reverse); in bitfill() 116 last = ~fb_pixel_mask(end & (BITS_PER_LONG-1), pattern->reverse); in bitfill() 164 first = fb_pixel_mask(dst->bits, pattern->reverse); in bitinvert() 165 last = ~fb_pixel_mask(end & (BITS_PER_LONG-1), pattern->reverse); in bitinvert()
|
| A D | fb_draw.h | 124 static inline unsigned long fb_pixel_mask(int index, struct fb_reverse reverse) in fb_pixel_mask() function
|
| A D | fb_imageblit.h | 159 mask = ~fb_pixel_mask(shift, reverse); in fb_bitblit()
|
Completed in 10 milliseconds