Home
last modified time | relevance | path

Searched refs:pitch_index (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/video/fbdev/core/
A Dsysimgblt.c53 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()
242 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; in sys_imageblit() local
253 pitch_index = (p->fix.line_length & (bpl - 1)) * 8; in sys_imageblit()
272 if (32 % bpp == 0 && !start_index && !pitch_index && in sys_imageblit()
278 start_index, pitch_index); in sys_imageblit()
[all …]
A Dcfbimgblt.c78 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()
267 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; in cfb_imageblit() local
278 pitch_index = (p->fix.line_length & (bpl - 1)) * 8; in cfb_imageblit()
297 if (32 % bpp == 0 && !start_index && !pitch_index && in cfb_imageblit()
303 start_index, pitch_index); in cfb_imageblit()
[all …]

Completed in 5 milliseconds