Home
last modified time | relevance | path

Searched refs:to_y (Results 1 – 25 of 553) sorted by relevance

12345678910>>...23

/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Helpers.ocd/ObjectRestorer.ocd/
H A DScript.c37 effect.to_y = to_y; in SetRestoreObject()
62 var to_y = to_container->GetY(); in FxRestoreTimer() local
67 var to_y = effect.to_y; in FxRestoreTimer() local
70 if (to_x == nil || to_y == nil) in FxRestoreTimer()
102 var to_y = effect.to_y; in FxRestoreStop() local
113 to_restore->SetPosition(to_x, to_y); in FxRestoreStop()
125 new_effect.to_y = to_y; in FxRestoreStop()
137 to_y = to_container->GetY(); in FxRestoreStop()
160 if (to_y == nil) to_y = GetY(); in AddRestoreMode()
164 effect.to_y = to_y; 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,
52 var y_adj = (to_y - from_y) * 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;
66 taily = from_y + ((to_y - from_y) * 0.95);
67 ctx.curve_to( (to_x - x_adj), from_y, (from_x + x_adj), to_y, to_x, to_y );
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,
80 var y = (to_y - from_y);
93 to_y = calc_to_y( to_node, (from_y < to_y), (to_y + adjustB), adjustA, ref force );
95 …tipy = calc_to_y( to_node, (from_y < to_y), (to_y - adjust_b( side, adjustT, x, y )), adjustT, re…
99 to_y = calc_to_y( to_node, (from_y < to_y), (to_y - adjustB), adjustA, ref force );
101 …tipy = calc_to_y( to_node, (from_y < to_y), (to_y + adjust_b( side, adjustT, x, y )), adjustT, re…
104 to_y += adjustA;
106 tipy = to_y - adjustT;
110 to_y -= adjustA;
112 tipy = to_y + adjustT;
[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;
65 taily = to_y;
67 ctx.line_to( mid_x, to_y );
68 ctx.line_to( to_x, to_y );
70 var mid_y = ((from_y + to_y) / 2) + adjust_mid_by( from_node, side );
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 );
76 taily = to_y;
79 ctx.curve_to( mid_x, rnd_y, mid_x, to_y, rnd_x, to_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 );
[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()
83 roundf ((to_y + 2.f * control_y) / 3.f), in quadratic_to()
84 to_x, to_y, user_data); in quadratic_to()
86 current_y = to_y; 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()
101 current_y = to_y; 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()
83 roundf ((to_y + 2.f * control_y) / 3.f), in quadratic_to()
84 to_x, to_y, user_data); in quadratic_to()
86 current_y = to_y; 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()
101 current_y = to_y; 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()
83 roundf ((to_y + 2.f * control_y) / 3.f), in quadratic_to()
84 to_x, to_y, user_data); in quadratic_to()
86 current_y = to_y; 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()
101 current_y = to_y; 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()
83 roundf ((to_y + 2.f * control_y) / 3.f), in quadratic_to()
84 to_x, to_y, user_data); in quadratic_to()
86 current_y = to_y; 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()
101 current_y = to_y; 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()
83 roundf ((to_y + 2.f * control_y) / 3.f), in quadratic_to()
84 to_x, to_y, user_data); in quadratic_to()
86 current_y = to_y; 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()
101 current_y = to_y; 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()
83 roundf ((to_y + 2.f * control_y) / 3.f), in quadratic_to()
84 to_x, to_y, user_data); in quadratic_to()
86 current_y = to_y; 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()
101 current_y = to_y; 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()
83 roundf ((to_y + 2.f * control_y) / 3.f), in quadratic_to()
84 to_x, to_y, user_data); in quadratic_to()
86 current_y = to_y; 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()
101 current_y = to_y; 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()
83 roundf ((to_y + 2.f * control_y) / 3.f), in quadratic_to()
84 to_x, to_y, user_data); in quadratic_to()
86 current_y = to_y; 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()
101 current_y = to_y; 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()
83 roundf ((to_y + 2.f * control_y) / 3.f), in quadratic_to()
84 to_x, to_y, user_data); in quadratic_to()
86 current_y = to_y; 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()
101 current_y = to_y; 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()
83 roundf ((to_y + 2.f * control_y) / 3.f), in quadratic_to()
84 to_x, to_y, user_data); in quadratic_to()
86 current_y = to_y; 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()
101 current_y = to_y; 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()
83 roundf ((to_y + 2.f * control_y) / 3.f), in quadratic_to()
84 to_x, to_y, user_data); in quadratic_to()
86 current_y = to_y; 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()
101 current_y = to_y; 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()
83 roundf ((to_y + 2.f * control_y) / 3.f), in quadratic_to()
84 to_x, to_y, user_data); in quadratic_to()
86 current_y = to_y; 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()
101 current_y = to_y; in cubic_to()
/dports/x11/bitmap/bitmap-1.0.9/
H A DGraphics.c258 to_y = min(BW->bitmap.image->height - 1, to_y); in BWRedrawSquares()
278 to_y = min(BW->bitmap.image->height - 1, to_y); in BWDrawGrid()
615 to_y = BW->bitmap.mark.to_y; in BWUp()
661 to_y = BW->bitmap.mark.to_y; in BWDown()
705 to_y = BW->bitmap.mark.to_y; in BWLeft()
750 to_y = BW->bitmap.mark.to_y; in BWRight()
907 to_y = BW->bitmap.mark.to_y; in BWFlipHoriz()
948 to_y = BW->bitmap.mark.to_y; in BWFlipVert()
992 to_y = BW->bitmap.mark.to_y; in BWRotateRight()
1074 to_y = BW->bitmap.mark.to_y; in BWRotateLeft()
[all …]
H A DHandlers.c374 status->to_x, status->to_y)) { in TwoPointsHandler()
410 status->to_y = 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()
558 status->from_y = status->to_y = at_y; in Paste()
602 status->from_y = status->to_y; in DragTwoPointsHandler()
615 status->to_x, status->to_y)) { in DragTwoPointsHandler()
617 status->from_y = status->to_y; in DragTwoPointsHandler()
641 status->to_y = NotSet; in DragTwoPointsEngage()
[all …]
/dports/devel/efl/efl-1.25.1/data/elementary/themes/edc/elm/
H A Dnaviframe.edc14 rel1.to_y: "title3"; \
27 rel2.to_y: "title3"; \
36 rel1.to_y: "limit1"; \
38 rel2.to_y: "limit0"; \
46 rel1.to_y: "limit0"; \
47 rel2.to_y: "limit1"; \
157 rel1.to_y: "title1";
305 rel1.to_y: "top";
309 rel2.to_y: "top";
409 rel1.to_y: "top";
[all …]
H A Dlayout.edc7 to_y: "title_clipper";
16 rel1.to_y: "back";
17 rel2.to_y: "back";
103 to_y: "back";
122 to_y: "title_clipper";
131 rel1.to_y: "back";
132 rel2.to_y: "back";
244 to_y: "back";
263 to_y: "elm.external.toolbar";
302 to_y: "elm.external.toolbar";
[all …]
H A Dconform.edc15 rel1.to_y: "elm.swallow.indicator";
17 rel2.to_y: "elm.swallow.clipboard";
26 rel1.to_y: "elm.swallow.virtualkeypad";
28 rel2.to_y: "elm.swallow.virtualkeypad";
37 rel1.to_y: "elm.swallow.softkey";
39 rel2.to_y: "elm.swallow.softkey";
/dports/devel/efl/efl-1.25.1/data/elementary/themes/edc/efl/
H A Dframe.edc20 rel1.to_y: "top";
29 rel2.to_y: "efl.text";
39 rel1.to_y: "efl.text";
42 rel2.to_y: "efl.text";
51 rel1.to_y: "efl.text";
55 rel2.to_y: "efl.text";
85 rel1.to_y: "efl.text";
95 rel1.to_y: "efl.text";
116 rel1.to_y: "efl.text";
117 rel2.to_y: "efl.text";
/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
26 user_data->path_start_y = user_data->path_last_y = to_y; 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()
37 user_data->path_last_y = to_y; 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()
50 user_data->path_last_y = to_y; 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
26 user_data->path_start_y = user_data->path_last_y = to_y; 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()
37 user_data->path_last_y = to_y; 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()
50 user_data->path_last_y = to_y; 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 …]

12345678910>>...23