Searched refs:FT_PIX_CEIL (Results 1 - 14 of 14) sorted by relevance

/external/freetype/src/raster/
H A Dftrend1.c147 cbox.xMax = FT_PIX_CEIL( cbox.xMax );
148 cbox.yMax = FT_PIX_CEIL( cbox.yMax );
160 cbox.xMax = FT_PIX_CEIL( cbox0.xMax );
169 cbox.yMax = FT_PIX_CEIL( cbox0.yMax );
/external/pdfium/third_party/freetype/src/raster/
H A Dftrend1.c174 cbox.xMax = FT_PIX_CEIL( cbox.xMax );
175 cbox.yMax = FT_PIX_CEIL( cbox.yMax );
/external/freetype/src/smooth/
H A Dftsmooth.c152 cbox.xMax = FT_PIX_CEIL( cbox.xMax + x_shift );
153 cbox.yMax = FT_PIX_CEIL( cbox.yMax + y_shift );
/external/pdfium/third_party/freetype/src/smooth/
H A Dftsmooth.c152 cbox.xMax = FT_PIX_CEIL( cbox.xMax + x_shift );
153 cbox.yMax = FT_PIX_CEIL( cbox.yMax + y_shift );
/external/freetype/src/autofit/
H A Dafloader.c263 bbox.xMax = FT_PIX_CEIL( bbox.xMax );
264 bbox.yMax = FT_PIX_CEIL( bbox.yMax );
H A Daflatin2.c2045 if ( FT_PIX_FLOOR( org_left ) == FT_PIX_CEIL( org_right ) )
/external/freetype/src/base/
H A Dftglyph.c488 acbox->xMax = FT_PIX_CEIL( acbox->xMax );
489 acbox->yMax = FT_PIX_CEIL( acbox->yMax );
H A Dftobjs.c558 metrics->horiBearingY = FT_PIX_CEIL ( metrics->horiBearingY );
560 right = FT_PIX_CEIL( metrics->vertBearingX + metrics->width );
561 bottom = FT_PIX_CEIL( metrics->vertBearingY + metrics->height );
574 right = FT_PIX_CEIL ( metrics->horiBearingX + metrics->width );
578 metrics->horiBearingY = FT_PIX_CEIL ( metrics->horiBearingY );
2633 metrics->ascender = FT_PIX_CEIL( FT_MulFix( face->ascender,
/external/pdfium/third_party/freetype/src/base/
H A Dftglyph.c484 acbox->xMax = FT_PIX_CEIL( acbox->xMax );
485 acbox->yMax = FT_PIX_CEIL( acbox->yMax );
H A Dftobjs.c558 metrics->horiBearingY = FT_PIX_CEIL ( metrics->horiBearingY );
560 right = FT_PIX_CEIL( metrics->vertBearingX + metrics->width );
561 bottom = FT_PIX_CEIL( metrics->vertBearingY + metrics->height );
574 right = FT_PIX_CEIL ( metrics->horiBearingX + metrics->width );
578 metrics->horiBearingY = FT_PIX_CEIL ( metrics->horiBearingY );
2637 metrics->ascender = FT_PIX_CEIL( FT_MulFix( face->ascender,
/external/freetype/include/internal/
H A Dftobjs.h93 #define FT_PIX_CEIL( x ) FT_PIX_FLOOR( (x) + 63 ) macro
/external/pdfium/third_party/freetype/include/internal/
H A Dftobjs.h92 #define FT_PIX_CEIL( x ) FT_PIX_FLOOR( (x) + 63 ) macro
/external/freetype/src/truetype/
H A Dttinterp.c2055 val = FT_PIX_CEIL( distance + compensation );
2061 val = -FT_PIX_CEIL( compensation - distance );
2977 args[0] = FT_PIX_CEIL( args[0] );
/external/pdfium/third_party/freetype/src/truetype/
H A Dttinterp.c2192 val = FT_PIX_CEIL( distance + compensation );
2198 val = -FT_PIX_CEIL( compensation - distance );
3237 args[0] = FT_PIX_CEIL( args[0] );

Completed in 362 milliseconds