Lines Matching +full:0 +full:xff0000ff
27 0x00000000,0x000000ff,0x0000ff00,0x0000ffff,
28 0x00ff0000,0x00ff00ff,0x00ffff00,0x00ffffff,
29 0xff000000,0xff0000ff,0xff00ff00,0xff00ffff,
30 0xffff0000,0xffff00ff,0xffffff00,0xffffffff
34 0x00000000,0xff000000,0x00ff0000,0xffff0000,
35 0x0000ff00,0xff00ff00,0x00ffff00,0xffffff00,
36 0x000000ff,0xff0000ff,0x00ff00ff,0xffff00ff,
37 0x0000ffff,0xff00ffff,0x00ffffff,0xffffffff
41 0x00000000, 0x0000ffff, 0xffff0000, 0xffffffff
45 0x00000000, 0xffff0000, 0x0000ffff, 0xffffffff
49 0x00000000, 0xffffffff
57 u32 color = 0, val, shift; in color_imageblit()
67 shift = 0; in color_imageblit()
68 val = 0; in color_imageblit()
71 u32 start_mask = ~(FB_SHIFT_HIGH(p, ~(u32)0, in color_imageblit()
87 val = (shift == null_bits) ? 0 : in color_imageblit()
95 u32 end_mask = FB_SHIFT_HIGH(p, ~(u32)0, shift); in color_imageblit()
115 u32 shift, color = 0, bpp = p->var.bits_per_pixel; in slow_imageblit()
128 shift = val = 0; in slow_imageblit()
136 u32 start_mask = ~(FB_SHIFT_HIGH(p, ~(u32)0, in slow_imageblit()
150 val = (shift == null_bits) ? 0 : in slow_imageblit()
160 u32 end_mask = FB_SHIFT_HIGH(p, ~(u32)0, shift); in slow_imageblit()
227 for (i = 0; i < tablen; ++i) in fast_imageblit()
244 *dst++ = colortab[(*src >> 0) & bit_mask]; in fast_imageblit()
252 *dst++ = colortab[(*src >> 0) & bit_mask]; in fast_imageblit()
264 *dst++ = colortab[(*src >> 0) & bit_mask]; in fast_imageblit()
290 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; in sys_imageblit()
323 if (32 % bpp == 0 && !start_index && !pitch_index && in sys_imageblit()
324 ((width & (32/bpp-1)) == 0) && in sys_imageblit()