HomeSort by relevance Sort by last modified time
    Searched refs:FT_PAD_CEIL (Results 1 - 7 of 7) 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 186 pitch = FT_PAD_CEIL( width, 4 );
208 pitch = FT_PAD_CEIL( width, 4 );
  /external/freetype/src/raster/
ftrend1.c 200 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/pfr/
pfrload.c 368 FT_UInt new_max = FT_PAD_CEIL( phy_font->num_strikes + count, 4 );
  /external/freetype/src/psaux/
psobjs.c 202 new_size = FT_PAD_CEIL( new_size, 1024 );
    [all...]

Completed in 850 milliseconds