Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/video/fbdev/core/
A Dsysimgblt.c119 u32 spitch = (image->width+7)/8; in slow_imageblit() local
167 src += spitch; in slow_imageblit()
190 u32 ppw = 32/bpp, spitch = (image->width + 7)/8; in fast_imageblit() local
284 s += spitch; in fast_imageblit()
A Dcfbimgblt.c147 u32 spitch = (image->width+7)/8; in slow_imageblit() local
196 src += spitch; in slow_imageblit()
220 u32 ppw = 32/bpp, spitch = (image->width + 7)/8; in fast_imageblit() local
314 s += spitch; in fast_imageblit()

Completed in 4 milliseconds