Home
last modified time | relevance | path

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

123

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/rlottie/src/vector/freetype/
H A Dv_ft_stroker.cpp40 static SW_FT_Pos ft_pos_abs(SW_FT_Pos x) in ft_pos_abs() function
97 theta = ft_pos_abs(SW_FT_Angle_Diff(*angle_in, *angle_out)); in ft_conic_is_small_enough()
203 theta1 = ft_pos_abs(SW_FT_Angle_Diff(*angle_in, *angle_mid)); in ft_cubic_is_small_enough()
204 theta2 = ft_pos_abs(SW_FT_Angle_Diff(*angle_mid, *angle_out)); in ft_cubic_is_small_enough()
973 ft_pos_abs(SW_FT_Sin(theta))); in ft_stroker_outside()
1271 if (ft_pos_abs(SW_FT_Angle_Diff(alpha0, alpha1)) > in SW_FT_Stroker_ConicTo()
1287 sinA = ft_pos_abs(SW_FT_Sin(alpha1 - gamma)); in SW_FT_Stroker_ConicTo()
1288 sinB = ft_pos_abs(SW_FT_Sin(beta - gamma)); in SW_FT_Stroker_ConicTo()
1453 if (ft_pos_abs(SW_FT_Angle_Diff(alpha0, alpha1)) > in SW_FT_Stroker_CubicTo()
1469 sinA = ft_pos_abs(SW_FT_Sin(alpha1 - gamma)); in SW_FT_Stroker_CubicTo()
[all …]
/dports/devel/efl/efl-1.25.1/src/static_libs/freetype/
H A Dsw_ft_stroker.c44 ft_pos_abs( SW_FT_Pos x ) in ft_pos_abs() function
115 theta = ft_pos_abs( SW_FT_Angle_Diff( *angle_in, *angle_out ) ); in ft_conic_is_small_enough()
248 theta1 = ft_pos_abs( SW_FT_Angle_Diff( *angle_in, *angle_mid ) ); in ft_cubic_is_small_enough()
249 theta2 = ft_pos_abs( SW_FT_Angle_Diff( *angle_mid, *angle_out ) ); in ft_cubic_is_small_enough()
1138 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside()
1177 ft_pos_abs( SW_FT_Sin( theta ) ) ); in ft_stroker_outside()
1524 if ( ft_pos_abs( SW_FT_Angle_Diff( alpha0, alpha1 ) ) > in SW_FT_Stroker_ConicTo()
1541 sinA = ft_pos_abs( SW_FT_Sin( alpha1 - gamma ) ); in SW_FT_Stroker_ConicTo()
1542 sinB = ft_pos_abs( SW_FT_Sin( beta - gamma ) ); in SW_FT_Stroker_ConicTo()
1748 sinA = ft_pos_abs( SW_FT_Sin( alpha1 - gamma ) ); in SW_FT_Stroker_CubicTo()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/freetype/src/base/
H A Dftstroke.c81 ft_pos_abs( FT_Pos x ) in ft_pos_abs() function
152 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()
1111 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside()
1150 ft_pos_abs( FT_Sin( theta ) ) ); in ft_stroker_outside()
1503 if ( ft_pos_abs( FT_Angle_Diff( alpha0, alpha1 ) ) > in FT_Stroker_ConicTo()
1520 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_ConicTo()
1521 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_ConicTo()
1733 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_CubicTo()
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/freetype-2.9/src/base/
H A Dftstroke.c81 ft_pos_abs( FT_Pos x ) in ft_pos_abs() function
152 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()
1111 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside()
1150 ft_pos_abs( FT_Sin( theta ) ) ); in ft_stroker_outside()
1503 if ( ft_pos_abs( FT_Angle_Diff( alpha0, alpha1 ) ) > in FT_Stroker_ConicTo()
1520 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_ConicTo()
1521 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_ConicTo()
1733 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_CubicTo()
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/freetype-2.9/src/base/
H A Dftstroke.c81 ft_pos_abs( FT_Pos x ) in ft_pos_abs() function
152 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()
1111 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside()
1150 ft_pos_abs( FT_Sin( theta ) ) ); in ft_stroker_outside()
1503 if ( ft_pos_abs( FT_Angle_Diff( alpha0, alpha1 ) ) > in FT_Stroker_ConicTo()
1520 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_ConicTo()
1521 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_ConicTo()
1733 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); 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.c71 ft_pos_abs( FT_Pos x ) in ft_pos_abs() function
142 theta = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_out ) ); in ft_conic_is_small_enough()
275 theta1 = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_mid ) ); in ft_cubic_is_small_enough()
276 theta2 = ft_pos_abs( FT_Angle_Diff( *angle_mid, *angle_out ) ); in ft_cubic_is_small_enough()
1091 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside()
1130 ft_pos_abs( FT_Sin( theta ) ) ); in ft_stroker_outside()
1477 if ( ft_pos_abs( FT_Angle_Diff( alpha0, alpha1 ) ) > in FT_Stroker_ConicTo()
1494 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_ConicTo()
1495 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_ConicTo()
1701 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_CubicTo()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftstroke.c76 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()
1113 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside()
1152 ft_pos_abs( FT_Sin( theta ) ) ); in ft_stroker_outside()
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()
1523 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_ConicTo()
1735 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_CubicTo()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftstroke.c76 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()
1113 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside()
1152 ft_pos_abs( FT_Sin( theta ) ) ); in ft_stroker_outside()
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()
1523 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_ConicTo()
1735 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_CubicTo()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftstroke.c76 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()
1113 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside()
1152 ft_pos_abs( FT_Sin( theta ) ) ); in ft_stroker_outside()
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()
1523 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_ConicTo()
1735 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_CubicTo()
[all …]
/dports/devel/upp/upp/bazaar/FreeType/src/base/
H A Dftstroke.c71 ft_pos_abs( FT_Pos x ) in ft_pos_abs() function
142 theta = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_out ) ); in ft_conic_is_small_enough()
275 theta1 = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_mid ) ); in ft_cubic_is_small_enough()
276 theta2 = ft_pos_abs( FT_Angle_Diff( *angle_mid, *angle_out ) ); in ft_cubic_is_small_enough()
1091 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside()
1130 ft_pos_abs( FT_Sin( theta ) ) ); in ft_stroker_outside()
1477 if ( ft_pos_abs( FT_Angle_Diff( alpha0, alpha1 ) ) > in FT_Stroker_ConicTo()
1494 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_ConicTo()
1495 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_ConicTo()
1701 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_CubicTo()
[all …]
/dports/devel/upp/upp/uppsrc/plugin/FT_fontsys/src/base/
H A Dftstroke.c71 ft_pos_abs( FT_Pos x ) in ft_pos_abs() function
142 theta = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_out ) ); in ft_conic_is_small_enough()
275 theta1 = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_mid ) ); in ft_cubic_is_small_enough()
276 theta2 = ft_pos_abs( FT_Angle_Diff( *angle_mid, *angle_out ) ); in ft_cubic_is_small_enough()
1091 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside()
1478 if ( ft_pos_abs( FT_Angle_Diff( alpha0, alpha1 ) ) > in FT_Stroker_ConicTo()
1495 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_ConicTo()
1496 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_ConicTo()
1685 if ( ft_pos_abs( FT_Angle_Diff( alpha0, alpha1 ) ) > in FT_Stroker_CubicTo()
1702 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_CubicTo()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftstroke.c76 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()
1113 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside()
1152 ft_pos_abs( FT_Sin( theta ) ) ); in ft_stroker_outside()
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()
1523 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_ConicTo()
1735 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_CubicTo()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftstroke.c76 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()
1113 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside()
1152 ft_pos_abs( FT_Sin( theta ) ) ); in ft_stroker_outside()
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()
1523 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_ConicTo()
1735 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_CubicTo()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftstroke.c76 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()
1113 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside()
1152 ft_pos_abs( FT_Sin( theta ) ) ); in ft_stroker_outside()
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()
1523 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_ConicTo()
1735 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_CubicTo()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftstroke.c76 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()
1113 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside()
1152 ft_pos_abs( FT_Sin( theta ) ) ); in ft_stroker_outside()
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()
1523 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_ConicTo()
1735 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_CubicTo()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftstroke.c76 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()
1113 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside()
1152 ft_pos_abs( FT_Sin( theta ) ) ); in ft_stroker_outside()
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()
1523 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_ConicTo()
1735 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_CubicTo()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftstroke.c76 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()
1113 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside()
1152 ft_pos_abs( FT_Sin( theta ) ) ); in ft_stroker_outside()
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()
1523 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_ConicTo()
1735 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_CubicTo()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/FreeType/src/base/
H A Dftstroke.c81 ft_pos_abs( FT_Pos x ) in ft_pos_abs() function
152 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()
1111 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside()
1150 ft_pos_abs( FT_Sin( theta ) ) ); in ft_stroker_outside()
1503 if ( ft_pos_abs( FT_Angle_Diff( alpha0, alpha1 ) ) > in FT_Stroker_ConicTo()
1520 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_ConicTo()
1521 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_ConicTo()
1733 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_CubicTo()
[all …]
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/freetype2/src/base/
H A Dftstroke.c71 ft_pos_abs( FT_Pos x ) in ft_pos_abs() function
142 theta = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_out ) ); in ft_conic_is_small_enough()
275 theta1 = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_mid ) ); in ft_cubic_is_small_enough()
276 theta2 = ft_pos_abs( FT_Angle_Diff( *angle_mid, *angle_out ) ); in ft_cubic_is_small_enough()
1098 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside()
1137 ft_pos_abs( FT_Sin( theta ) ) ); in ft_stroker_outside()
1493 if ( ft_pos_abs( FT_Angle_Diff( alpha0, alpha1 ) ) > in FT_Stroker_ConicTo()
1510 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_ConicTo()
1511 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_ConicTo()
1723 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_CubicTo()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftstroke.c76 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()
1113 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside()
1152 ft_pos_abs( FT_Sin( theta ) ) ); in ft_stroker_outside()
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()
1523 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_ConicTo()
1735 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_CubicTo()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/freetype2/src/base/
H A Dftstroke.c81 ft_pos_abs( FT_Pos x ) in ft_pos_abs() function
152 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()
1111 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside()
1150 ft_pos_abs( FT_Sin( theta ) ) ); in ft_stroker_outside()
1503 if ( ft_pos_abs( FT_Angle_Diff( alpha0, alpha1 ) ) > in FT_Stroker_ConicTo()
1520 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_ConicTo()
1521 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_ConicTo()
1733 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_CubicTo()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/libfreetype/src/base/
H A Dftstroke.c81 ft_pos_abs( FT_Pos x ) in ft_pos_abs() function
152 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()
1111 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside()
1150 ft_pos_abs( FT_Sin( theta ) ) ); in ft_stroker_outside()
1503 if ( ft_pos_abs( FT_Angle_Diff( alpha0, alpha1 ) ) > in FT_Stroker_ConicTo()
1520 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_ConicTo()
1521 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_ConicTo()
1733 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_CubicTo()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/freetype/vtkfreetype/src/base/
H A Dftstroke.c71 ft_pos_abs( FT_Pos x ) in ft_pos_abs() function
142 theta = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_out ) ); in ft_conic_is_small_enough()
275 theta1 = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_mid ) ); in ft_cubic_is_small_enough()
276 theta2 = ft_pos_abs( FT_Angle_Diff( *angle_mid, *angle_out ) ); in ft_cubic_is_small_enough()
1091 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside()
1478 if ( ft_pos_abs( FT_Angle_Diff( alpha0, alpha1 ) ) > in FT_Stroker_ConicTo()
1495 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_ConicTo()
1496 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_ConicTo()
1685 if ( ft_pos_abs( FT_Angle_Diff( alpha0, alpha1 ) ) > in FT_Stroker_CubicTo()
1702 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_CubicTo()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/freetype/vtkfreetype/src/base/
H A Dftstroke.c71 ft_pos_abs( FT_Pos x ) in ft_pos_abs() function
142 theta = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_out ) ); in ft_conic_is_small_enough()
275 theta1 = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_mid ) ); in ft_cubic_is_small_enough()
276 theta2 = ft_pos_abs( FT_Angle_Diff( *angle_mid, *angle_out ) ); in ft_cubic_is_small_enough()
1091 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside()
1478 if ( ft_pos_abs( FT_Angle_Diff( alpha0, alpha1 ) ) > in FT_Stroker_ConicTo()
1495 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_ConicTo()
1496 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_ConicTo()
1685 if ( ft_pos_abs( FT_Angle_Diff( alpha0, alpha1 ) ) > in FT_Stroker_CubicTo()
1702 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_CubicTo()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftstroke.c76 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()
1113 if ( fixed_bevel || ft_pos_abs( theta ) > 57 ) in ft_stroker_outside()
1152 ft_pos_abs( FT_Sin( theta ) ) ); in ft_stroker_outside()
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()
1523 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_ConicTo()
1735 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_CubicTo()
[all …]

123