Home
last modified time | relevance | path

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

/linux-3.3/drivers/video/console/
Dsoftcursor.c27 unsigned int i, size, dsize, s_pitch, d_pitch; in soft_cursor() local
Dbitblit.c79 u32 d_pitch, u32 s_pitch, u32 cellsize, in bit_putcs_aligned()
111 u32 s_pitch, u32 cellsize, in bit_putcs_unaligned()
Dfbcon_ud.c87 u32 d_pitch, u32 s_pitch, u32 cellsize, in ud_putcs_aligned()
119 u32 s_pitch, u32 cellsize, in ud_putcs_unaligned()
Dfbcon_cw.c86 u32 d_pitch, u32 s_pitch, u32 cellsize, in cw_putcs_aligned()
Dfbcon_ccw.c100 u32 d_pitch, u32 s_pitch, u32 cellsize, in ccw_putcs_aligned()
/linux-3.3/drivers/video/intelfb/
Dintelfbdrv.c1655 u32 s_pitch = (ROUND_UP_TO(cursor->image.width, 8) / 8); in intelfb_cursor() local
/linux-3.3/drivers/video/nvidia/
Dnvidia.c572 u32 s_pitch = (cursor->image.width + 7) >> 3; in nvidiafb_cursor() local
/linux-3.3/drivers/video/
Dneofb.c1438 int s_pitch = (image->width * image->depth + 7) >> 3; in neo2200_imageblit() local
Dfbmem.c114 void fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height) in fb_pad_aligned_buffer()
/linux-3.3/drivers/video/riva/
Dfbdev.c1632 u32 s_pitch = (cursor->image.width+7) >> 3; in rivafb_cursor() local
/linux-3.3/include/linux/
Dfb.h1032 u8 *src, u32 s_pitch, u32 height) in __fb_pad_aligned_buffer()