Home
last modified time | relevance | path

Searched refs:to_x (Results 1 – 25 of 666) sorted by relevance

12345678910>>...27

/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Helpers.ocd/ObjectRestorer.ocd/
H A DScript.c36 effect.to_x = to_x; in SetRestoreObject()
61 var to_x = to_container->GetX(); in FxRestoreTimer() local
66 var to_x = effect.to_x; in FxRestoreTimer() local
70 if (to_x == nil || to_y == nil) in FxRestoreTimer()
101 var to_x = effect.to_x; in FxRestoreStop() local
113 to_restore->SetPosition(to_x, to_y); in FxRestoreStop()
124 new_effect.to_x = to_x; in FxRestoreStop()
136 to_x = to_container->GetX(); in FxRestoreStop()
159 if (to_x == nil) to_x = GetX(); in AddRestoreMode()
163 effect.to_x = to_x; in AddRestoreMode()
[all …]
/dports/graphics/minder/Minder-1.13.1/src/styles/
H A DLinkTypeCurved.vala44 double from_x, double from_y, double to_x, double to_y,
51 var x_adj = (to_x - from_x) * 0.5;
57 case NodeSide.LEFT : to_x += adj_a; tipx = to_x - adj_t; tipy = to_y; break;
58 case NodeSide.RIGHT : to_x -= adj_a; tipx = to_x + adj_t; tipy = to_y; break;
59 case NodeSide.TOP : to_y += adj_a; tipx = to_x; tipy = to_y - adj_t; break;
60 case NodeSide.BOTTOM : to_y -= adj_a; tipx = to_x; tipy = to_y + adj_t; break;
67 ctx.curve_to( (to_x - x_adj), from_y, (from_x + x_adj), to_y, to_x, to_y );
69 tailx = from_x + ((to_x - from_x) * 0.95);
71 ctx.curve_to( from_x, (to_y - y_adj), to_x, (from_y + y_adj), to_x, to_y );
H A DLinkTypeStraight.vala74 double from_x, double from_y, double to_x, double to_y,
79 var x = (to_x - from_x);
92 to_x += adjustA;
94 tipx = to_x - adjustT;
98 to_x -= adjustA;
100 tipx = to_x + adjustT;
105 to_x = calc_to_x( to_node, (from_x < to_x), (to_x + adjustB), adjustA, ref force );
107 …tipx = calc_to_x( to_node, (from_x < to_x), (to_x - adjust_b( side, adjustT, x, y )), adjustT, re…
111 to_x = calc_to_x( to_node, (from_x < to_x), (to_x - adjustB), adjustA, ref force );
113 …tipx = calc_to_x( to_node, (from_x < to_x), (to_x + adjust_b( side, adjustT, x, y )), adjustT, re…
[all …]
H A DLinkTypeSquared.vala44 double from_x, double from_y, double to_x, double to_y,
55 case NodeSide.LEFT : to_x += adj_a; tipx = to_x - adj_t; tipy = to_y; break;
56 case NodeSide.RIGHT : to_x -= adj_a; tipx = to_x + adj_t; tipy = to_y; break;
57 case NodeSide.TOP : to_y += adj_a; tipy = to_y - adj_t; tipx = to_x; break;
58 case NodeSide.BOTTOM : to_y -= adj_a; tipy = to_y + adj_t; tipx = to_x; break;
63 var mid_x = ((from_x + to_x) / 2) + adjust_mid_by( from_node, side );
68 ctx.line_to( to_x, to_y );
71 tailx = to_x;
74 ctx.line_to( to_x, mid_y );
75 ctx.line_to( to_x, to_y );
H A DLinkTypeRounded.vala51 double from_x, double from_y, double to_x, double to_y,
65 case NodeSide.LEFT : to_x += adj_a; tipx = to_x - adj_t; tipy = to_y; break;
66 case NodeSide.RIGHT : to_x -= adj_a; tipx = to_x + adj_t; tipy = to_y; break;
67 case NodeSide.TOP : to_y += adj_a; tipy = to_y - adj_t; tipx = to_x; break;
68 case NodeSide.BOTTOM : to_y -= adj_a; tipy = to_y + adj_t; tipx = to_x; break;
74 …adjust_mid( from_node, side, from_x, to_x, from_y, to_y, radius, out mid_x, out rnd_x, out rnd_y );
80 ctx.line_to( to_x, to_y );
83 …adjust_mid( from_node, side, from_y, to_y, from_x, to_x, radius, out mid_y, out rnd_y, out rnd_x );
84 tailx = to_x;
88 ctx.curve_to( rnd_x, mid_y, to_x, mid_y, to_x, rnd_y );
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-draw.hh72 hb_position_t to_x, hb_position_t to_y) in quadratic_to()
74 if (equal_to_current (control_x, control_y) && equal_to_current (to_x, to_y)) in quadratic_to()
78 funcs->quadratic_to (control_x, control_y, to_x, to_y, user_data); in quadratic_to()
82 roundf ((to_x + 2.f * control_x) / 3.f), in quadratic_to()
84 to_x, to_y, user_data); in quadratic_to()
85 current_x = to_x; in quadratic_to()
92 hb_position_t to_x, hb_position_t to_y) in cubic_to()
96 equal_to_current (to_x, to_y)) in cubic_to()
99 funcs->cubic_to (control1_x, control1_y, control2_x, control2_y, to_x, to_y, user_data); in cubic_to()
100 current_x = to_x; in cubic_to()
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/src/
H A Dhb-draw.hh72 hb_position_t to_x, hb_position_t to_y) in quadratic_to()
74 if (equal_to_current (control_x, control_y) && equal_to_current (to_x, to_y)) in quadratic_to()
78 funcs->quadratic_to (control_x, control_y, to_x, to_y, user_data); in quadratic_to()
82 roundf ((to_x + 2.f * control_x) / 3.f), in quadratic_to()
84 to_x, to_y, user_data); in quadratic_to()
85 current_x = to_x; in quadratic_to()
92 hb_position_t to_x, hb_position_t to_y) in cubic_to()
96 equal_to_current (to_x, to_y)) in cubic_to()
99 funcs->cubic_to (control1_x, control1_y, control2_x, control2_y, to_x, to_y, user_data); in cubic_to()
100 current_x = to_x; in cubic_to()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/
H A Dhb-draw.hh72 hb_position_t to_x, hb_position_t to_y) in quadratic_to()
74 if (equal_to_current (control_x, control_y) && equal_to_current (to_x, to_y)) in quadratic_to()
78 funcs->quadratic_to (control_x, control_y, to_x, to_y, user_data); in quadratic_to()
82 roundf ((to_x + 2.f * control_x) / 3.f), in quadratic_to()
84 to_x, to_y, user_data); in quadratic_to()
85 current_x = to_x; in quadratic_to()
92 hb_position_t to_x, hb_position_t to_y) in cubic_to()
96 equal_to_current (to_x, to_y)) in cubic_to()
99 funcs->cubic_to (control1_x, control1_y, control2_x, control2_y, to_x, to_y, user_data); in cubic_to()
100 current_x = to_x; in cubic_to()
/dports/www/firefox/firefox-99.0/gfx/harfbuzz/src/
H A Dhb-draw.hh72 hb_position_t to_x, hb_position_t to_y) in quadratic_to()
74 if (equal_to_current (control_x, control_y) && equal_to_current (to_x, to_y)) in quadratic_to()
78 funcs->quadratic_to (control_x, control_y, to_x, to_y, user_data); in quadratic_to()
82 roundf ((to_x + 2.f * control_x) / 3.f), in quadratic_to()
84 to_x, to_y, user_data); in quadratic_to()
85 current_x = to_x; in quadratic_to()
92 hb_position_t to_x, hb_position_t to_y) in cubic_to()
96 equal_to_current (to_x, to_y)) in cubic_to()
99 funcs->cubic_to (control1_x, control1_y, control2_x, control2_y, to_x, to_y, user_data); in cubic_to()
100 current_x = to_x; in cubic_to()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/harfbuzz/src/
H A Dhb-draw.hh72 hb_position_t to_x, hb_position_t to_y) in quadratic_to()
74 if (equal_to_current (control_x, control_y) && equal_to_current (to_x, to_y)) in quadratic_to()
78 funcs->quadratic_to (control_x, control_y, to_x, to_y, user_data); in quadratic_to()
82 roundf ((to_x + 2.f * control_x) / 3.f), in quadratic_to()
84 to_x, to_y, user_data); in quadratic_to()
85 current_x = to_x; in quadratic_to()
92 hb_position_t to_x, hb_position_t to_y) in cubic_to()
96 equal_to_current (to_x, to_y)) in cubic_to()
99 funcs->cubic_to (control1_x, control1_y, control2_x, control2_y, to_x, to_y, user_data); in cubic_to()
100 current_x = to_x; in cubic_to()
/dports/print/harfbuzz/harfbuzz-3.4.0/src/
H A Dhb-draw.hh72 hb_position_t to_x, hb_position_t to_y) in quadratic_to()
74 if (equal_to_current (control_x, control_y) && equal_to_current (to_x, to_y)) in quadratic_to()
78 funcs->quadratic_to (control_x, control_y, to_x, to_y, user_data); in quadratic_to()
82 roundf ((to_x + 2.f * control_x) / 3.f), in quadratic_to()
84 to_x, to_y, user_data); in quadratic_to()
85 current_x = to_x; in quadratic_to()
92 hb_position_t to_x, hb_position_t to_y) in cubic_to()
96 equal_to_current (to_x, to_y)) in cubic_to()
99 funcs->cubic_to (control1_x, control1_y, control2_x, control2_y, to_x, to_y, user_data); in cubic_to()
100 current_x = to_x; in cubic_to()
/dports/print/harfbuzz-icu/harfbuzz-3.4.0/src/
H A Dhb-draw.hh72 hb_position_t to_x, hb_position_t to_y) in quadratic_to()
74 if (equal_to_current (control_x, control_y) && equal_to_current (to_x, to_y)) in quadratic_to()
78 funcs->quadratic_to (control_x, control_y, to_x, to_y, user_data); in quadratic_to()
82 roundf ((to_x + 2.f * control_x) / 3.f), in quadratic_to()
84 to_x, to_y, user_data); in quadratic_to()
85 current_x = to_x; in quadratic_to()
92 hb_position_t to_x, hb_position_t to_y) in cubic_to()
96 equal_to_current (to_x, to_y)) in cubic_to()
99 funcs->cubic_to (control1_x, control1_y, control2_x, control2_y, to_x, to_y, user_data); in cubic_to()
100 current_x = to_x; in cubic_to()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/src/
H A Dhb-draw.hh72 hb_position_t to_x, hb_position_t to_y) in quadratic_to()
74 if (equal_to_current (control_x, control_y) && equal_to_current (to_x, to_y)) in quadratic_to()
78 funcs->quadratic_to (control_x, control_y, to_x, to_y, user_data); in quadratic_to()
82 roundf ((to_x + 2.f * control_x) / 3.f), in quadratic_to()
84 to_x, to_y, user_data); in quadratic_to()
85 current_x = to_x; in quadratic_to()
92 hb_position_t to_x, hb_position_t to_y) in cubic_to()
96 equal_to_current (to_x, to_y)) in cubic_to()
99 funcs->cubic_to (control1_x, control1_y, control2_x, control2_y, to_x, to_y, user_data); in cubic_to()
100 current_x = to_x; in cubic_to()
/dports/www/lagrange/lagrange-1.7.3/lib/harfbuzz/src/
H A Dhb-draw.hh72 hb_position_t to_x, hb_position_t to_y) in quadratic_to()
74 if (equal_to_current (control_x, control_y) && equal_to_current (to_x, to_y)) in quadratic_to()
78 funcs->quadratic_to (control_x, control_y, to_x, to_y, user_data); in quadratic_to()
82 roundf ((to_x + 2.f * control_x) / 3.f), in quadratic_to()
84 to_x, to_y, user_data); in quadratic_to()
85 current_x = to_x; in quadratic_to()
92 hb_position_t to_x, hb_position_t to_y) in cubic_to()
96 equal_to_current (to_x, to_y)) in cubic_to()
99 funcs->cubic_to (control1_x, control1_y, control2_x, control2_y, to_x, to_y, user_data); in cubic_to()
100 current_x = to_x; in cubic_to()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-draw.hh72 hb_position_t to_x, hb_position_t to_y) in quadratic_to()
74 if (equal_to_current (control_x, control_y) && equal_to_current (to_x, to_y)) in quadratic_to()
78 funcs->quadratic_to (control_x, control_y, to_x, to_y, user_data); in quadratic_to()
82 roundf ((to_x + 2.f * control_x) / 3.f), in quadratic_to()
84 to_x, to_y, user_data); in quadratic_to()
85 current_x = to_x; in quadratic_to()
92 hb_position_t to_x, hb_position_t to_y) in cubic_to()
96 equal_to_current (to_x, to_y)) in cubic_to()
99 funcs->cubic_to (control1_x, control1_y, control2_x, control2_y, to_x, to_y, user_data); in cubic_to()
100 current_x = to_x; in cubic_to()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-draw.hh72 hb_position_t to_x, hb_position_t to_y) in quadratic_to()
74 if (equal_to_current (control_x, control_y) && equal_to_current (to_x, to_y)) in quadratic_to()
78 funcs->quadratic_to (control_x, control_y, to_x, to_y, user_data); in quadratic_to()
82 roundf ((to_x + 2.f * control_x) / 3.f), in quadratic_to()
84 to_x, to_y, user_data); in quadratic_to()
85 current_x = to_x; in quadratic_to()
92 hb_position_t to_x, hb_position_t to_y) in cubic_to()
96 equal_to_current (to_x, to_y)) in cubic_to()
99 funcs->cubic_to (control1_x, control1_y, control2_x, control2_y, to_x, to_y, user_data); in cubic_to()
100 current_x = to_x; in cubic_to()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/harfbuzz/src/
H A Dhb-draw.hh72 hb_position_t to_x, hb_position_t to_y) in quadratic_to()
74 if (equal_to_current (control_x, control_y) && equal_to_current (to_x, to_y)) in quadratic_to()
78 funcs->quadratic_to (control_x, control_y, to_x, to_y, user_data); in quadratic_to()
82 roundf ((to_x + 2.f * control_x) / 3.f), in quadratic_to()
84 to_x, to_y, user_data); in quadratic_to()
85 current_x = to_x; in quadratic_to()
92 hb_position_t to_x, hb_position_t to_y) in cubic_to()
96 equal_to_current (to_x, to_y)) in cubic_to()
99 funcs->cubic_to (control1_x, control1_y, control2_x, control2_y, to_x, to_y, user_data); in cubic_to()
100 current_x = to_x; in cubic_to()
/dports/x11/bitmap/bitmap-1.0.9/
H A DGraphics.c257 to_x = min(BW->bitmap.image->width - 1, to_x); in BWRedrawSquares()
277 to_x = min(BW->bitmap.image->width - 1, to_x); in BWDrawGrid()
614 to_x = BW->bitmap.mark.to_x; in BWUp()
660 to_x = BW->bitmap.mark.to_x; in BWDown()
704 to_x = BW->bitmap.mark.to_x; in BWLeft()
749 to_x = BW->bitmap.mark.to_x; in BWRight()
906 to_x = BW->bitmap.mark.to_x; in BWFlipHoriz()
947 to_x = BW->bitmap.mark.to_x; in BWFlipVert()
991 to_x = BW->bitmap.mark.to_x; in BWRotateRight()
1073 to_x = BW->bitmap.mark.to_x; in BWRotateLeft()
[all …]
H A DHandlers.c374 status->to_x, status->to_y)) { in TwoPointsHandler()
409 status->to_x = NotSet; in TwoPointsEngage()
431 status->to_x, status->to_y, in TwoPointsTerminate()
459 status->to_x, status->to_y, in TwoPointsTerminateTransparent()
484 status->to_x, status->to_y, in TwoPointsTerminateTimed()
601 status->from_x = status->to_x; in DragTwoPointsHandler()
615 status->to_x, status->to_y)) { in DragTwoPointsHandler()
616 status->from_x = status->to_x; in DragTwoPointsHandler()
640 status->to_x = NotSet; in DragTwoPointsEngage()
658 if ((status->from_x != status->to_x) in DragTwoPointsTerminate()
[all …]
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/test/fuzzing/
H A Dhb-draw-fuzzer.cc20 _move_to (hb_position_t to_x, hb_position_t to_y, void *user_data_) in _move_to() argument
25 user_data->path_start_x = user_data->path_last_x = to_x; in _move_to()
30 _line_to (hb_position_t to_x, hb_position_t to_y, void *user_data_) in _line_to() argument
34 assert (user_data->path_last_x != to_x || user_data->path_last_y != to_y); in _line_to()
36 user_data->path_last_x = to_x; in _line_to()
42 hb_position_t to_x, hb_position_t to_y, void *user_data_) in _quadratic_to() argument
47 user_data->path_last_x != to_x || user_data->path_last_y != to_y); in _quadratic_to()
49 user_data->path_last_x = to_x; in _quadratic_to()
56 hb_position_t to_x, hb_position_t to_y, void *user_data_) in _cubic_to() argument
62 user_data->path_last_x != to_x || user_data->path_last_y != to_y); in _cubic_to()
[all …]
/dports/print/harfbuzz/harfbuzz-3.4.0/test/fuzzing/
H A Dhb-draw-fuzzer.cc20 _move_to (hb_position_t to_x, hb_position_t to_y, void *user_data_) in _move_to() argument
25 user_data->path_start_x = user_data->path_last_x = to_x; in _move_to()
30 _line_to (hb_position_t to_x, hb_position_t to_y, void *user_data_) in _line_to() argument
34 assert (user_data->path_last_x != to_x || user_data->path_last_y != to_y); in _line_to()
36 user_data->path_last_x = to_x; in _line_to()
42 hb_position_t to_x, hb_position_t to_y, void *user_data_) in _quadratic_to() argument
47 user_data->path_last_x != to_x || user_data->path_last_y != to_y); in _quadratic_to()
49 user_data->path_last_x = to_x; in _quadratic_to()
56 hb_position_t to_x, hb_position_t to_y, void *user_data_) in _cubic_to() argument
62 user_data->path_last_x != to_x || user_data->path_last_y != to_y); in _cubic_to()
[all …]
/dports/print/harfbuzz-icu/harfbuzz-3.4.0/test/fuzzing/
H A Dhb-draw-fuzzer.cc20 _move_to (hb_position_t to_x, hb_position_t to_y, void *user_data_) in _move_to() argument
25 user_data->path_start_x = user_data->path_last_x = to_x; in _move_to()
30 _line_to (hb_position_t to_x, hb_position_t to_y, void *user_data_) in _line_to() argument
34 assert (user_data->path_last_x != to_x || user_data->path_last_y != to_y); in _line_to()
36 user_data->path_last_x = to_x; in _line_to()
42 hb_position_t to_x, hb_position_t to_y, void *user_data_) in _quadratic_to() argument
47 user_data->path_last_x != to_x || user_data->path_last_y != to_y); in _quadratic_to()
49 user_data->path_last_x = to_x; in _quadratic_to()
56 hb_position_t to_x, hb_position_t to_y, void *user_data_) in _cubic_to() argument
62 user_data->path_last_x != to_x || user_data->path_last_y != to_y); in _cubic_to()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/test/fuzzing/
H A Dhb-draw-fuzzer.cc20 _move_to (hb_position_t to_x, hb_position_t to_y, void *user_data_) in _move_to() argument
25 user_data->path_start_x = user_data->path_last_x = to_x; in _move_to()
30 _line_to (hb_position_t to_x, hb_position_t to_y, void *user_data_) in _line_to() argument
34 assert (user_data->path_last_x != to_x || user_data->path_last_y != to_y); in _line_to()
36 user_data->path_last_x = to_x; in _line_to()
42 hb_position_t to_x, hb_position_t to_y, void *user_data_) in _quadratic_to() argument
47 user_data->path_last_x != to_x || user_data->path_last_y != to_y); in _quadratic_to()
49 user_data->path_last_x = to_x; in _quadratic_to()
56 hb_position_t to_x, hb_position_t to_y, void *user_data_) in _cubic_to() argument
62 user_data->path_last_x != to_x || user_data->path_last_y != to_y); in _cubic_to()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/ttf-parser-0.6.2/testing-tools/font-view/
H A Dharfbuzzfont.cpp10 static void moveToFn(hb_position_t to_x, hb_position_t to_y, Outliner &outliner) in moveToFn()
12 outliner.path.moveTo(to_x, to_y); in moveToFn()
15 static void lineToFn(hb_position_t to_x, hb_position_t to_y, Outliner &outliner) in lineToFn()
17 outliner.path.lineTo(to_x, to_y); in lineToFn()
21 hb_position_t to_x, hb_position_t to_y, in quadToFn()
24 outliner.path.quadTo(control_x, control_y, to_x, to_y); in quadToFn()
29 hb_position_t to_x, hb_position_t to_y, in cubicToFn()
32 outliner.path.cubicTo(control1_x, control1_y, control2_x, control2_y, to_x, to_y); in cubicToFn()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/ttf-parser-0.6.2/testing-tools/font-view/
H A Dharfbuzzfont.cpp10 static void moveToFn(hb_position_t to_x, hb_position_t to_y, Outliner &outliner) in moveToFn()
12 outliner.path.moveTo(to_x, to_y); in moveToFn()
15 static void lineToFn(hb_position_t to_x, hb_position_t to_y, Outliner &outliner) in lineToFn()
17 outliner.path.lineTo(to_x, to_y); in lineToFn()
21 hb_position_t to_x, hb_position_t to_y, in quadToFn()
24 outliner.path.quadTo(control_x, control_y, to_x, to_y); in quadToFn()
29 hb_position_t to_x, hb_position_t to_y, in cubicToFn()
32 outliner.path.cubicTo(control1_x, control1_y, control2_x, control2_y, to_x, to_y); in cubicToFn()

12345678910>>...27