pitch_index        78 drivers/video/fbdev/core/cfbimgblt.c 				   u32 pitch_index)
pitch_index       127 drivers/video/fbdev/core/cfbimgblt.c 		if (pitch_index) {
pitch_index       131 drivers/video/fbdev/core/cfbimgblt.c 			start_index += pitch_index;
pitch_index       141 drivers/video/fbdev/core/cfbimgblt.c 				  u32 pitch_index)
pitch_index       197 drivers/video/fbdev/core/cfbimgblt.c 		if (pitch_index) {
pitch_index       200 drivers/video/fbdev/core/cfbimgblt.c 			start_index += pitch_index;
pitch_index       267 drivers/video/fbdev/core/cfbimgblt.c 	u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0;
pitch_index       278 drivers/video/fbdev/core/cfbimgblt.c 	pitch_index = (p->fix.line_length & (bpl - 1)) * 8;
pitch_index       297 drivers/video/fbdev/core/cfbimgblt.c 		if (32 % bpp == 0 && !start_index && !pitch_index && 
pitch_index       303 drivers/video/fbdev/core/cfbimgblt.c 					start_index, pitch_index);
pitch_index       305 drivers/video/fbdev/core/cfbimgblt.c 		color_imageblit(image, p, dst1, start_index, pitch_index);
pitch_index        53 drivers/video/fbdev/core/sysimgblt.c 			    void *dst1, u32 start_index, u32 pitch_index)
pitch_index       101 drivers/video/fbdev/core/sysimgblt.c 		if (pitch_index) {
pitch_index       105 drivers/video/fbdev/core/sysimgblt.c 			start_index += pitch_index;
pitch_index       113 drivers/video/fbdev/core/sysimgblt.c 				  u32 start_index, u32 pitch_index)
pitch_index       168 drivers/video/fbdev/core/sysimgblt.c 		if (pitch_index) {
pitch_index       171 drivers/video/fbdev/core/sysimgblt.c 			start_index += pitch_index;
pitch_index       242 drivers/video/fbdev/core/sysimgblt.c 	u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0;
pitch_index       253 drivers/video/fbdev/core/sysimgblt.c 	pitch_index = (p->fix.line_length & (bpl - 1)) * 8;
pitch_index       272 drivers/video/fbdev/core/sysimgblt.c 		if (32 % bpp == 0 && !start_index && !pitch_index &&
pitch_index       278 drivers/video/fbdev/core/sysimgblt.c 					start_index, pitch_index);
pitch_index       280 drivers/video/fbdev/core/sysimgblt.c 		color_imageblit(image, p, dst1, start_index, pitch_index);