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

/linux-master/drivers/video/fbdev/core/
H A Dsysimgblt.c53 void *dst1, u32 start_index, u32 pitch_index)
101 if (pitch_index) {
105 start_index += pitch_index;
113 u32 start_index, u32 pitch_index)
168 if (pitch_index) {
171 start_index += pitch_index;
290 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; local
304 pitch_index = (p->fix.line_length & (bpl - 1)) * 8;
323 if (32 % bpp == 0 && !start_index && !pitch_index &&
329 start_index, pitch_index);
52 color_imageblit(const struct fb_image *image, struct fb_info *p, void *dst1, u32 start_index, u32 pitch_index) argument
111 slow_imageblit(const struct fb_image *image, struct fb_info *p, void *dst1, u32 fgcolor, u32 bgcolor, u32 start_index, u32 pitch_index) argument
[all...]
H A Dcfbimgblt.c78 u32 pitch_index)
127 if (pitch_index) {
131 start_index += pitch_index;
141 u32 pitch_index)
197 if (pitch_index) {
200 start_index += pitch_index;
320 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; local
334 pitch_index = (p->fix.line_length & (bpl - 1)) * 8;
353 if (32 % bpp == 0 && !start_index && !pitch_index &&
359 start_index, pitch_index);
75 color_imageblit(const struct fb_image *image, struct fb_info *p, u8 __iomem *dst1, u32 start_index, u32 pitch_index) argument
137 slow_imageblit(const struct fb_image *image, struct fb_info *p, u8 __iomem *dst1, u32 fgcolor, u32 bgcolor, u32 start_index, u32 pitch_index) argument
[all...]

Completed in 193 milliseconds