Home
last modified time | relevance | path

Searched refs:fb_pixel_mask (Results 1 – 4 of 4) sorted by relevance

/drivers/video/fbdev/core/
A Dfb_copyarea.h56 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 Dfb_fillrect.h115 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 Dfb_draw.h124 static inline unsigned long fb_pixel_mask(int index, struct fb_reverse reverse) in fb_pixel_mask() function
A Dfb_imageblit.h159 mask = ~fb_pixel_mask(shift, reverse); in fb_bitblit()

Completed in 10 milliseconds