Home
last modified time | relevance | path

Searched refs:FT_Vector_Unit (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/base/
Dfttrigon.c302 FT_Vector_Unit( &v, angle ); in FT_Cos()
316 FT_Vector_Unit( &v, angle ); in FT_Sin()
360 FT_Vector_Unit( FT_Vector* vec, in FT_Vector_Unit() function
Dftstroke.c999 FT_Vector_Unit( &sigma, theta ); in ft_stroker_inside()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dfttrigon.h244 FT_Vector_Unit( FT_Vector* vec,
/third_party/skia/third_party/externals/freetype/src/tools/
Dtest_trig.c142 FT_Vector_Unit( &v, i ); in test_unit()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
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.