Searched refs:FT_Angle_Diff (Results 1 – 4 of 4) sorted by relevance
/external/freetype/src/base/ |
D | ftstroke.c | 142 theta = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_out ) ); in ft_conic_is_small_enough() 183 return angle1 + FT_Angle_Diff( angle1, angle2 ) / 2; in ft_angle_mean() 275 theta1 = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_mid ) ); in ft_cubic_is_small_enough() 276 theta2 = ft_pos_abs( FT_Angle_Diff( *angle_mid, *angle_out ) ); in ft_cubic_is_small_enough() 887 total = FT_Angle_Diff( stroker->angle_in, stroker->angle_out ); in ft_stroker_arcto() 992 theta = FT_Angle_Diff( stroker->angle_in, stroker->angle_out ) / 2; in ft_stroker_inside() 1070 theta = FT_Angle_Diff( stroker->angle_in, stroker->angle_out ); in ft_stroker_outside() 1210 turn = FT_Angle_Diff( stroker->angle_in, stroker->angle_out ); in ft_stroker_process_corner() 1412 else if ( ft_pos_abs( FT_Angle_Diff( stroker->angle_in, angle_in ) ) > in FT_Stroker_ConicTo() 1440 theta = FT_Angle_Diff( angle_in, angle_out ) / 2; in FT_Stroker_ConicTo() [all …]
|
D | fttrigon.c | 529 FT_Angle_Diff( FT_Angle angle1, in FT_Angle_Diff() function
|
D | ftoutln.c | 947 angle_diff = FT_Angle_Diff( angle_in, angle_out ); in FT_Outline_Embolden()
|
/external/freetype/include/freetype/ |
D | fttrigon.h | 217 FT_Angle_Diff( FT_Angle angle1,
|