Searched refs:FT_PAD_CEIL (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/freetype/src/base/
H A Dftgloadr.c220 new_max = FT_PAD_CEIL( new_max, 8 );
252 new_max = FT_PAD_CEIL( new_max, 4 );
292 new_max = FT_PAD_CEIL( new_max, 2 );
/external/freetype/src/base/
H A Dftgloadr.c220 new_max = FT_PAD_CEIL( new_max, 8 );
252 new_max = FT_PAD_CEIL( new_max, 4 );
295 new_max = FT_PAD_CEIL( new_max, 2 );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftgloadr.c220 new_max = FT_PAD_CEIL( new_max, 8 );
252 new_max = FT_PAD_CEIL( new_max, 4 );
295 new_max = FT_PAD_CEIL( new_max, 2 );
/external/chromium_org/third_party/freetype/src/smooth/
H A Dftsmooth.c197 pitch = FT_PAD_CEIL( width, 4 );
219 pitch = FT_PAD_CEIL( width, 4 );
/external/freetype/src/smooth/
H A Dftsmooth.c197 pitch = FT_PAD_CEIL( width, 4 );
219 pitch = FT_PAD_CEIL( width, 4 );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftsmooth.c197 pitch = FT_PAD_CEIL( width, 4 );
219 pitch = FT_PAD_CEIL( width, 4 );
/external/chromium_org/third_party/freetype/src/raster/
H A Dftrend1.c201 pitch = FT_PAD_CEIL( width, 4 );
/external/freetype/src/raster/
H A Dftrend1.c201 pitch = FT_PAD_CEIL( width, 4 );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftrend1.c201 pitch = FT_PAD_CEIL( width, 4 );
/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshrec.c73 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/src/pshinter/
H A Dpshrec.c73 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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshrec.c73 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/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftobjs.h78 #define FT_PAD_CEIL( x, n ) FT_PAD_FLOOR( (x) + ((n)-1), n ) macro
/external/chromium_org/third_party/freetype/src/pfr/
H A Dpfrload.c368 FT_UInt new_max = FT_PAD_CEIL( phy_font->num_strikes + count, 4 );
/external/freetype/include/internal/
H A Dftobjs.h78 #define FT_PAD_CEIL( x, n ) FT_PAD_FLOOR( (x) + ((n)-1), n ) macro
/external/freetype/src/pfr/
H A Dpfrload.c368 FT_UInt new_max = FT_PAD_CEIL( phy_font->num_strikes + count, 4 );
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftobjs.h78 #define FT_PAD_CEIL( x, n ) FT_PAD_FLOOR( (x) + ((n)-1), n ) macro
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftobjs.h78 #define FT_PAD_CEIL( x, n ) FT_PAD_FLOOR( (x) + ((n)-1), n ) macro
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidload.c426 FT_UInt new_max = FT_PAD_CEIL( num_subrs + 1, 4 );
/external/chromium_org/third_party/freetype/src/psaux/
H A Dpsobjs.c202 new_size = FT_PAD_CEIL( new_size, 1024 );
/external/freetype/src/psaux/
H A Dpsobjs.c202 new_size = FT_PAD_CEIL( new_size, 1024 );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dpsobjs.c202 new_size = FT_PAD_CEIL( new_size, 1024 );

Completed in 3284 milliseconds