Searched refs:FT_Cos (Results 1 – 7 of 7) sorted by relevance
148 FT_Cos( FT_Angle angle );
29 f1 = FT_Cos(i); in test_cos()
581 ( 0x10000L + FT_Cos( theta ) ) * 3 ); in ft_stroke_border_arcto()1045 thcos = FT_Cos( theta ); in ft_stroker_inside()1105 thcos = FT_Cos( theta ); in ft_stroker_outside()1469 length = FT_DivFix( stroker->radius, FT_Cos( theta ) ); in FT_Stroker_ConicTo()1677 length1 = FT_DivFix( stroker->radius, FT_Cos( theta1 ) ); in FT_Stroker_CubicTo()1678 length2 = FT_DivFix( stroker->radius, FT_Cos( theta2 ) ); in FT_Stroker_CubicTo()
298 FT_Cos( FT_Angle angle ) in FT_Cos() function
585 * src/base/fttrigon.c (FT_Cos): Fixed a small bug that caused586 slightly improper results for `FT_Cos' and `FT_Sin' (example:
4495 * src/base/fttrigon.c (FT_Sin, FT_Cos, FT_Tan): Call `FT_Vector_Unit'.
853 (FT_Cos, FT_Vector_Unit): Ditto and round the return values.