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

/external/chromium_org/third_party/freetype/src/base/
H A Dftbitmap.c102 FT_UInt xpixels,
123 new_pitch = ( width + xpixels + 7 ) >> 3;
127 new_pitch = ( width + xpixels + 3 ) >> 2;
131 new_pitch = ( width + xpixels + 1 ) >> 1;
137 new_pitch = ( width + xpixels );
148 FT_Int bit_last = ( width + xpixels ) * bpp;
100 ft_bitmap_assure_buffer( FT_Memory memory, FT_Bitmap* bitmap, FT_UInt xpixels, FT_UInt ypixels ) argument
/external/freetype/src/base/
H A Dftbitmap.c102 FT_UInt xpixels,
123 new_pitch = ( width + xpixels + 7 ) >> 3;
127 new_pitch = ( width + xpixels + 3 ) >> 2;
131 new_pitch = ( width + xpixels + 1 ) >> 1;
137 new_pitch = ( width + xpixels );
148 FT_Int bit_last = ( width + xpixels ) * bpp;
100 ft_bitmap_assure_buffer( FT_Memory memory, FT_Bitmap* bitmap, FT_UInt xpixels, FT_UInt ypixels ) argument
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dfxft_ftbitmap.c102 FT_UInt xpixels,
123 new_pitch = ( width + xpixels + 7 ) >> 3;
127 new_pitch = ( width + xpixels + 3 ) >> 2;
131 new_pitch = ( width + xpixels + 1 ) >> 1;
137 new_pitch = ( width + xpixels );
148 FT_Int bit_last = ( width + xpixels ) * bpp;
100 ft_bitmap_assure_buffer( FT_Memory memory, FT_Bitmap* bitmap, FT_UInt xpixels, FT_UInt ypixels ) argument

Completed in 99 milliseconds