Lines Matching +full:0 +full:xff0000ff
13 * image can be a bitmap where each 0 represents the background color and
47 0x00000000,0x000000ff,0x0000ff00,0x0000ffff,
48 0x00ff0000,0x00ff00ff,0x00ffff00,0x00ffffff,
49 0xff000000,0xff0000ff,0xff00ff00,0xff00ffff,
50 0xffff0000,0xffff00ff,0xffffff00,0xffffffff
54 0x00000000,0xff000000,0x00ff0000,0xffff0000,
55 0x0000ff00,0xff00ff00,0x00ffff00,0xffffff00,
56 0x000000ff,0xff0000ff,0x00ff00ff,0xffff00ff,
57 0x0000ffff,0xff00ffff,0x00ffffff,0xffffffff
61 0x00000000, 0x0000ffff, 0xffff0000, 0xffffffff
65 0x00000000, 0xffff0000, 0x0000ffff, 0xffffffff
69 0x00000000, 0xffffffff
82 u32 color = 0, val, shift; in color_imageblit()
93 shift = 0; in color_imageblit()
94 val = 0; in color_imageblit()
113 val = (shift == null_bits) ? 0 : in color_imageblit()
143 u32 shift, color = 0, bpp = p->var.bits_per_pixel; in slow_imageblit()
157 shift = val = 0; in slow_imageblit()
179 val = (shift == null_bits) ? 0 : in slow_imageblit()
257 for (i = 0; i < tablen; ++i) in fast_imageblit()
274 FB_WRITEL(colortab[(*src >> 0) & bit_mask], dst++); in fast_imageblit()
282 FB_WRITEL(colortab[(*src >> 0) & bit_mask], dst++); in fast_imageblit()
294 FB_WRITEL(colortab[(*src >> 0) & bit_mask], dst++); in fast_imageblit()
320 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; in cfb_imageblit()
353 if (32 % bpp == 0 && !start_index && !pitch_index && in cfb_imageblit()
354 ((width & (32/bpp-1)) == 0) && in cfb_imageblit()