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

  /external/freetype/src/base/
ftgloadr.c 219 new_max = FT_PAD_CEIL( new_max, 8 );
251 new_max = FT_PAD_CEIL( new_max, 4 );
291 new_max = FT_PAD_CEIL( new_max, 2 );
  /external/freetype/src/smooth/
ftsmooth.c 163 pitch = FT_PAD_CEIL( width, 4 );
185 pitch = FT_PAD_CEIL( width, 4 );
  /external/freetype/src/raster/
ftrend1.c 185 pitch = FT_PAD_CEIL( width, 4 );
  /external/freetype/src/pshinter/
pshrec.c 73 new_max = FT_PAD_CEIL( new_max, 8 );
147 new_max = FT_PAD_CEIL( new_max, 8 );
244 new_max = FT_PAD_CEIL( new_max, 8 );
  /external/freetype/include/freetype/internal/
ftobjs.h 78 #define FT_PAD_CEIL( x, n ) FT_PAD_FLOOR( (x) + ((n)-1), n )
    [all...]
  /external/freetype/src/psaux/
psobjs.c 203 new_size = FT_PAD_CEIL( new_size, 1024 );
    [all...]

Completed in 755 milliseconds