Home
last modified time | relevance | path

Searched refs:FT_Cos (Results 1 – 7 of 7) sorted by relevance

/external/freetype/include/freetype/
Dfttrigon.h148 FT_Cos( FT_Angle angle );
/external/freetype/src/tools/
Dtest_trig.c29 f1 = FT_Cos(i); in test_cos()
/external/freetype/src/base/
Dftstroke.c574 ( 0x10000L + FT_Cos( theta ) ) * 3 ); in ft_stroke_border_arcto()
1038 thcos = FT_Cos( theta ); in ft_stroker_inside()
1098 thcos = FT_Cos( theta ); in ft_stroker_outside()
1462 length = FT_DivFix( stroker->radius, FT_Cos( theta ) ); in FT_Stroker_ConicTo()
1670 length1 = FT_DivFix( stroker->radius, FT_Cos( theta1 ) ); in FT_Stroker_CubicTo()
1671 length2 = FT_DivFix( stroker->radius, FT_Cos( theta2 ) ); in FT_Stroker_CubicTo()
Dfttrigon.c298 FT_Cos( FT_Angle angle ) in FT_Cos() function
/external/freetype/
DChangeLog.20585 * src/base/fttrigon.c (FT_Cos): Fixed a small bug that caused
586 slightly improper results for `FT_Cos' and `FT_Sin' (example:
DChangeLog.264495 * src/base/fttrigon.c (FT_Sin, FT_Cos, FT_Tan): Call `FT_Vector_Unit'.
DChangeLog.24853 (FT_Cos, FT_Vector_Unit): Ditto and round the return values.