Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftstroke.c135 *angle_out = FT_Atan2( d2.x, d2.y ); in ft_conic_is_small_enough()
143 *angle_out = FT_Atan2( d1.x, d1.y ); in ft_conic_is_small_enough()
147 *angle_in = FT_Atan2( d1.x, d1.y ); in ft_conic_is_small_enough()
148 *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.c340 FT_Atan2( FT_Fixed dx, in FT_Atan2() function
Dftoutln.c877 if ( FT_Atan2( prev->x - xmin_point->x, prev->y - xmin_point->y ) >
878 FT_Atan2( next->x - xmin_point->x, next->y - xmin_point->y ) )
/external/pdfium/third_party/freetype/src/base/
Dftstroke.c135 *angle_out = FT_Atan2( d2.x, d2.y ); in ft_conic_is_small_enough()
143 *angle_out = FT_Atan2( d1.x, d1.y ); in ft_conic_is_small_enough()
147 *angle_in = FT_Atan2( d1.x, d1.y ); in ft_conic_is_small_enough()
148 *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.c874 if ( FT_Atan2( prev->x - xmin_point->x, prev->y - xmin_point->y ) >
875 FT_Atan2( next->x - xmin_point->x, next->y - xmin_point->y ) )
/external/freetype/include/freetype/
Dfttrigon.h192 FT_Atan2( FT_Fixed x,
/external/pdfium/third_party/freetype/include/freetype/
Dfttrigon.h192 FT_Atan2( FT_Fixed x,