Searched refs:ypixels (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftbitmap.c | 163 FT_UInt ypixels ) in ft_bitmap_assure_buffer() argument 202 if ( ypixels == 0 && new_pitch <= pitch ) in ft_bitmap_assure_buffer() 237 if ( FT_QALLOC_MULT( buffer, bitmap->rows + ypixels, new_pitch ) ) in ft_bitmap_assure_buffer() 253 FT_MEM_ZERO( out, new_pitch * ypixels ); in ft_bitmap_assure_buffer() 254 out += new_pitch * ypixels; in ft_bitmap_assure_buffer() 289 FT_MEM_ZERO( out, new_pitch * ypixels ); in ft_bitmap_assure_buffer()
|
/third_party/freetype/src/base/ |
D | ftbitmap.c | 162 FT_UInt ypixels ) in ft_bitmap_assure_buffer() argument 201 if ( ypixels == 0 && new_pitch <= pitch ) in ft_bitmap_assure_buffer() 236 if ( FT_QALLOC_MULT( buffer, bitmap->rows + ypixels, new_pitch ) ) in ft_bitmap_assure_buffer() 252 FT_MEM_ZERO( out, new_pitch * ypixels ); in ft_bitmap_assure_buffer() 253 out += new_pitch * ypixels; in ft_bitmap_assure_buffer() 288 FT_MEM_ZERO( out, new_pitch * ypixels ); in ft_bitmap_assure_buffer()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftbitmap.c | 162 FT_UInt ypixels ) in ft_bitmap_assure_buffer() argument 201 if ( ypixels == 0 && new_pitch <= pitch ) in ft_bitmap_assure_buffer() 236 if ( FT_QALLOC_MULT( buffer, bitmap->rows + ypixels, new_pitch ) ) in ft_bitmap_assure_buffer() 252 FT_MEM_ZERO( out, new_pitch * ypixels ); in ft_bitmap_assure_buffer() 253 out += new_pitch * ypixels; in ft_bitmap_assure_buffer() 288 FT_MEM_ZERO( out, new_pitch * ypixels ); in ft_bitmap_assure_buffer()
|