Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/base/
Dftbitmap.c143 FT_UInt ypixels ) in ft_bitmap_assure_buffer() argument
184 if ( ypixels == 0 && new_pitch <= pitch ) in ft_bitmap_assure_buffer()
219 if ( FT_QALLOC_MULT( buffer, new_pitch, bitmap->rows + ypixels ) ) in ft_bitmap_assure_buffer()
230 FT_MEM_COPY( buffer + new_pitch * ( ypixels + i ), in ft_bitmap_assure_buffer()
/external/freetype/src/base/
Dftbitmap.c153 FT_UInt ypixels ) in ft_bitmap_assure_buffer() argument
194 if ( ypixels == 0 && new_pitch <= pitch ) in ft_bitmap_assure_buffer()
229 if ( FT_QALLOC_MULT( buffer, new_pitch, bitmap->rows + ypixels ) ) in ft_bitmap_assure_buffer()
240 FT_MEM_COPY( buffer + (FT_UInt)new_pitch * ( ypixels + i ), in ft_bitmap_assure_buffer()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
Dcore-extensions.rb166 rows, cols, xpixels, ypixels = data.unpack( "SSSS" )