Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/base/
Dftstroke.c71 #define FT_IS_SMALL( x ) ( (x) > -FT_EPSILON && (x) < FT_EPSILON ) macro
118 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y ); in ft_conic_is_small_enough()
119 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y ); in ft_conic_is_small_enough()
215 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y ); in ft_cubic_is_small_enough()
216 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y ); in ft_cubic_is_small_enough()
217 close3 = FT_IS_SMALL( d3.x ) && FT_IS_SMALL( d3.y ); in ft_cubic_is_small_enough()
442 FT_IS_SMALL( border->points[border->num_points - 1].x - to->x ) && in ft_stroke_border_lineto()
443 FT_IS_SMALL( border->points[border->num_points - 1].y - to->y ) ) in ft_stroke_border_lineto()
1360 if ( FT_IS_SMALL( stroker->center.x - control->x ) && in FT_Stroker_ConicTo()
1361 FT_IS_SMALL( stroker->center.y - control->y ) && in FT_Stroker_ConicTo()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftstroke.c72 #define FT_IS_SMALL( x ) ( (x) > -FT_EPSILON && (x) < FT_EPSILON ) macro
119 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y ); in ft_conic_is_small_enough()
120 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y ); in ft_conic_is_small_enough()
216 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y ); in ft_cubic_is_small_enough()
217 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y ); in ft_cubic_is_small_enough()
218 close3 = FT_IS_SMALL( d3.x ) && FT_IS_SMALL( d3.y ); in ft_cubic_is_small_enough()
443 FT_IS_SMALL( border->points[border->num_points - 1].x - to->x ) && in ft_stroke_border_lineto()
444 FT_IS_SMALL( border->points[border->num_points - 1].y - to->y ) ) in ft_stroke_border_lineto()
1393 if ( FT_IS_SMALL( stroker->center.x - control->x ) && in FT_Stroker_ConicTo()
1394 FT_IS_SMALL( stroker->center.y - control->y ) && in FT_Stroker_ConicTo()
[all …]
/third_party/freetype/src/base/
Dftstroke.c71 #define FT_IS_SMALL( x ) ( (x) > -FT_EPSILON && (x) < FT_EPSILON ) macro
118 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y ); in ft_conic_is_small_enough()
119 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y ); in ft_conic_is_small_enough()
215 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y ); in ft_cubic_is_small_enough()
216 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y ); in ft_cubic_is_small_enough()
217 close3 = FT_IS_SMALL( d3.x ) && FT_IS_SMALL( d3.y ); in ft_cubic_is_small_enough()
442 FT_IS_SMALL( border->points[border->num_points - 1].x - to->x ) && in ft_stroke_border_lineto()
443 FT_IS_SMALL( border->points[border->num_points - 1].y - to->y ) ) in ft_stroke_border_lineto()
1359 if ( FT_IS_SMALL( stroker->center.x - control->x ) && in FT_Stroker_ConicTo()
1360 FT_IS_SMALL( stroker->center.y - control->y ) && in FT_Stroker_ConicTo()
[all …]