Searched refs:FT_Cos (Results 1 – 7 of 7) sorted by relevance
148 FT_Cos( FT_Angle angle );
28 f1 = FT_Cos(i); in test_cos()
297 FT_Cos( FT_Angle angle ) in FT_Cos() function
1435 length = FT_DivFix( stroker->radius, FT_Cos( theta ) ); in FT_Stroker_ConicTo()1643 length1 = FT_DivFix( stroker->radius, FT_Cos( theta1 ) ); in FT_Stroker_CubicTo()1644 length2 = FT_DivFix( stroker->radius, FT_Cos( theta2 ) ); in FT_Stroker_CubicTo()
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.