Searched refs:FT_PIX_CEIL (Results 1 – 14 of 14) sorted by relevance
147 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()
152 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()
488 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()
558 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()
492 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()
579 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()
492 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()
2066 if ( FT_PIX_FLOOR( org_left ) == FT_PIX_CEIL( org_right ) ) in af_latin2_hint_edges()
93 #define FT_PIX_CEIL( x ) FT_PIX_FLOOR( (x) + 63 ) macro
2048 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()
2047 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()