Home
last modified time | relevance | path

Searched defs:s_pitch (Results 1 – 6 of 6) 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
H A Dbitblit.c78 u32 d_pitch, u32 s_pitch, u32 cellsize, in bit_putcs_aligned()
114 u32 s_pitch, u32 cellsize, in bit_putcs_unaligned()
H A Dfbmem.c94 void fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height) in fb_pad_aligned_buffer()
/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.c560 u32 s_pitch = (cursor->image.width + 7) >> 3; in nvidiafb_cursor() local
/linux/include/linux/
H A Dfb.h632 u8 *src, u32 s_pitch, u32 height) in __fb_pad_aligned_buffer()