Home
last modified time | relevance | path

Searched refs:y_to (Results 1 – 25 of 119) sorted by relevance

12345

/dports/games/julius/julius-1.7.0/src/core/
H A Dcalc.c56 if (y_from > y_to) { in calc_general_direction()
64 if (y_from > y_to) { in calc_general_direction()
70 if (y_from > y_to) { in calc_general_direction()
84 int dy = y_from > y_to ? y_from - y_to : y_to - y_from; in calc_missile_shooter_direction()
94 if (y_from < y_to) { in calc_missile_shooter_direction()
100 if (y_from == y_to) { in calc_missile_shooter_direction()
120 if (y_from == y_to) { in calc_missile_shooter_direction()
145 int dy = y_from > y_to ? y_from - y_to : y_to - y_from; in calc_missile_direction()
155 if (y_from < y_to) { in calc_missile_direction()
161 if (y_from == y_to) { in calc_missile_direction()
[all …]
H A Dcalc.h50 direction_type calc_general_direction(int x_from, int y_from, int x_to, int y_to);
60 direction_type calc_missile_shooter_direction(int x_from, int y_from, int x_to, int y_to);
70 int calc_missile_direction(int x_from, int y_from, int x_to, int y_to);
/dports/games/augustus/augustus-3.1.0/src/core/
H A Dcalc.c42 if (y_from > y_to) { in calc_general_direction()
50 if (y_from > y_to) { in calc_general_direction()
56 if (y_from > y_to) { in calc_general_direction()
70 int dy = y_from > y_to ? y_from - y_to : y_to - y_from; in calc_missile_shooter_direction()
80 if (y_from < y_to) { in calc_missile_shooter_direction()
86 if (y_from == y_to) { in calc_missile_shooter_direction()
106 if (y_from == y_to) { in calc_missile_shooter_direction()
131 int dy = y_from > y_to ? y_from - y_to : y_to - y_from; in calc_missile_direction()
141 if (y_from < y_to) { in calc_missile_direction()
147 if (y_from == y_to) { in calc_missile_direction()
[all …]
H A Dcalc.h51 direction_type calc_general_direction(int x_from, int y_from, int x_to, int y_to);
61 direction_type calc_missile_shooter_direction(int x_from, int y_from, int x_to, int y_to);
71 int calc_missile_direction(int x_from, int y_from, int x_to, int y_to);
/dports/games/gnurobots/gnurobots-1.2.0/src/
H A Dgrobot.c367 gint x_to, y_to; in g_robot_move() local
425 robot->y = y_to; in g_robot_move()
511 gint x_to, y_to; in g_robot_feel() local
547 y_to = robot->y + dy; in g_robot_feel()
575 gint x_to, y_to; in g_robot_look() local
611 y_to = robot->y + dy; in g_robot_look()
622 y_to += dy; in g_robot_look()
637 gint x_to, y_to; in g_robot_grab() local
667 y_to = robot->y + dy; in g_robot_grab()
719 gint x_to, y_to; in g_robot_zap() local
[all …]
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Plugins/Schema/Eps/
H A DEps.php153 * @param integer $y_to The y_to attribute defines the end
163 $y_to = 0, argument
168 $this->stringCommands .= $x_to . ' ' . $y_to . " lineto \n";
184 * @param integer $y_to The y_to attribute defines the end
190 public function rect($x_from, $y_from, $x_to, $y_to, $lineWidth) argument
195 $this->stringCommands .= "0 " . $y_to . " rlineto \n";
197 $this->stringCommands .= "0 -" . $y_to . " rlineto \n";
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Plugins/Schema/Eps/
H A DEps.php157 * @param int $y_to The y_to attribute defines the end
167 $y_to = 0, argument
172 $this->stringCommands .= $x_to . ' ' . $y_to . " lineto \n";
188 * @param int $y_to The y_to attribute defines the end
194 public function rect($x_from, $y_from, $x_to, $y_to, $lineWidth) argument
199 $this->stringCommands .= '0 ' . $y_to . " rlineto \n";
201 $this->stringCommands .= '0 -' . $y_to . " rlineto \n";
/dports/games/blinkensisters/blinkensisters/lostpixels/game/addons/mz_testlevel/LEVELS/
H A D_wormhole.inc.bsl10 -- Wormhole:new(x_pos, y_pos, x_to, y_to, "64" or "32");
18 function Wormhole:new(x, y, x_to, y_to, size)
23 obj.y_to = y_to;
39 bs.player.y(Wormhole[obj.internal].y_to);
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BASEDATA/LEVELS/
H A D_wormhole.inc.bsl10 -- Wormhole:new(x_pos, y_pos, x_to, y_to, "64" or "32");
18 function Wormhole:new(x, y, x_to, y_to, size)
23 obj.y_to = y_to;
39 bs.player.y(Wormhole[obj.internal].y_to);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/app_list/
H A Dmd_icon_normalizer.cc47 int y_to) { in ConvertToConvexArray() argument
48 std::vector<float> angles(y_to - y_from); in ConvertToConvexArray()
54 for (int i = y_from + 1; i <= y_to; i++) { in ConvertToConvexArray()
112 int y_to = -1; in GetMdIconScale() local
149 y_to = y; in GetMdIconScale()
159 ConvertToConvexArray(&border_left, 1, y_from, y_to); in GetMdIconScale()
160 ConvertToConvexArray(&border_right, -1, y_from, y_to); in GetMdIconScale()
171 float rect_area = (y_to + 1 - y_from) * (x_right + 1 - x_left); in GetMdIconScale()
/dports/games/gnurobots/gnurobots-1.2.0/include/
H A Dui-arena.h73 gint x_to, gint y_to, glong energy, glong score, glong shields);
75 gint x_to, gint y_to, glong energy, glong score, glong shields);
77 gint x_to, gint y_to, glong energy, glong score, glong shields);
79 gint x_to, gint y_to, glong energy, glong score, glong shields);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display/
H A Doverlay_candidate.cc64 Axis y_to = VectorToAxis(y_axis); in GetOverlayTransform() local
66 if (x_to == AXIS_POS_X && y_to == AXIS_POS_Y) in GetOverlayTransform()
68 else if (x_to == AXIS_NEG_X && y_to == AXIS_POS_Y) in GetOverlayTransform()
70 else if (x_to == AXIS_POS_X && y_to == AXIS_NEG_Y) in GetOverlayTransform()
72 else if (x_to == AXIS_NEG_Y && y_to == AXIS_POS_X) in GetOverlayTransform()
74 else if (x_to == AXIS_NEG_X && y_to == AXIS_NEG_Y) in GetOverlayTransform()
76 else if (x_to == AXIS_POS_Y && y_to == AXIS_NEG_X) in GetOverlayTransform()
/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_path_storage_integer.pas76 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : int32 ); virtual; abstract;
77 procedure curve4 (x_ctrl1 ,y_ctrl1 ,x_ctrl2 ,y_ctrl2 ,x_to ,y_to : int32 ); virtual; abstract;
98 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : int32 ); virtual;
99 procedure curve4 (x_ctrl1 ,y_ctrl1 ,x_ctrl2 ,y_ctrl2 ,x_to ,y_to : int32 ); virtual;
129 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : int32 ); virtual;
130 procedure curve4 (x_ctrl1 ,y_ctrl1 ,x_ctrl2 ,y_ctrl2 ,x_to ,y_to : int32 ); virtual;
343 v.Construct (int16(x_to ) ,int16(y_to ) ,cmd_curve3 );
360 v.Construct (int16(x_to ) ,int16(y_to ) ,cmd_curve4 );
569 v.Construct (x_to ,y_to ,cmd_curve3 );
586 v.Construct (x_to ,y_to ,cmd_curve4 );
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_path_storage_integer.pas76 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : int32 ); virtual; abstract;
77 procedure curve4 (x_ctrl1 ,y_ctrl1 ,x_ctrl2 ,y_ctrl2 ,x_to ,y_to : int32 ); virtual; abstract;
98 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : int32 ); virtual;
99 procedure curve4 (x_ctrl1 ,y_ctrl1 ,x_ctrl2 ,y_ctrl2 ,x_to ,y_to : int32 ); virtual;
129 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : int32 ); virtual;
130 procedure curve4 (x_ctrl1 ,y_ctrl1 ,x_ctrl2 ,y_ctrl2 ,x_to ,y_to : int32 ); virtual;
343 v.Construct (int16(x_to ) ,int16(y_to ) ,cmd_curve3 );
360 v.Construct (int16(x_to ) ,int16(y_to ) ,cmd_curve4 );
569 v.Construct (x_to ,y_to ,cmd_curve3 );
586 v.Construct (x_to ,y_to ,cmd_curve4 );
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_path_storage_integer.pas76 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : int32 ); virtual; abstract;
77 procedure curve4 (x_ctrl1 ,y_ctrl1 ,x_ctrl2 ,y_ctrl2 ,x_to ,y_to : int32 ); virtual; abstract;
98 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : int32 ); virtual;
99 procedure curve4 (x_ctrl1 ,y_ctrl1 ,x_ctrl2 ,y_ctrl2 ,x_to ,y_to : int32 ); virtual;
129 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : int32 ); virtual;
130 procedure curve4 (x_ctrl1 ,y_ctrl1 ,x_ctrl2 ,y_ctrl2 ,x_to ,y_to : int32 ); virtual;
343 v.Construct (int16(x_to ) ,int16(y_to ) ,cmd_curve3 );
360 v.Construct (int16(x_to ) ,int16(y_to ) ,cmd_curve4 );
569 v.Construct (x_to ,y_to ,cmd_curve3 );
586 v.Construct (x_to ,y_to ,cmd_curve4 );
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_path_storage_integer.pas76 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : int32 ); virtual; abstract;
77 procedure curve4 (x_ctrl1 ,y_ctrl1 ,x_ctrl2 ,y_ctrl2 ,x_to ,y_to : int32 ); virtual; abstract;
98 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : int32 ); virtual;
99 procedure curve4 (x_ctrl1 ,y_ctrl1 ,x_ctrl2 ,y_ctrl2 ,x_to ,y_to : int32 ); virtual;
129 procedure curve3 (x_ctrl ,y_ctrl ,x_to ,y_to : int32 ); virtual;
130 procedure curve4 (x_ctrl1 ,y_ctrl1 ,x_ctrl2 ,y_ctrl2 ,x_to ,y_to : int32 ); virtual;
343 v.Construct (int16(x_to ) ,int16(y_to ) ,cmd_curve3 );
360 v.Construct (int16(x_to ) ,int16(y_to ) ,cmd_curve4 );
569 v.Construct (x_to ,y_to ,cmd_curve3 );
586 v.Construct (x_to ,y_to ,cmd_curve4 );
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DModelStandardIndexedDirector.java135 int y_to = trantables[1][velTo + 1]; in buildindex() local
138 if (y_to == -1) in buildindex()
139 y_to = counters[1]; in buildindex()
140 for (int y = y_from; y < y_to; y++) { in buildindex()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DModelStandardIndexedDirector.java135 int y_to = trantables[1][velTo + 1]; in buildindex() local
138 if (y_to == -1) in buildindex()
139 y_to = counters[1]; in buildindex()
140 for (int y = y_from; y < y_to; y++) { in buildindex()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DModelStandardIndexedDirector.java135 int y_to = trantables[1][velTo + 1]; in buildindex() local
138 if (y_to == -1) in buildindex()
139 y_to = counters[1]; in buildindex()
140 for (int y = y_from; y < y_to; y++) { in buildindex()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/media/sound/
H A DModelStandardIndexedDirector.java134 int y_to = trantables[1][velTo + 1]; in buildindex() local
137 if (y_to == -1) in buildindex()
138 y_to = counters[1]; in buildindex()
139 for (int y = y_from; y < y_to; y++) { in buildindex()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/com/sun/media/sound/
H A DModelStandardIndexedDirector.java135 int y_to = trantables[1][velTo + 1]; in buildindex() local
138 if (y_to == -1) in buildindex()
139 y_to = counters[1]; in buildindex()
140 for (int y = y_from; y < y_to; y++) { in buildindex()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DModelStandardIndexedDirector.java135 int y_to = trantables[1][velTo + 1]; in buildindex() local
138 if (y_to == -1) in buildindex()
139 y_to = counters[1]; in buildindex()
140 for (int y = y_from; y < y_to; y++) { in buildindex()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DModelStandardIndexedDirector.java135 int y_to = trantables[1][velTo + 1]; in buildindex() local
138 if (y_to == -1) in buildindex()
139 y_to = counters[1]; in buildindex()
140 for (int y = y_from; y < y_to; y++) { in buildindex()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DModelStandardIndexedDirector.java135 int y_to = trantables[1][velTo + 1]; in buildindex() local
138 if (y_to == -1) in buildindex()
139 y_to = counters[1]; in buildindex()
140 for (int y = y_from; y < y_to; y++) { in buildindex()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DModelStandardIndexedDirector.java135 int y_to = trantables[1][velTo + 1]; in buildindex() local
138 if (y_to == -1) in buildindex()
139 y_to = counters[1]; in buildindex()
140 for (int y = y_from; y < y_to; y++) { in buildindex()

12345