Searched refs:FT_ANGLE_PI (Results 1 – 5 of 5) sorted by relevance
64 #define FT_ANGLE_PI ( 180L << 16 ) macro76 #define FT_ANGLE_2PI ( FT_ANGLE_PI * 2 )88 #define FT_ANGLE_PI2 ( FT_ANGLE_PI / 2 )100 #define FT_ANGLE_PI4 ( FT_ANGLE_PI / 4 )
241 theta = y > 0 ? FT_ANGLE_PI : -FT_ANGLE_PI; in ft_trig_pseudo_polarize()507 while ( delta <= -FT_ANGLE_PI ) in FT_Angle_Diff()510 while ( delta > FT_ANGLE_PI ) in FT_Angle_Diff()
66 #define FT_SMALL_CONIC_THRESHOLD ( FT_ANGLE_PI / 6 )67 #define FT_SMALL_CUBIC_THRESHOLD ( FT_ANGLE_PI / 8 )532 #define FT_ARC_CUBIC_ANGLE ( FT_ANGLE_PI / 2 )760 #define FT_SIDE_TO_ROTATE( s ) ( FT_ANGLE_PI2 - (s) * FT_ANGLE_PI )895 if ( total == FT_ANGLE_PI ) in ft_stroker_arcto()921 stroker->angle_out = angle + FT_ANGLE_PI; in ft_stroker_cap()1473 FT_ANGLE_PI / 2 ) in FT_Stroker_ConicTo()1687 FT_ANGLE_PI / 2 ) in FT_Stroker_CubicTo()1893 stroker->subpath_angle + FT_ANGLE_PI, 0 ); in FT_Stroker_EndSubPath()
8 #define SPI (PI/FT_ANGLE_PI)
1607 out[1] = FT_MulFix( q, FT_Cos( ( t + FT_ANGLE_PI * 2 ) / 3 ) ) - a2; in solve_cubic_equation()1608 out[2] = FT_MulFix( q, FT_Cos( ( t + FT_ANGLE_PI * 4 ) / 3 ) ) - a2; in solve_cubic_equation()