Home
last modified time | relevance | path

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

123

/dports/math/vtk9/VTK-9.1.0/ThirdParty/freetype/vtkfreetype/src/base/
H A Dftstroke.c118 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()
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()
1362 FT_IS_SMALL( control->x - to->x ) && in FT_Stroker_ConicTo()
1363 FT_IS_SMALL( control->y - to->y ) ) in FT_Stroker_ConicTo()
1563 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo()
[all …]
/dports/www/firefox/firefox-99.0/modules/freetype2/src/base/
H A Dftstroke.c118 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()
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()
1362 FT_IS_SMALL( control->x - to->x ) && in FT_Stroker_ConicTo()
1363 FT_IS_SMALL( control->y - to->y ) ) in FT_Stroker_ConicTo()
1563 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo()
[all …]
/dports/print/freetype2/freetype-2.11.1/src/base/
H A Dftstroke.c118 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()
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()
1362 FT_IS_SMALL( control->x - to->x ) && in FT_Stroker_ConicTo()
1363 FT_IS_SMALL( control->y - to->y ) ) in FT_Stroker_ConicTo()
1563 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/freetype/src/base/
H A Dftstroke.c122 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y ); in ft_conic_is_small_enough()
123 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()
1391 if ( FT_IS_SMALL( stroker->center.x - control->x ) && in FT_Stroker_ConicTo()
1392 FT_IS_SMALL( stroker->center.y - control->y ) && in FT_Stroker_ConicTo()
1393 FT_IS_SMALL( control->x - to->x ) && in FT_Stroker_ConicTo()
1394 FT_IS_SMALL( control->y - to->y ) ) in FT_Stroker_ConicTo()
1593 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo()
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/freetype-2.9/src/base/
H A Dftstroke.c122 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y ); in ft_conic_is_small_enough()
123 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()
1391 if ( FT_IS_SMALL( stroker->center.x - control->x ) && in FT_Stroker_ConicTo()
1392 FT_IS_SMALL( stroker->center.y - control->y ) && in FT_Stroker_ConicTo()
1393 FT_IS_SMALL( control->x - to->x ) && in FT_Stroker_ConicTo()
1394 FT_IS_SMALL( control->y - to->y ) ) in FT_Stroker_ConicTo()
1593 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo()
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/freetype-2.9/src/base/
H A Dftstroke.c122 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y ); in ft_conic_is_small_enough()
123 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()
1391 if ( FT_IS_SMALL( stroker->center.x - control->x ) && in FT_Stroker_ConicTo()
1392 FT_IS_SMALL( stroker->center.y - control->y ) && in FT_Stroker_ConicTo()
1393 FT_IS_SMALL( control->x - to->x ) && in FT_Stroker_ConicTo()
1394 FT_IS_SMALL( control->y - to->y ) ) in FT_Stroker_ConicTo()
1593 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/modules/freetype2/src/base/
H A Dftstroke.c118 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()
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()
1361 FT_IS_SMALL( control->x - to->x ) && in FT_Stroker_ConicTo()
1362 FT_IS_SMALL( control->y - to->y ) ) in FT_Stroker_ConicTo()
1561 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libfreetype/src/base/
H A Dftstroke.c118 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()
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()
1361 FT_IS_SMALL( control->x - to->x ) && in FT_Stroker_ConicTo()
1362 FT_IS_SMALL( control->y - to->y ) ) in FT_Stroker_ConicTo()
1561 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo()
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/SDL_ttf/external/freetype-2.4.12/src/base/
H A Dftstroke.c112 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y ); in ft_conic_is_small_enough()
113 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y ); in ft_conic_is_small_enough()
205 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y ); in ft_cubic_is_small_enough()
206 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y ); in ft_cubic_is_small_enough()
207 close3 = FT_IS_SMALL( d3.x ) && FT_IS_SMALL( d3.y ); in ft_cubic_is_small_enough()
1365 if ( FT_IS_SMALL( stroker->center.x - control->x ) && in FT_Stroker_ConicTo()
1366 FT_IS_SMALL( stroker->center.y - control->y ) && in FT_Stroker_ConicTo()
1367 FT_IS_SMALL( control->x - to->x ) && in FT_Stroker_ConicTo()
1368 FT_IS_SMALL( control->y - to->y ) ) in FT_Stroker_ConicTo()
1561 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftstroke.c119 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()
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()
1395 FT_IS_SMALL( control->x - to->x ) && in FT_Stroker_ConicTo()
1396 FT_IS_SMALL( control->y - to->y ) ) in FT_Stroker_ConicTo()
1595 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftstroke.c119 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()
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()
1395 FT_IS_SMALL( control->x - to->x ) && in FT_Stroker_ConicTo()
1396 FT_IS_SMALL( control->y - to->y ) ) in FT_Stroker_ConicTo()
1595 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftstroke.c119 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()
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()
1395 FT_IS_SMALL( control->x - to->x ) && in FT_Stroker_ConicTo()
1396 FT_IS_SMALL( control->y - to->y ) ) in FT_Stroker_ConicTo()
1595 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libfreetype/src/base/
H A Dftstroke.c118 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()
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()
1361 FT_IS_SMALL( control->x - to->x ) && in FT_Stroker_ConicTo()
1362 FT_IS_SMALL( control->y - to->y ) ) in FT_Stroker_ConicTo()
1561 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/freetype/src/base/
H A Dftstroke.c119 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()
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()
1362 FT_IS_SMALL( control->x - to->x ) && in FT_Stroker_ConicTo()
1363 FT_IS_SMALL( control->y - to->y ) ) in FT_Stroker_ConicTo()
1562 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/freetype/src/base/
H A Dftstroke.c119 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()
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()
1362 FT_IS_SMALL( control->x - to->x ) && in FT_Stroker_ConicTo()
1363 FT_IS_SMALL( control->y - to->y ) ) in FT_Stroker_ConicTo()
1562 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo()
[all …]
/dports/devel/upp/upp/bazaar/FreeType/src/base/
H A Dftstroke.c112 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y ); in ft_conic_is_small_enough()
113 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y ); in ft_conic_is_small_enough()
205 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y ); in ft_cubic_is_small_enough()
206 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y ); in ft_cubic_is_small_enough()
207 close3 = FT_IS_SMALL( d3.x ) && FT_IS_SMALL( d3.y ); in ft_cubic_is_small_enough()
1365 if ( FT_IS_SMALL( stroker->center.x - control->x ) && in FT_Stroker_ConicTo()
1366 FT_IS_SMALL( stroker->center.y - control->y ) && in FT_Stroker_ConicTo()
1367 FT_IS_SMALL( control->x - to->x ) && in FT_Stroker_ConicTo()
1368 FT_IS_SMALL( control->y - to->y ) ) in FT_Stroker_ConicTo()
1561 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libfreetype/src/base/
H A Dftstroke.c118 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()
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()
1361 FT_IS_SMALL( control->x - to->x ) && in FT_Stroker_ConicTo()
1362 FT_IS_SMALL( control->y - to->y ) ) in FT_Stroker_ConicTo()
1561 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo()
[all …]
/dports/devel/upp/upp/uppsrc/plugin/FT_fontsys/src/base/
H A Dftstroke.c112 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y ); in ft_conic_is_small_enough()
113 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y ); in ft_conic_is_small_enough()
205 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y ); in ft_cubic_is_small_enough()
206 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y ); in ft_cubic_is_small_enough()
207 close3 = FT_IS_SMALL( d3.x ) && FT_IS_SMALL( d3.y ); in ft_cubic_is_small_enough()
1366 if ( FT_IS_SMALL( stroker->center.x - control->x ) && in FT_Stroker_ConicTo()
1367 FT_IS_SMALL( stroker->center.y - control->y ) && in FT_Stroker_ConicTo()
1368 FT_IS_SMALL( control->x - to->x ) && in FT_Stroker_ConicTo()
1369 FT_IS_SMALL( control->y - to->y ) ) in FT_Stroker_ConicTo()
1562 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftstroke.c119 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()
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()
1395 FT_IS_SMALL( control->x - to->x ) && in FT_Stroker_ConicTo()
1396 FT_IS_SMALL( control->y - to->y ) ) in FT_Stroker_ConicTo()
1595 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftstroke.c119 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()
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()
1395 FT_IS_SMALL( control->x - to->x ) && in FT_Stroker_ConicTo()
1396 FT_IS_SMALL( control->y - to->y ) ) in FT_Stroker_ConicTo()
1595 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/freetype/src/src/base/
H A Dftstroke.c119 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()
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()
1362 FT_IS_SMALL( control->x - to->x ) && in FT_Stroker_ConicTo()
1363 FT_IS_SMALL( control->y - to->y ) ) in FT_Stroker_ConicTo()
1562 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftstroke.c119 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()
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()
1395 FT_IS_SMALL( control->x - to->x ) && in FT_Stroker_ConicTo()
1396 FT_IS_SMALL( control->y - to->y ) ) in FT_Stroker_ConicTo()
1595 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftstroke.c119 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()
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()
1395 FT_IS_SMALL( control->x - to->x ) && in FT_Stroker_ConicTo()
1396 FT_IS_SMALL( control->y - to->y ) ) in FT_Stroker_ConicTo()
1595 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftstroke.c119 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()
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()
1395 FT_IS_SMALL( control->x - to->x ) && in FT_Stroker_ConicTo()
1396 FT_IS_SMALL( control->y - to->y ) ) in FT_Stroker_ConicTo()
1595 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftstroke.c119 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()
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()
1395 FT_IS_SMALL( control->x - to->x ) && in FT_Stroker_ConicTo()
1396 FT_IS_SMALL( control->y - to->y ) ) in FT_Stroker_ConicTo()
1595 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo()
[all …]

123