Searched refs:ft_pos_abs (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftstroke.c | 76 ft_pos_abs( FT_Pos x ) in ft_pos_abs() function 149 theta = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_out ) ); in ft_conic_is_small_enough() 286 theta1 = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_mid ) ); in ft_cubic_is_small_enough() 287 theta2 = ft_pos_abs( FT_Angle_Diff( *angle_mid, *angle_out ) ); in ft_cubic_is_small_enough() 1022 FT_Fixed min_length = ft_pos_abs( FT_MulFix( stroker->radius, in ft_stroker_inside() 1113 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside() 1152 ft_pos_abs( FT_Sin( theta ) ) ); in ft_stroker_outside() 1439 else if ( ft_pos_abs( FT_Angle_Diff( stroker->angle_in, angle_in ) ) > in FT_Stroker_ConicTo() 1505 if ( ft_pos_abs( FT_Angle_Diff( alpha0, alpha1 ) ) > in FT_Stroker_ConicTo() 1522 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_ConicTo() [all …]
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftstroke.c | 75 ft_pos_abs( FT_Pos x ) in ft_pos_abs() function 148 theta = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_out ) ); in ft_conic_is_small_enough() 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() 1001 ft_pos_abs( FT_MulDiv( stroker->radius, sigma.y, sigma.x ) ); in ft_stroker_inside() 1082 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside() 1406 else if ( ft_pos_abs( FT_Angle_Diff( stroker->angle_in, angle_in ) ) > in FT_Stroker_ConicTo() 1472 if ( ft_pos_abs( FT_Angle_Diff( alpha0, alpha1 ) ) > in FT_Stroker_ConicTo() 1489 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_ConicTo() 1490 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_ConicTo() [all …]
|
/third_party/freetype/src/base/ |
D | ftstroke.c | 75 ft_pos_abs( FT_Pos x ) in ft_pos_abs() function 148 theta = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_out ) ); in ft_conic_is_small_enough() 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() 1000 ft_pos_abs( FT_MulDiv( stroker->radius, sigma.y, sigma.x ) ); in ft_stroker_inside() 1081 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside() 1405 else if ( ft_pos_abs( FT_Angle_Diff( stroker->angle_in, angle_in ) ) > in FT_Stroker_ConicTo() 1471 if ( ft_pos_abs( FT_Angle_Diff( alpha0, alpha1 ) ) > in FT_Stroker_ConicTo() 1488 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_ConicTo() 1489 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_ConicTo() [all …]
|