Home
last modified time | relevance | path

Searched refs:clicked_x (Results 1 – 12 of 12) sorted by relevance

/dports/sysutils/cinnamon-control-center/cinnamon-control-center-4.8.2/panels/wacom/calibrator/
H A Dcalibrator.c77 if (along_axis(c, x,c->clicked_x[0],c->clicked_y[0]) || in add_click()
78 along_axis(c, y,c->clicked_x[0],c->clicked_y[0])) in add_click()
86 if ((along_axis(c, y,c->clicked_x[0],c->clicked_y[0]) && in add_click()
87 along_axis(c, c->clicked_x[1],c->clicked_x[0],c->clicked_y[0])) || in add_click()
88 (along_axis(c, x,c->clicked_x[0],c->clicked_y[0]) && in add_click()
100 along_axis(c, x,c->clicked_x[2],c->clicked_y[2]))) in add_click()
113 c->clicked_x[c->num_clicks] = x; in add_click()
137 …swap_xy = (abs (c->clicked_x [UL] - c->clicked_x [UR]) < abs (c->clicked_y [UL] - c->clicked_y [UR… in finish()
140 SWAP(c->clicked_x[LL], c->clicked_x[UR]); in finish()
147 …axis.x_min = ((((c->clicked_x[UL] + c->clicked_x[LL]) / 2) - c->geometry.x) * scale_x) + c->old_ax… in finish()
[all …]
H A Dcalibrator.h79 int clicked_x[4], clicked_y[4]; member
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/wacom/calibrator/
H A Dcalibrator.c83 if (along_axis(c, x,c->clicked_x[0],c->clicked_y[0]) || in add_click()
84 along_axis(c, y,c->clicked_x[0],c->clicked_y[0])) in add_click()
92 if ((along_axis(c, y,c->clicked_x[0],c->clicked_y[0]) && in add_click()
93 along_axis(c, c->clicked_x[1],c->clicked_x[0],c->clicked_y[0])) || in add_click()
94 (along_axis(c, x,c->clicked_x[0],c->clicked_y[0]) && in add_click()
103 if ((along_axis(c, x,c->clicked_x[1],c->clicked_y[1]) && in add_click()
105 (along_axis(c, y,c->clicked_x[1],c->clicked_y[1]) && in add_click()
106 along_axis(c, x,c->clicked_x[2],c->clicked_y[2]))) in add_click()
121 c->clicked_x[c->num_clicks] = x; in add_click()
156 axis.x_min = ((((c->clicked_x[UL] + c->clicked_x[LL]) / 2)) * scale_x); in finish()
[all …]
H A Dcalibrator.h77 int clicked_x[4], clicked_y[4]; member
/dports/graphics/weston/weston-1.9.0/clients/
H A Dcalibrator.c53 int32_t clicked_x, clicked_y; member
117 m.d[i] = calibrator->tests[i].clicked_x; in finish_calibration()
156 calibrator->tests[calibrator->current_test].clicked_x = x; in button_handler()
173 calibrator->tests[calibrator->current_test].clicked_x = x; in touch_handler()
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dpathfinder.c382 int x, y, clicked_x, clicked_y; in pf_move_to_mouse_position() local
385 if (!pf_get_mouse_position(mouse_x, mouse_y, &clicked_x, &clicked_y)) return; in pf_move_to_mouse_position()
386 x = clicked_x; y = clicked_y; in pf_move_to_mouse_position()
391 for (x= clicked_x-3, tries= 0; x <= clicked_x+3 && tries < 4 ; x++) in pf_move_to_mouse_position()
395 if (x == clicked_x && y == clicked_y) in pf_move_to_mouse_position()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/clients/
H A Dcalibrator.c56 int32_t clicked_x, clicked_y; member
120 m.d[i] = calibrator->tests[i].clicked_x; in finish_calibration()
159 calibrator->tests[calibrator->current_test].clicked_x = x; in button_handler()
176 calibrator->tests[calibrator->current_test].clicked_x = x; in touch_handler()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/clients/
H A Dcalibrator.c56 int32_t clicked_x, clicked_y; member
120 m.d[i] = calibrator->tests[i].clicked_x; in finish_calibration()
159 calibrator->tests[calibrator->current_test].clicked_x = x; in button_handler()
176 calibrator->tests[calibrator->current_test].clicked_x = x; in touch_handler()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.HtmlControls/
H A DHtmlInputImage.cs52 int clicked_x; field in System.Web.UI.HtmlControls.HtmlInputImage
127 clicked_x = Int32.Parse (x, Helpers.InvariantCulture); in LoadPostDataInternal()
142 OnServerClick (new ImageClickEventArgs (clicked_x, clicked_y)); in RaisePostBackEventInternal()
/dports/x11/gnome-pie/Gnome-Pie-0.5.7/src/gui/
H A DpiePreviewDeleteSign.vala69 private double clicked_x = 0.0;
152 double dist = GLib.Math.pow(x-this.clicked_x, 2) + GLib.Math.pow(y-this.clicked_y, 2);
173 this.clicked_x = x;
H A DpiePreviewSliceRenderer.vala86 private double clicked_x = 0.0;
218 double dist = GLib.Math.pow(x-this.clicked_x, 2) + GLib.Math.pow(y-this.clicked_y, 2);
255 this.clicked_x = x;
/dports/deskutils/gnome-todo/gnome-todo-41.0/src/gui/
H A Dgtd-task-row.c59 gint clicked_x; member
230 self->clicked_x = real_x; in on_button_press_event_cb()
269 gdk_drag_set_hotspot (drag, self->clicked_x, self->clicked_y); in on_drag_begin_cb()