Searched refs:FT_PAD_ROUND (Results 1 – 3 of 3) sorted by relevance
285 theta = FT_PAD_ROUND( theta, 16 ); in ft_trig_pseudo_polarize()287 theta = -FT_PAD_ROUND( -theta, 16 ); in ft_trig_pseudo_polarize()
88 #define FT_PAD_ROUND( x, n ) FT_PAD_FLOOR( (x) + (n) / 2, n ) macro
3495 * include/freetype/internal/ftobjs.h (FT_PAD_FLOOR, FT_PAD_ROUND,