Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/include/freetype/
Dfttrigon.h148 FT_Cos( FT_Angle angle );
/third_party/skia/third_party/externals/freetype/src/tools/
Dtest_trig.c28 f1 = FT_Cos(i); in test_cos()
/third_party/skia/third_party/externals/freetype/src/base/
Dfttrigon.c297 FT_Cos( FT_Angle angle ) in FT_Cos() function
Dftstroke.c1436 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()
/third_party/skia/third_party/externals/freetype/src/sdf/
Dftsdf.c1606 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()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
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.