Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftstroke.c76 ft_pos_abs( FT_Pos x ) in ft_pos_abs() function
147 theta = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_out ) ); in ft_conic_is_small_enough()
280 theta1 = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_mid ) ); in ft_cubic_is_small_enough()
281 theta2 = ft_pos_abs( FT_Angle_Diff( *angle_mid, *angle_out ) ); in ft_cubic_is_small_enough()
1015 FT_Fixed min_length = ft_pos_abs( FT_MulFix( stroker->radius, in ft_stroker_inside()
1106 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside()
1145 ft_pos_abs( FT_Sin( theta ) ) ); in ft_stroker_outside()
1432 else if ( ft_pos_abs( FT_Angle_Diff( stroker->angle_in, angle_in ) ) > in FT_Stroker_ConicTo()
1498 if ( ft_pos_abs( FT_Angle_Diff( alpha0, alpha1 ) ) > in FT_Stroker_ConicTo()
1515 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_ConicTo()
[all …]