Searched refs:FT_PIX_CEIL (Results 1 – 5 of 5) sorted by relevance
541 bbox.xMax = FT_PIX_CEIL( bbox.xMax ); in af_loader_load_glyph()542 bbox.yMax = FT_PIX_CEIL( bbox.yMax ); in af_loader_load_glyph()
2070 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
3009 metrics->ascender = FT_PIX_CEIL( FT_MulFix( face->ascender, in ft_recompute_scaled_metrics()
3496 FT_PAD_CEIL, FT_PIX_FLOOR, FT_PIX_ROUND, FT_PIX_CEIL): New macros.