Searched refs:fb_right (Results 1 – 4 of 4) sorted by relevance
| /drivers/video/fbdev/core/ |
| A D | fb_copyarea.h | 205 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd() 215 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd() 219 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd() 223 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd() 227 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd() 235 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd() 296 if (fb_right(~0UL, right) & last) in fb_copy_rev() 312 d0 = fb_left(d1, left) | fb_right(d0, right); in fb_copy_rev() 316 d0 = fb_left(d1, left) | fb_right(d0, right); in fb_copy_rev() 333 d0 = fb_left(d1, left) | fb_right(d0, right); in fb_copy_rev() [all …]
|
| A D | fb_draw.h | 78 static inline unsigned long fb_right(unsigned long value, int index) in fb_right() function 128 return reverse.pixel ? fb_left(~0UL, index) : swab_long(fb_right(~0UL, index)); in fb_pixel_mask() 130 return reverse.pixel ? swab_long(fb_left(~0UL, index)) : fb_right(~0UL, index); in fb_pixel_mask() 132 return reverse.byte ? swab_long(fb_right(~0UL, index)) : fb_right(~0UL, index); in fb_pixel_mask()
|
| A D | fb_fillrect.h | 63 | fb_right(pattern->pixels, pattern->right); in fb_pattern_rotate() 229 return fb_right(pattern, shift) | fb_left(pattern, bpp - shift); in fb_rotate()
|
| A D | fb_imageblit.h | 139 val &= ~fb_right(~0UL, shift); in fb_bitblit() 146 val |= fb_right(pixels, shift); in fb_bitblit()
|
Completed in 7 milliseconds