Searched refs:s_pitch (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dsoftcursor.c28 unsigned int i, size, dsize, s_pitch, d_pitch; local
35 s_pitch = (cursor->image.width + 7) >> 3;
36 dsize = s_pitch * cursor->image.height;
53 d_pitch = (s_pitch + scan_align) & ~scan_align;
74 fb_pad_aligned_buffer(dst, d_pitch, src, s_pitch, image->height);
H A Dbitblit.c78 u32 d_pitch, u32 s_pitch, u32 cellsize,
101 dst += s_pitch;
110 u32 s_pitch, u32 cellsize,
133 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1;
76 bit_putcs_aligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) argument
107 bit_putcs_unaligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) argument
H A Dfbcon_ud.c86 u32 d_pitch, u32 s_pitch, u32 cellsize,
109 dst += s_pitch;
118 u32 s_pitch, u32 cellsize,
141 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1;
84 ud_putcs_aligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) argument
115 ud_putcs_unaligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) argument
H A Dfbcon_ccw.c99 u32 d_pitch, u32 s_pitch, u32 cellsize,
97 ccw_putcs_aligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) argument
H A Dfbcon_cw.c85 u32 d_pitch, u32 s_pitch, u32 cellsize,
83 cw_putcs_aligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfb.h938 extern void fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height);
950 u8 *src, u32 s_pitch, u32 height)
954 d_pitch -= s_pitch;
957 /* s_pitch is a few bytes at the most, memcpy is suboptimal */
958 for (j = 0; j < s_pitch; j++)
949 __fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnvidia.c570 u32 s_pitch = (cursor->image.width + 7) >> 3; local
576 src = kmalloc(s_pitch * cursor->image.height, GFP_ATOMIC);
581 for (i = 0; i < s_pitch * cursor->image.height; i++)
586 for (i = 0; i < s_pitch * cursor->image.height; i++)
591 fb_pad_aligned_buffer(data, d_pitch, src, s_pitch,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/riva/
H A Dfbdev.c1632 u32 s_pitch = (cursor->image.width+7) >> 3; local
1638 src = kmalloc(s_pitch * cursor->image.height, GFP_ATOMIC);
1643 for (i = 0; i < s_pitch * cursor->image.height; i++)
1648 for (i = 0; i < s_pitch * cursor->image.height; i++)
1653 fb_pad_aligned_buffer(data, d_pitch, src, s_pitch,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dfbmem.c87 void fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height) argument
89 __fb_pad_aligned_buffer(dst, d_pitch, src, s_pitch, height);
H A Dneofb.c1489 int s_pitch = (image->width * image->depth + 7) >> 3; local
1495 d_pitch = (s_pitch + scan_align) & ~scan_align;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/intelfb/
H A Dintelfbdrv.c1570 u32 s_pitch = (ROUND_UP_TO(cursor->image.width, 8) / 8); local
1571 u32 size = s_pitch * cursor->image.height;

Completed in 123 milliseconds