HomeSort by relevance Sort by last modified time
    Searched refs:ypixels (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/base/
ftbitmap.c 147 /* and `ypixels', respectively. */
153 FT_UInt ypixels )
194 if ( ypixels == 0 && new_pitch <= pitch )
229 if ( FT_QALLOC_MULT( buffer, new_pitch, bitmap->rows + ypixels ) )
240 FT_MEM_COPY( buffer + (FT_UInt)new_pitch * ( ypixels + i ),
  /external/pdfium/third_party/freetype/src/base/
ftbitmap.c 147 /* and `ypixels', respectively. */
153 FT_UInt ypixels )
194 if ( ypixels == 0 && new_pitch <= pitch )
229 if ( FT_QALLOC_MULT( buffer, new_pitch, bitmap->rows + ypixels ) )
240 FT_MEM_COPY( buffer + (FT_UInt)new_pitch * ( ypixels + i ),
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 166 rows, cols, xpixels, ypixels = data.unpack( "SSSS" )

Completed in 100 milliseconds