Home
last modified time | relevance | path

Searched refs:root_y (Results 1 – 25 of 1198) sorted by relevance

12345678910>>...48

/dports/x11/trayer/trayer-srg-trayer-1.1.8/
H A Dfixedtip.c52 int root_x, int root_y, in fixed_tip_show() argument
126 root_y -= h / 2; in fixed_tip_show()
130 if (strut > root_y) in fixed_tip_show()
131 root_y = strut + PAD; in fixed_tip_show()
133 root_y = strut - h - PAD; in fixed_tip_show()
142 if ((root_y + h) > screen_height) in fixed_tip_show()
143 root_y -= (root_y + h) - screen_height; in fixed_tip_show()
145 gtk_window_move (GTK_WINDOW (tip), root_x, root_y); in fixed_tip_show()
/dports/x11/fbpanel/fbpanel-6.1/plugins/systray/
H A Dfixedtip.c52 int root_x, int root_y, in fixed_tip_show() argument
126 root_y -= h / 2; in fixed_tip_show()
130 if (strut > root_y) in fixed_tip_show()
131 root_y = strut + PAD; in fixed_tip_show()
133 root_y = strut - h - PAD; in fixed_tip_show()
142 if ((root_y + h) > screen_height) in fixed_tip_show()
143 root_y -= (root_y + h) - screen_height; in fixed_tip_show()
145 gtk_window_move (GTK_WINDOW (tip), root_x, root_y); in fixed_tip_show()
/dports/x11/runner/runner-1.1/src/aguix/
H A Dbubblewindow.cc155 int root_x, root_y, root_w, root_h; in prepareHelpText() local
157 _aguix->getLargestDimensionOfCurrentScreen( &root_x, &root_y, &root_w, &root_h ); in prepareHelpText()
165 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
172 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
180 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
188 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
198 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
206 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
214 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
222 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
/dports/x11-fm/worker/worker-4.10.0/src/aguix/
H A Dbubblewindow.cc155 int root_x, root_y, root_w, root_h; in prepareHelpText() local
157 _aguix->getLargestDimensionOfCurrentScreen( &root_x, &root_y, &root_w, &root_h ); in prepareHelpText()
165 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
172 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
180 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
188 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
198 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
206 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
214 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
222 root_x, root_y, root_w, root_h ) ) { in prepareHelpText()
/dports/x11-wm/metacity/metacity-3.42.0/src/ui/
H A Dfixedtip.c35 gint root_y, in get_monitor_geometry() argument
42 monitor = gdk_display_get_monitor_at_point (display, root_x, root_y); in get_monitor_geometry()
48 meta_fixed_tip_show (int root_x, int root_y, in meta_fixed_tip_show() argument
64 get_monitor_geometry (root_x, root_y, &rect); in meta_fixed_tip_show()
77 gtk_window_move (GTK_WINDOW (tip), root_x, root_y); in meta_fixed_tip_show()
/dports/misc/unclutter-xfixes/unclutter-xfixes-1.6/src/
H A Devent.c86 int root_x, root_y; in x_check_cb() local
88 cursor_find(&child, &root_x, &root_y); in x_check_cb()
90 int dy = last_cursor_pos.y - root_y; in x_check_cb()
96 last_cursor_pos.y = root_y; in x_check_cb()
140 int root_x, root_y; in is_on_ignore_list() local
155 …} while (XQueryPointer(display, win_in, &win_dummy, &child_in, &root_x, &root_y, &win_x, &win_y, &… in is_on_ignore_list()
163 int root_x, root_y; in idle_cb() local
165 cursor_find(&child, &root_x, &root_y); in idle_cb()
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/systray/src/gtk3/
H A Dfixedtip.c140 int root_y; in na_fixed_tip_position() local
153 gdk_window_get_origin (parent_window, &root_x, &root_y); in na_fixed_tip_position()
172 if (root_y <= screen_height / 2) in na_fixed_tip_position()
173 root_y += parent_height + PAD; in na_fixed_tip_position()
175 root_y -= req.height + PAD; in na_fixed_tip_position()
182 if ((root_y + req.height) > screen_height) in na_fixed_tip_position()
183 root_y = screen_height - req.height; in na_fixed_tip_position()
185 gtk_window_move (GTK_WINDOW (fixedtip), root_x, root_y); in na_fixed_tip_position()
/dports/mail/xmail/xmail_1.6/
H A Dconfirm.c108 int root_x, root_y, child_x, child_y; in Confirm() local
129 &root_x, &root_y, &child_x, &child_y, &buttons); in Confirm()
198 root_y -= ( (int) rHeight) / 2; in Confirm()
206 if (root_y + (int)rHeight > RootHeight) in Confirm()
207 root_y = RootHeight - rHeight; in Confirm()
208 if (root_y < 0) root_y = 0; in Confirm()
211 XtSetArg(args[1], XtNy, root_y); in Confirm()
/dports/x11-wm/pekwm/pekwm-release-0.2.0/src/
H A DPTexture.cc32 int root_x, int root_y) in render() argument
35 render(rend, x, y, width, height, root_x, root_y); in render()
44 int root_x, int root_y) in render() argument
63 root_x, root_y)) { in render()
109 int root_x, int root_y) in renderOnBackground() argument
117 XImage *root_ximage = X11::getImage(pix, root_x, root_y, width, height, in renderOnBackground()
/dports/x11/p5-X11-Protocol-Other/X11-Protocol-Other-31/devel/
H A Drosetta-get-pixel.pl78 my ($X, $root, $root_x,$root_y) = @_;
87 = $X->TranslateCoordinates($root, $root, $root_x,$root_y);
94 = $X->TranslateCoordinates($root, $window, $root_x,$root_y);
121 my $root_y = $pointer{'root_y'};
122 print "pixel at $root_x,$root_y\n";
124 my ($red, $green, $blue) = rgb_at_root_xy($X, $root, $root_x,$root_y);
/dports/deskutils/xpostit/xpostit-3.3.1.orig/
H A Dtitle.c73 int root_x, root_y, child_x, child_y; local
80 &root_x, &root_y, &child_x, &child_y, &buttons);
83 root_y -= 5;
94 SetArg(XtNy, root_y);
141 SetArg(XtNy, root_y);
H A Dconfirm.c65 int root_x, root_y, child_x, child_y; local
72 &root_x, &root_y, &child_x, &child_y, &buttons);
82 SetArg(XtNy, root_y);
133 SetArg(XtNy, root_y);
/dports/x11/mate-panel/mate-panel-1.26.1/applets/notification_area/system-tray/
H A Dfixedtip.c144 int root_y; in na_fixed_tip_position() local
157 gdk_window_get_origin (parent_window, &root_x, &root_y); in na_fixed_tip_position()
176 if (root_y <= screen_height / 2) in na_fixed_tip_position()
177 root_y += parent_height + PAD; in na_fixed_tip_position()
179 root_y -= req.height + PAD; in na_fixed_tip_position()
186 if ((root_y + req.height) > screen_height) in na_fixed_tip_position()
187 root_y = screen_height - req.height; in na_fixed_tip_position()
189 gtk_window_move (GTK_WINDOW (fixedtip), root_x, root_y); in na_fixed_tip_position()
/dports/deskutils/xpostitPlus/XPostitPlus-2.3/
H A Dfindnote.c66 int root_x, root_y, child_x, child_y; local
72 &root_x, &root_y, &child_x, &child_y, &buttons);
87 SetArg(XtNy, root_y);
274 int root_x, root_y, child_x, child_y; local
293 &root_x, &root_y, &child_x, &child_y, &buttons);
298 SetArg(XtNy, root_y);
301 pn->pn_shelly = root_y;
H A Dconfirm.c49 int root_x, root_y, child_x, child_y; local
56 &root_x, &root_y, &child_x, &child_y, &buttons);
66 SetArg(XtNy, root_y);
118 SetArg(XtNy, root_y);
/dports/deskutils/aspostit/aspostit-1.3/
H A Dfindnote.c71 int root_x, root_y, child_x, child_y; local
77 &root_x, &root_y, &child_x, &child_y, &buttons);
92 SetArg(XtNy, root_y);
279 int root_x, root_y, child_x, child_y; local
298 &root_x, &root_y, &child_x, &child_y, &buttons);
303 SetArg(XtNy, root_y);
306 pn->pn_shelly = root_y;
H A Dconfirm.c50 int root_x, root_y, child_x, child_y; local
57 &root_x, &root_y, &child_x, &child_y, &buttons);
67 SetArg(XtNy, root_y);
119 SetArg(XtNy, root_y);
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/deep_mimic/mocap/
H A Dinverse_kinematics.py49 root_y = (frame[7] - frame[0])
51 root_x = np.cross(root_y, root_z)
57 rot_qua = get_quaternion(root_x, root_y, root_z, x, y, z)
64 rot_qua = get_quaternion(chest_x, chest_y, chest_z, root_x, root_y, root_z)
78 rot_qua = get_quaternion(r_hip_x, r_hip_y, r_hip_z, root_x, root_y, root_z)
107 rot_qua = get_quaternion(l_hip_x, l_hip_y, l_hip_z, root_x, root_y, root_z)
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/gtk/
H A Dap_UnixPreview_Annotation.cpp89 gint root_x,root_y; in _constructWindow() local
90 gtk_window_get_position (GTK_WINDOW(m_pPreviewWindow),&root_x,&root_y); in _constructWindow()
94 root_y -= (m_height/2 + m_Offset); in _constructWindow()
95 gtk_window_move(GTK_WINDOW(m_pPreviewWindow), root_x, root_y); in _constructWindow()
/dports/databases/libgda5/libgda-5.2.10/libgda-ui/internal/
H A Dpopup-container.c197 gint root_x, root_y;
209 gtk_window_get_position (GTK_WINDOW (widget), &root_x, &root_y);
219 if (root_y + wheight > sheight) {
221 root_y = sheight - wheight;
223 else if (root_y < 0) {
225 root_y = 0;
228 gtk_window_move (GTK_WINDOW (widget), root_x, root_y);
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda-ui/internal/
H A Dpopup-container.c197 gint root_x, root_y; in popup_container_show() local
209 gtk_window_get_position (GTK_WINDOW (widget), &root_x, &root_y); in popup_container_show()
219 if (root_y + wheight > sheight) { in popup_container_show()
221 root_y = sheight - wheight; in popup_container_show()
223 else if (root_y < 0) { in popup_container_show()
225 root_y = 0; in popup_container_show()
228 gtk_window_move (GTK_WINDOW (widget), root_x, root_y); in popup_container_show()
/dports/databases/libgda5-ui/libgda-5.2.10/libgda-ui/internal/
H A Dpopup-container.c197 gint root_x, root_y; in popup_container_show() local
209 gtk_window_get_position (GTK_WINDOW (widget), &root_x, &root_y); in popup_container_show()
219 if (root_y + wheight > sheight) { in popup_container_show()
221 root_y = sheight - wheight; in popup_container_show()
223 else if (root_y < 0) { in popup_container_show()
225 root_y = 0; in popup_container_show()
228 gtk_window_move (GTK_WINDOW (widget), root_x, root_y); in popup_container_show()
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda-ui/internal/
H A Dpopup-container.c197 gint root_x, root_y; in popup_container_show() local
209 gtk_window_get_position (GTK_WINDOW (widget), &root_x, &root_y); in popup_container_show()
219 if (root_y + wheight > sheight) { in popup_container_show()
221 root_y = sheight - wheight; in popup_container_show()
223 else if (root_y < 0) { in popup_container_show()
225 root_y = 0; in popup_container_show()
228 gtk_window_move (GTK_WINDOW (widget), root_x, root_y); in popup_container_show()
/dports/databases/libgda5-ldap/libgda-5.2.10/libgda-ui/internal/
H A Dpopup-container.c197 gint root_x, root_y; in popup_container_show() local
209 gtk_window_get_position (GTK_WINDOW (widget), &root_x, &root_y); in popup_container_show()
219 if (root_y + wheight > sheight) { in popup_container_show()
221 root_y = sheight - wheight; in popup_container_show()
223 else if (root_y < 0) { in popup_container_show()
225 root_y = 0; in popup_container_show()
228 gtk_window_move (GTK_WINDOW (widget), root_x, root_y); in popup_container_show()
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda-ui/internal/
H A Dpopup-container.c197 gint root_x, root_y; in popup_container_show() local
209 gtk_window_get_position (GTK_WINDOW (widget), &root_x, &root_y); in popup_container_show()
219 if (root_y + wheight > sheight) { in popup_container_show()
221 root_y = sheight - wheight; in popup_container_show()
223 else if (root_y < 0) { in popup_container_show()
225 root_y = 0; in popup_container_show()
228 gtk_window_move (GTK_WINDOW (widget), root_x, root_y); in popup_container_show()

12345678910>>...48