Home
last modified time | relevance | path

Searched refs:popup_sx (Results 1 – 9 of 9) sorted by relevance

/dports/x11-toolkits/wlroots/wlroots-0.12.0/types/xdg_shell/
H A Dwlr_xdg_surface.c572 double *popup_sx, double *popup_sy) { in xdg_popup_get_position() argument
577 *popup_sx = parent_geo.x + popup->geometry.x - in xdg_popup_get_position()
590 double popup_sx, popup_sy; in wlr_xdg_surface_surface_at() local
591 xdg_popup_get_position(popup_state, &popup_sx, &popup_sy); in wlr_xdg_surface_surface_at()
594 sx - popup_sx, in wlr_xdg_surface_surface_at()
635 double popup_sx, popup_sy; in xdg_surface_for_each_surface() local
636 xdg_popup_get_position(popup_state, &popup_sx, &popup_sy); in xdg_surface_for_each_surface()
639 x + popup_sx, in xdg_surface_for_each_surface()
654 double popup_sx, popup_sy; in xdg_surface_for_each_popup() local
655 xdg_popup_get_position(popup_state, &popup_sx, &popup_sy); in xdg_surface_for_each_popup()
[all …]
H A Dwlr_xdg_popup.c380 int popup_sx, int popup_sy, int *toplevel_sx, int *toplevel_sy) { in wlr_xdg_popup_get_toplevel_coords() argument
387 popup_sx += xdg_surface->popup->geometry.x; in wlr_xdg_popup_get_toplevel_coords()
391 popup_sx += xdg_surface->geometry.x; in wlr_xdg_popup_get_toplevel_coords()
398 *toplevel_sx = popup_sx; in wlr_xdg_popup_get_toplevel_coords()
408 int popup_sx = 0, popup_sy = 0; in xdg_popup_box_constraints() local
410 popup->geometry.y, &popup_sx, &popup_sy); in xdg_popup_box_constraints()
413 if (popup_sx < toplevel_sx_box->x) { in xdg_popup_box_constraints()
414 *offset_x = toplevel_sx_box->x - popup_sx; in xdg_popup_box_constraints()
415 } else if (popup_sx + popup_width > in xdg_popup_box_constraints()
418 (popup_sx + popup_width); in xdg_popup_box_constraints()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/types/
H A Dwlr_layer_shell_v1.c547 double popup_sx = popup_state->geometry.x - popup_state->base->geometry.x; in xdg_surface_for_each_surface() local
551 x + popup_sx, in xdg_surface_for_each_surface()
578 double popup_sx, popup_sy; in wlr_layer_surface_v1_for_each_popup() local
579 popup_sx = popup->popup->geometry.x - popup->geometry.x; in wlr_layer_surface_v1_for_each_popup()
583 popup_sx, popup_sy, iterator, user_data); in wlr_layer_surface_v1_for_each_popup()
594 double popup_sx = popup_state->geometry.x - popup->geometry.x; in wlr_layer_surface_v1_surface_at() local
598 sx - popup_sx, in wlr_layer_surface_v1_surface_at()
/dports/x11-wm/sway/sway-1.5.1/sway/desktop/
H A Doutput.c220 double popup_sx, popup_sy; in output_layer_for_each_surface() local
221 popup_sx = layer_surface->geo.x + in output_layer_for_each_surface()
233 .ox = popup_sx, in output_layer_for_each_surface()
275 double popup_sx, popup_sy; in output_layer_for_each_surface_popup() local
276 popup_sx = layer_surface->geo.x + in output_layer_for_each_surface_popup()
288 .ox = popup_sx, in output_layer_for_each_surface_popup()
H A Dlayer_shell.c394 int popup_sx = popup->geometry.x - popup->base->geometry.x; in popup_damage() local
396 int ox = popup_sx, oy = popup_sy; in popup_damage()
/dports/x11-wm/phoc/phoc-f26fa0123742ba95d303ad552fc1f8d2d0117288/src/
H A Doutput.c566 double popup_sx, popup_sy; in phoc_output_layer_handle_surface() local
567 popup_sx = layer_surface->geo.x; in phoc_output_layer_handle_surface()
568 popup_sx += popup->popup->geometry.x - popup->geometry.x; in phoc_output_layer_handle_surface()
573 popup_sx, popup_sy, iterator, user_data); in phoc_output_layer_handle_surface()
H A Dlayer_shell.c455 int popup_sx = popup->geometry.x - popup->base->geometry.x; in popup_damage() local
457 int ox = popup_sx, oy = popup_sy; in popup_damage()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/include/wlr/types/
H A Dwlr_xdg_shell.h335 int popup_sx, int popup_sy, int *toplevel_sx, int *toplevel_sy);
/dports/x11-wm/hikari/hikari-2.2.3/src/
H A Dlayer_shell.c312 int popup_sx = popup->geometry.x - popup->base->geometry.x; in damage_popup() local
314 int ox = popup_sx, oy = popup_sy; in damage_popup()