Home
last modified time | relevance | path

Searched refs:set_resizing (Results 1 – 17 of 17) sorted by relevance

/dports/x11-wm/wayfire/wayfire-0.7.0/plugins/single_plugins/
H A Dresize.cpp223 view->set_resizing(true, edges); in initiate()
270 view->set_resizing(false); in input_pressed()
/dports/x11-wm/wayfire/wayfire-0.7.0/src/api/wayfire/
H A Dview.hpp126 virtual void set_resizing(bool resizing, uint32_t edges = 0);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/libweston-desktop/
H A Dinternal.h99 void (*set_resizing)(struct weston_desktop_surface *surface, member
H A Dsurface.c494 if (surface->implementation->set_resizing != NULL) in weston_desktop_surface_set_resizing()
495 surface->implementation->set_resizing(surface, in weston_desktop_surface_set_resizing()
H A Dxdg-shell-v6.c1298 .set_resizing = weston_desktop_xdg_toplevel_set_resizing,
H A Dxdg-shell.c1329 .set_resizing = weston_desktop_xdg_toplevel_set_resizing,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/libweston-desktop/
H A Dinternal.h99 void (*set_resizing)(struct weston_desktop_surface *surface, member
H A Dsurface.c494 if (surface->implementation->set_resizing != NULL) in weston_desktop_surface_set_resizing()
495 surface->implementation->set_resizing(surface, in weston_desktop_surface_set_resizing()
H A Dxdg-shell.c1329 .set_resizing = weston_desktop_xdg_toplevel_set_resizing,
H A Dxdg-shell-v6.c1298 .set_resizing = weston_desktop_xdg_toplevel_set_resizing,
/dports/devel/binutils/binutils-2.37/gold/
H A DChangeLog-2019174 (Stub_table::set_resizing): New function.
H A Dpowerpc.cc3834 (*p)->set_resizing(true); in do_relax()
3851 (*p)->set_resizing(false); in do_relax()
4842 set_resizing(bool val) in set_resizing() function in __anon321e0a9b0111::Stub_table
/dports/devel/arm-elf-binutils/binutils-2.37/gold/
H A DChangeLog-2019174 (Stub_table::set_resizing): New function.
H A Dpowerpc.cc3834 (*p)->set_resizing(true); in do_relax()
3851 (*p)->set_resizing(false); in do_relax()
4842 set_resizing(bool val) in set_resizing() function in __anonc696e5cc0111::Stub_table
/dports/devel/gnulibiberty/binutils-2.37/gold/
H A DChangeLog-2019174 (Stub_table::set_resizing): New function.
H A Dpowerpc.cc3834 (*p)->set_resizing(true); in do_relax()
3851 (*p)->set_resizing(false); in do_relax()
4842 set_resizing(bool val) in set_resizing() function in __anon4f8dc3e10111::Stub_table
/dports/x11-wm/wayfire/wayfire-0.7.0/src/view/
H A Dview.cpp230 void wf::view_interface_t::set_resizing(bool resizing, uint32_t edges) in set_resizing() function in wf::view_interface_t