Searched refs:pitch_index (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | sysimgblt.c | 53 void *dst1, u32 start_index, u32 pitch_index) in color_imageblit() argument 101 if (pitch_index) { in color_imageblit() 105 start_index += pitch_index; in color_imageblit() 113 u32 start_index, u32 pitch_index) in slow_imageblit() argument 168 if (pitch_index) { in slow_imageblit() 171 start_index += pitch_index; in slow_imageblit() 290 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; in sys_imageblit() local 301 pitch_index = (p->fix.line_length & (bpl - 1)) * 8; in sys_imageblit() 320 if (32 % bpp == 0 && !start_index && !pitch_index && in sys_imageblit() 326 start_index, pitch_index); in sys_imageblit() [all …]
|
H A D | cfbimgblt.c | 78 u32 pitch_index) in color_imageblit() argument 127 if (pitch_index) { in color_imageblit() 131 start_index += pitch_index; in color_imageblit() 141 u32 pitch_index) in slow_imageblit() argument 197 if (pitch_index) { in slow_imageblit() 200 start_index += pitch_index; in slow_imageblit() 320 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; in cfb_imageblit() local 331 pitch_index = (p->fix.line_length & (bpl - 1)) * 8; in cfb_imageblit() 350 if (32 % bpp == 0 && !start_index && !pitch_index && in cfb_imageblit() 356 start_index, pitch_index); in cfb_imageblit() [all …]
|