Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/raster/
Dftrend1.c147 cbox.xMax = FT_PIX_CEIL( cbox.xMax ); in ft_raster1_render()
148 cbox.yMax = FT_PIX_CEIL( cbox.yMax ); in ft_raster1_render()
160 cbox.xMax = FT_PIX_CEIL( cbox0.xMax ); in ft_raster1_render()
169 cbox.yMax = FT_PIX_CEIL( cbox0.yMax ); in ft_raster1_render()
/external/freetype/src/raster/
Dftrend1.c147 cbox.xMax = FT_PIX_CEIL( cbox.xMax ); in ft_raster1_render()
148 cbox.yMax = FT_PIX_CEIL( cbox.yMax ); in ft_raster1_render()
160 cbox.xMax = FT_PIX_CEIL( cbox0.xMax ); in ft_raster1_render()
169 cbox.yMax = FT_PIX_CEIL( cbox0.yMax ); in ft_raster1_render()
/external/pdfium/third_party/freetype/src/smooth/
Dftsmooth.c152 cbox.xMax = FT_PIX_CEIL( cbox.xMax + x_shift ); in ft_smooth_render_generic()
153 cbox.yMax = FT_PIX_CEIL( cbox.yMax + y_shift ); in ft_smooth_render_generic()
/external/freetype/src/smooth/
Dftsmooth.c152 cbox.xMax = FT_PIX_CEIL( cbox.xMax + x_shift ); in ft_smooth_render_generic()
153 cbox.yMax = FT_PIX_CEIL( cbox.yMax + y_shift ); in ft_smooth_render_generic()
/external/pdfium/third_party/freetype/src/base/
Dftglyph.c488 acbox->xMax = FT_PIX_CEIL( acbox->xMax ); in FT_Glyph_Get_CBox()
489 acbox->yMax = FT_PIX_CEIL( acbox->yMax ); in FT_Glyph_Get_CBox()
Dftobjs.c558 metrics->horiBearingY = FT_PIX_CEIL ( metrics->horiBearingY ); in ft_glyphslot_grid_fit_metrics()
560 right = FT_PIX_CEIL( metrics->vertBearingX + metrics->width ); in ft_glyphslot_grid_fit_metrics()
561 bottom = FT_PIX_CEIL( metrics->vertBearingY + metrics->height ); in ft_glyphslot_grid_fit_metrics()
574 right = FT_PIX_CEIL ( metrics->horiBearingX + metrics->width ); in ft_glyphslot_grid_fit_metrics()
578 metrics->horiBearingY = FT_PIX_CEIL ( metrics->horiBearingY ); in ft_glyphslot_grid_fit_metrics()
2650 metrics->ascender = FT_PIX_CEIL( FT_MulFix( face->ascender, in ft_recompute_scaled_metrics()
/external/freetype/src/base/
Dftglyph.c492 acbox->xMax = FT_PIX_CEIL( acbox->xMax ); in FT_Glyph_Get_CBox()
493 acbox->yMax = FT_PIX_CEIL( acbox->yMax ); in FT_Glyph_Get_CBox()
Dftobjs.c579 metrics->horiBearingY = FT_PIX_CEIL ( metrics->horiBearingY ); in ft_glyphslot_grid_fit_metrics()
581 right = FT_PIX_CEIL( metrics->vertBearingX + metrics->width ); in ft_glyphslot_grid_fit_metrics()
582 bottom = FT_PIX_CEIL( metrics->vertBearingY + metrics->height ); in ft_glyphslot_grid_fit_metrics()
595 right = FT_PIX_CEIL ( metrics->horiBearingX + metrics->width ); in ft_glyphslot_grid_fit_metrics()
599 metrics->horiBearingY = FT_PIX_CEIL ( metrics->horiBearingY ); in ft_glyphslot_grid_fit_metrics()
2785 metrics->ascender = FT_PIX_CEIL( FT_MulFix( face->ascender, in ft_recompute_scaled_metrics()
/external/freetype/src/autofit/
Dafloader.c492 bbox.xMax = FT_PIX_CEIL( bbox.xMax ); in af_loader_load_glyph()
493 bbox.yMax = FT_PIX_CEIL( bbox.yMax ); in af_loader_load_glyph()
Daflatin2.c2066 if ( FT_PIX_FLOOR( org_left ) == FT_PIX_CEIL( org_right ) ) in af_latin2_hint_edges()
/external/freetype/include/freetype/internal/
Dftobjs.h93 #define FT_PIX_CEIL( x ) FT_PIX_FLOOR( (x) + 63 ) macro
/external/pdfium/third_party/freetype/include/freetype/internal/
Dftobjs.h93 #define FT_PIX_CEIL( x ) FT_PIX_FLOOR( (x) + 63 ) macro
/external/pdfium/third_party/freetype/src/truetype/
Dttinterp.c2048 val = FT_PIX_CEIL( distance + compensation ); in Round_Up_To_Grid()
2054 val = -FT_PIX_CEIL( compensation - distance ); in Round_Up_To_Grid()
2967 args[0] = FT_PIX_CEIL( args[0] ); in Ins_CEILING()
/external/freetype/src/truetype/
Dttinterp.c2047 val = FT_PIX_CEIL( distance + compensation ); in Round_Up_To_Grid()
2053 val = -FT_PIX_CEIL( compensation - distance ); in Round_Up_To_Grid()
2924 args[0] = FT_PIX_CEIL( args[0] ); in Ins_CEILING()