Searched refs:FT_Atan2 (Results 1 – 8 of 8) sorted by relevance
/external/freetype/src/base/ |
D | ftstroke.c | 135 *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 …]
|
D | fttrigon.c | 340 FT_Atan2( FT_Fixed dx, in FT_Atan2() function
|
D | ftoutln.c | 877 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/ |
D | ftstroke.c | 135 *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 …]
|
D | fttrigon.c | 339 FT_Atan2( FT_Fixed dx, in FT_Atan2() function
|
D | ftoutln.c | 874 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/ |
D | fttrigon.h | 192 FT_Atan2( FT_Fixed x,
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | fttrigon.h | 192 FT_Atan2( FT_Fixed x,
|