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

  /external/freetype/src/base/
ftbitmap.c 100 FT_UInt xpixels,
121 new_pitch = ( width + xpixels + 7 ) >> 3;
125 new_pitch = ( width + xpixels + 3 ) >> 2;
129 new_pitch = ( width + xpixels + 1 ) >> 1;
135 new_pitch = ( width + xpixels );
146 FT_Int bit_last = ( width + xpixels ) * bpp;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 166 rows, cols, xpixels, ypixels = data.unpack( "SSSS" )

Completed in 57 milliseconds