Home
last modified time | relevance | path

Searched refs:grab_x (Results 1 – 25 of 60) sorted by relevance

123

/dports/multimedia/simplescreenrecorder/ssr-0.4.3/src/AV/Input/
H A DX11Input.cpp449 unsigned int grab_x = m_x, grab_y = m_y, grab_width = m_width, grab_height = m_height; in InputThread() local
482 grab_x = rect.m_x1; in InputThread()
493 grab_x_target = (grab_x_target + ((int) (grab_x >> 1) - grab_x_target) * frac / 1024) << 1; in InputThread()
495grab_x = clamp(grab_x_target, (int) m_screen_bbox.m_x1, (int) m_screen_bbox.m_x2 - (int) grab_widt… in InputThread()
506 lock->m_current_x = grab_x; in InputThread()
517 if(!XShmGetImage(m_x11_display, m_x11_root, m_x11_image, grab_x, grab_y, AllPlanes)) { in InputThread()
538 if(rect.m_x1 < grab_x) in InputThread()
539 rect.m_x1 = grab_x; in InputThread()
542 if(rect.m_x2 > grab_x + grab_width) in InputThread()
543 rect.m_x2 = grab_x + grab_width; in InputThread()
[all …]
/dports/x11-wm/wayfire/wayfire-0.7.0/plugins/wobbly/wayfire/plugins/wobbly/
H A Dwobbly-signal.hpp42 inline void start_wobbly(wayfire_view view, int grab_x, int grab_y) in start_wobbly() argument
47 sig.pos = {grab_x, grab_y}; in start_wobbly()
83 inline void move_wobbly(wayfire_view view, int grab_x, int grab_y) in move_wobbly() argument
88 sig.pos = {grab_x, grab_y}; in move_wobbly()
/dports/games/atanks/atanks-6.5/src/
H A Ddecor.cpp397 double deb_dist = FABSDISTANCE2(static_cast<double>(grab_x), in updateDirt()
402 int32_t tcol = getpixel(dirt->bmp, grab_x, grab_y); in updateDirt()
407 tcol = getpixel(meteor->bmp, grab_x, grab_y); in updateDirt()
415 putpixel(dirt->bmp, grab_x, grab_y, makecol(new_r, new_g, new_b)); in updateDirt()
422 putpixel(dirt->bmp, grab_x, grab_y, PINK); in updateDirt()
428 if (++grab_x > diameter) { in updateDirt()
429 grab_x = 0; in updateDirt()
H A Ddecor.h96 int32_t grab_x = 0; //!< Helper for phased debris creation. variable
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/input/
H A DMouse.java135 private static int grab_x; field in Mouse
228 grab_x = new_x; in setCursorPosition()
654 grab_x = x; in setGrabbed()
660 implementation.setCursorPosition(grab_x, grab_y); in setGrabbed()
/dports/games/renpy/renpy-7.4.11-sdk/renpy/display/
H A Ddragdrop.py281 self.grab_x = None
320 self.grab_x = replaces.grab_x
601 self.grab_x = x
608 self.grab_x += xo
670 new_x = int(par_x - self.grab_x + xo)
724 self.grab_x = None
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/compositor/
H A Dnavigate.c377 dx = (x - compositor->grab_x); in compositor_handle_navigation_3d()
413 compositor->grab_x = x; in compositor_handle_navigation_3d()
444 compositor->grab_x = x; in compositor_handle_navigation_3d()
461 compositor->grab_x = x; in compositor_handle_navigation_3d()
745 dx = x - visual->compositor->grab_x; in compositor_handle_navigation_2d()
775 visual->compositor->grab_x = x; in compositor_handle_navigation_2d()
780 visual->compositor->trans_x -= visual->compositor->grab_x - INT2FIX(visual->width)/2; in compositor_handle_navigation_2d()
860 visual->compositor->grab_x = x; in compositor_handle_navigation_2d()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/compositor/
H A Dnavigate.c377 dx = (x - compositor->grab_x); in compositor_handle_navigation_3d()
413 compositor->grab_x = x; in compositor_handle_navigation_3d()
444 compositor->grab_x = x; in compositor_handle_navigation_3d()
461 compositor->grab_x = x; in compositor_handle_navigation_3d()
745 dx = x - visual->compositor->grab_x; in compositor_handle_navigation_2d()
775 visual->compositor->grab_x = x; in compositor_handle_navigation_2d()
780 visual->compositor->trans_x -= visual->compositor->grab_x - INT2FIX(visual->width)/2; in compositor_handle_navigation_2d()
860 visual->compositor->grab_x = x; in compositor_handle_navigation_2d()
/dports/graphics/weston/weston-1.9.0/ivi-shell/
H A Dhmi-controller.c1235 wl_fixed_t grab_x, struct ivi_layout_layer *layer) in move_workspace_grab_end() argument
1269 int orgx = wl_fixed_to_int(move->dst[0] + grab_x); in move_workspace_grab_end()
1303 grab->grab.pointer->grab_x, layer); in pointer_move_workspace_grab_end()
1315 grab->grab.touch->grab_x, layer); in touch_move_workspace_grab_end()
1398 grab->touch->grab_x, in touch_move_grab_motion()
1524 wl_fixed_t grab_x, wl_fixed_t grab_y, in move_grab_init_workspace() argument
1535 wl_fixed_t grab_pos[2] = { grab_x, grab_y }; in move_grab_init_workspace()
1559 move_grab_init_workspace(&pnt_move_grab->move, pointer->grab_x, in create_workspace_pointer_move()
1574 move_grab_init_workspace(&tch_move_grab->move, touch->grab_x, in create_workspace_touch_move()
/dports/graphics/p5-Imlib2/Imlib2-Perl-1.0.0/
H A DImlib2.xs122 create_image_from_drawable(mask,x,y,w,h,grab_x)
128 char grab_x
130 RETVAL = imlib_create_image_from_drawable(mask,x,y,w,h,grab_x);
/dports/x11-wm/mutter/mutter-41.1/src/wayland/
H A Dmeta-wayland-tablet-tool.h57 float grab_x, grab_y; member
H A Dmeta-wayland-pointer.h84 float grab_x, grab_y; member
H A Dmeta-wayland-seat.c501 *x = seat->pointer->grab_x; in meta_wayland_seat_get_grab_info()
517 *x = tool->grab_x; in meta_wayland_seat_get_grab_info()
/dports/x11-wm/marco/marco-1.26.0/src/include/
H A Dcompositor.h63 int grab_x, int grab_y);
/dports/x11-toolkits/wlroots/wlroots-0.12.0/tinywl/
H A Dtinywl.c57 double grab_x, grab_y; member
356 server->grabbed_view->x = server->cursor->x - server->grab_x; in process_cursor_move()
372 double border_x = server->cursor->x - server->grab_x; in process_cursor_resize()
740 server->grab_x = server->cursor->x - view->x; in begin_interactive()
748 server->grab_x = server->cursor->x - border_x; in begin_interactive()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/ivi-shell/
H A Dhmi-controller.c1395 wl_fixed_t grab_x, struct ivi_layout_layer *layer) in move_workspace_grab_end() argument
1431 int orgx = wl_fixed_to_int(move->dst[0] + grab_x); in move_workspace_grab_end()
1465 grab->grab.pointer->grab_x, layer); in pointer_move_workspace_grab_end()
1477 grab->grab.touch->grab_x, layer); in touch_move_workspace_grab_end()
1593 grab->touch->grab_x, in touch_move_grab_motion()
1724 wl_fixed_t grab_x, wl_fixed_t grab_y, in move_grab_init_workspace() argument
1736 wl_fixed_t grab_pos[2] = { grab_x, grab_y }; in move_grab_init_workspace()
1762 move_grab_init_workspace(&pnt_move_grab->move, pointer->grab_x, in create_workspace_pointer_move()
1777 move_grab_init_workspace(&tch_move_grab->move, touch->grab_x, in create_workspace_touch_move()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/ivi-shell/
H A Dhmi-controller.c1395 wl_fixed_t grab_x, struct ivi_layout_layer *layer) in move_workspace_grab_end() argument
1431 int orgx = wl_fixed_to_int(move->dst[0] + grab_x); in move_workspace_grab_end()
1465 grab->grab.pointer->grab_x, layer); in pointer_move_workspace_grab_end()
1477 grab->grab.touch->grab_x, layer); in touch_move_workspace_grab_end()
1593 grab->touch->grab_x, in touch_move_grab_motion()
1724 wl_fixed_t grab_x, wl_fixed_t grab_y, in move_grab_init_workspace() argument
1736 wl_fixed_t grab_pos[2] = { grab_x, grab_y }; in move_grab_init_workspace()
1762 move_grab_init_workspace(&pnt_move_grab->move, pointer->grab_x, in create_workspace_pointer_move()
1777 move_grab_init_workspace(&tch_move_grab->move, touch->grab_x, in create_workspace_touch_move()
/dports/x11-wm/mutter/mutter-41.1/src/ui/
H A Dframes.h104 gdouble grab_x; member
H A Dframes.c890 gdouble grab_x, in meta_frames_try_grab_op() argument
905 grab_x, grab_y); in meta_frames_try_grab_op()
910 frames->grab_x = grab_x; in meta_frames_try_grab_op()
940 frames->grab_x, in meta_frames_retry_grab_op()
/dports/x11-wm/marco/marco-1.26.0/src/compositor/
H A Dcompositor.c139 int grab_x, in meta_compositor_begin_move() argument
/dports/graphics/weston/weston-1.9.0/src/
H A Ddata-device.c215 fx = wl_fixed_to_double(touch->grab_x) + drag->dx; in drag_surface_configure()
474 touch->grab_x, touch->grab_y, in drag_grab_touch_focus()
496 fx = wl_fixed_to_double(touch->grab_x) + touch_drag->base.dx; in drag_grab_touch_motion()
504 touch->grab_x, touch->grab_y, in drag_grab_touch_motion()
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/
H A DToolbar.hh157 int x, y, x_hidden, y_hidden, grab_x, grab_y; member
/dports/graphics/opendx/dx-4.4.4/src/uipp/widgets/
H A DWorkspaceP.h178 short grab_x; /* Reference point of pointer move */ member
/dports/x11/fbdesk/fbdesk-1.4.1/src/FbTk/
H A DMenu.hh227 grab_x, grab_y; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/libweston/
H A Ddata-device.c446 fx = wl_fixed_to_double(touch->grab_x) + drag->dx; in drag_surface_configure()
772 touch->grab_x, touch->grab_y, in drag_grab_touch_focus()
796 fx = wl_fixed_to_double(touch->grab_x) + touch_drag->base.dx; in drag_grab_touch_motion()
805 touch->grab_x, touch->grab_y, in drag_grab_touch_motion()

123