Home
last modified time | relevance | path

Searched defs:s_pitch (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/video/fbdev/core/
H A Dsoftcursor.c27 unsigned int i, size, dsize, s_pitch, d_pitch; in soft_cursor() local
/linux/drivers/video/fbdev/
H A Dneofb.c1432 int s_pitch = (image->width * image->depth + 7) >> 3; in neo2200_imageblit() local
/linux/drivers/video/fbdev/nvidia/
H A Dnvidia.c559 u32 s_pitch = (cursor->image.width + 7) >> 3; in nvidiafb_cursor() local