Searched refs:FT_Cos (Results 1 – 8 of 8) 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
1436 length = FT_DivFix( stroker->radius, FT_Cos( theta ) ); in FT_Stroker_ConicTo()1645 length1 = FT_DivFix( stroker->radius, FT_Cos( theta1 ) ); in FT_Stroker_CubicTo()1646 length2 = FT_DivFix( stroker->radius, FT_Cos( theta2 ) ); in FT_Stroker_CubicTo()
1606 out[0] = FT_MulFix( q, FT_Cos( t / 3 ) ) - a2; in solve_cubic_equation()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()
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.