Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftstroke.c152 theta = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_out ) ); in ft_conic_is_small_enough()
193 return angle1 + FT_Angle_Diff( angle1, angle2 ) / 2; in ft_angle_mean()
285 theta1 = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_mid ) ); in ft_cubic_is_small_enough()
286 theta2 = ft_pos_abs( FT_Angle_Diff( *angle_mid, *angle_out ) ); in ft_cubic_is_small_enough()
904 total = FT_Angle_Diff( stroker->angle_in, stroker->angle_out ); in ft_stroker_arcto()
1009 theta = FT_Angle_Diff( stroker->angle_in, stroker->angle_out ) / 2; in ft_stroker_inside()
1090 theta = FT_Angle_Diff( stroker->angle_in, stroker->angle_out ); in ft_stroker_outside()
1229 turn = FT_Angle_Diff( stroker->angle_in, stroker->angle_out ); in ft_stroker_process_corner()
1437 else if ( ft_pos_abs( FT_Angle_Diff( stroker->angle_in, angle_in ) ) > in FT_Stroker_ConicTo()
1465 theta = FT_Angle_Diff( angle_in, angle_out ) / 2; in FT_Stroker_ConicTo()
[all …]
Dfttrigon.c510 FT_Angle_Diff( FT_Angle angle1, in FT_Angle_Diff() function
/external/pdfium/third_party/freetype/src/base/
Dftstroke.c152 theta = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_out ) ); in ft_conic_is_small_enough()
193 return angle1 + FT_Angle_Diff( angle1, angle2 ) / 2; in ft_angle_mean()
285 theta1 = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_mid ) ); in ft_cubic_is_small_enough()
286 theta2 = ft_pos_abs( FT_Angle_Diff( *angle_mid, *angle_out ) ); in ft_cubic_is_small_enough()
903 total = FT_Angle_Diff( stroker->angle_in, stroker->angle_out ); in ft_stroker_arcto()
1008 theta = FT_Angle_Diff( stroker->angle_in, stroker->angle_out ) / 2; in ft_stroker_inside()
1089 theta = FT_Angle_Diff( stroker->angle_in, stroker->angle_out ); in ft_stroker_outside()
1228 turn = FT_Angle_Diff( stroker->angle_in, stroker->angle_out ); in ft_stroker_process_corner()
1436 else if ( ft_pos_abs( FT_Angle_Diff( stroker->angle_in, angle_in ) ) > in FT_Stroker_ConicTo()
1464 theta = FT_Angle_Diff( angle_in, angle_out ) / 2; in FT_Stroker_ConicTo()
[all …]
Dfttrigon.c509 FT_Angle_Diff( FT_Angle angle1, in FT_Angle_Diff() function
/external/freetype/include/freetype/
Dfttrigon.h217 FT_Angle_Diff( FT_Angle angle1,
/external/pdfium/third_party/freetype/include/freetype/
Dfttrigon.h217 FT_Angle_Diff( FT_Angle angle1,