Searched defs:pitch_index (Results  1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/video/fbdev/core/ | 
| D | sysimgblt.c | 53 			    void *dst1, u32 start_index, u32 pitch_index)  in color_imageblit()113 				  u32 start_index, u32 pitch_index)  in slow_imageblit()
 242 	u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0;  in sys_imageblit()  local
 
 | 
| D | cfbimgblt.c | 78 				   u32 pitch_index)  in color_imageblit()141 				  u32 pitch_index)  in slow_imageblit()
 267 	u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0;  in cfb_imageblit()  local
 
 |