Searched refs:FT_Cos (Results 1 – 4 of 4) sorted by relevance
148 FT_Cos( FT_Angle angle );
333 FT_Cos( FT_Angle angle ) in FT_Cos() function351 return FT_Cos( FT_ANGLE_PI2 - angle ); in FT_Sin()
569 ( 0x10000L + FT_Cos( theta ) ) * 3 ); in ft_stroke_border_arcto()1023 thcos = FT_Cos( theta ); in ft_stroker_inside()1083 thcos = FT_Cos( theta ); in ft_stroker_outside()1442 length = FT_DivFix( stroker->radius, FT_Cos( theta ) ); in FT_Stroker_ConicTo()1644 length1 = FT_DivFix( stroker->radius, FT_Cos( theta1 ) ); in FT_Stroker_CubicTo()1645 length2 = FT_DivFix( stroker->radius, FT_Cos( theta2 ) ); in FT_Stroker_CubicTo()
948 scale = FT_Cos( angle_diff / 2 ); in FT_Outline_Embolden()