Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/raster/
A Dftrend1.c174 cbox.xMax = FT_PIX_CEIL( cbox.xMax ); in ft_raster1_render()
175 cbox.yMax = FT_PIX_CEIL( cbox.yMax ); in ft_raster1_render()
/AliOS-Things-master/components/freetype/src/smooth/
A Dftsmooth.c155 cbox.xMax = FT_PIX_CEIL( cbox.xMax ); in ft_smooth_render_generic()
156 cbox.yMax = FT_PIX_CEIL( cbox.yMax ); in ft_smooth_render_generic()
/AliOS-Things-master/components/freetype/src/base/
A Dftglyph.c484 acbox->xMax = FT_PIX_CEIL( acbox->xMax ); in FT_Glyph_Get_CBox()
485 acbox->yMax = FT_PIX_CEIL( acbox->yMax ); in FT_Glyph_Get_CBox()
A Dftobjs.c553 metrics->horiBearingY = FT_PIX_CEIL ( metrics->horiBearingY ); in ft_glyphslot_grid_fit_metrics()
555 right = FT_PIX_CEIL( metrics->vertBearingX + metrics->width ); in ft_glyphslot_grid_fit_metrics()
556 bottom = FT_PIX_CEIL( metrics->vertBearingY + metrics->height ); in ft_glyphslot_grid_fit_metrics()
569 right = FT_PIX_CEIL ( metrics->horiBearingX + metrics->width ); in ft_glyphslot_grid_fit_metrics()
573 metrics->horiBearingY = FT_PIX_CEIL ( metrics->horiBearingY ); in ft_glyphslot_grid_fit_metrics()
2607 metrics->ascender = FT_PIX_CEIL( FT_MulFix( face->ascender, in ft_recompute_scaled_metrics()
/AliOS-Things-master/components/freetype/src/autofit/
A Dafloader.c427 bbox.xMax = FT_PIX_CEIL( bbox.xMax ); in af_loader_load_g()
428 bbox.yMax = FT_PIX_CEIL( bbox.yMax ); in af_loader_load_g()
A Daflatin2.c2048 if ( FT_PIX_FLOOR( org_left ) == FT_PIX_CEIL( org_right ) ) in af_latin2_hint_edges()
/AliOS-Things-master/components/freetype/include/internal/
A Dftobjs.h82 #define FT_PIX_CEIL( x ) FT_PIX_FLOOR( (x) + 63 ) macro
/AliOS-Things-master/components/freetype/src/truetype/
A Dttinterp.c2228 val = -FT_PIX_CEIL( compensation - distance ); in Round_Up_To_Grid()
3266 args[0] = FT_PIX_CEIL( args[0] );

Completed in 36 milliseconds