Home
last modified time | relevance | path

Searched refs:ypixels (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/base/
Dftbitmap.c162 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()
/external/antlr/runtime/Ruby/lib/antlr3/test/
Dcore-extensions.rb166 rows, cols, xpixels, ypixels = data.unpack( "SSSS" )