Home
last modified time | relevance | path

Searched refs:FT_Atan2 (Results 1 – 5 of 5) sorted by relevance

/external/freetype/src/base/
Dftstroke.c131 *angle_out = FT_Atan2( d2.x, d2.y ); in ft_conic_is_small_enough()
139 *angle_out = FT_Atan2( d1.x, d1.y ); in ft_conic_is_small_enough()
143 *angle_in = FT_Atan2( d1.x, d1.y ); in ft_conic_is_small_enough()
144 *angle_out = FT_Atan2( d2.x, d2.y ); in ft_conic_is_small_enough()
232 *angle_out = FT_Atan2( d3.x, d3.y ); in ft_cubic_is_small_enough()
241 *angle_out = FT_Atan2( d2.x, d2.y ); in ft_cubic_is_small_enough()
246 *angle_mid = FT_Atan2( d2.x, d2.y ); in ft_cubic_is_small_enough()
247 *angle_out = FT_Atan2( d3.x, d3.y ); in ft_cubic_is_small_enough()
259 *angle_out = FT_Atan2( d1.x, d1.y ); in ft_cubic_is_small_enough()
263 *angle_in = FT_Atan2( d1.x, d1.y ); in ft_cubic_is_small_enough()
[all …]
Dfttrigon.c339 FT_Atan2( FT_Fixed dx, in FT_Atan2() function
Dftoutln.c872 if ( FT_Atan2( prev->x - xmin_point->x, prev->y - xmin_point->y ) >
873 FT_Atan2( next->x - xmin_point->x, next->y - xmin_point->y ) )
/external/freetype/include/freetype/
Dfttrigon.h192 FT_Atan2( FT_Fixed x,
/external/freetype/src/tools/
Dtest_trig.c116 j = FT_Atan2( c2, s2 ); in test_atan2()