Searched refs:FT_PIX_CEIL (Results 1 – 7 of 7) sorted by relevance
508 acbox->xMax = FT_PIX_CEIL( acbox->xMax ); in FT_Glyph_Get_CBox()509 acbox->yMax = FT_PIX_CEIL( acbox->yMax ); in FT_Glyph_Get_CBox()
2965 metrics->ascender = FT_PIX_CEIL( FT_MulFix( face->ascender, in ft_recompute_scaled_metrics()
542 bbox.xMax = FT_PIX_CEIL( bbox.xMax ); in af_loader_load_glyph()543 bbox.yMax = FT_PIX_CEIL( bbox.yMax ); in af_loader_load_glyph()
2069 if ( FT_PIX_FLOOR( org_left ) == FT_PIX_CEIL( org_right ) ) in af_latin2_hint_edges()
94 #define FT_PIX_CEIL( x ) FT_PIX_FLOOR( (x) + 63 ) macro
2957 args[0] = FT_PIX_CEIL( args[0] ); in Ins_CEILING()
3496 FT_PAD_CEIL, FT_PIX_FLOOR, FT_PIX_ROUND, FT_PIX_CEIL): New macros.