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

/external/chromium_org/third_party/freetype/src/base/
H A Dftbitmap.c561 FT_Int s_pitch = source->pitch; local
572 s += s_pitch;
673 FT_Int s_pitch = source->pitch; local
695 s += s_pitch;
/external/freetype/src/base/
H A Dftbitmap.c561 FT_Int s_pitch = source->pitch; local
572 s += s_pitch;
673 FT_Int s_pitch = source->pitch; local
695 s += s_pitch;
/external/kernel-headers/original/linux/
H A Dfb.h1019 extern void fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height);
1038 u8 *src, u32 s_pitch, u32 height)
1042 d_pitch -= s_pitch;
1045 /* s_pitch is a few bytes at the most, memcpy is suboptimal */
1046 for (j = 0; j < s_pitch; j++)
1037 __fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height) argument

Completed in 274 milliseconds