Home
last modified time | relevance | path

Searched refs:moveResize (Results 1 – 25 of 100) sorted by relevance

1234

/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/src/
H A Dgeneric_window.cpp96 m_pOsWindow->moveResize( left, top, m_width, m_height ); in move()
111 m_pOsWindow->moveResize( m_left, m_top, width, height ); in resize()
157 m_pOsWindow->moveResize( m_left, m_top, m_width, m_height ); in innerShow()
H A Dos_window.hpp47 virtual void moveResize( int left, int top,
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/
H A DGenericTool.cc53 void GenericTool::moveResize(int x, int y, in moveResize() function in GenericTool
55 m_window->moveResize(x, y, width, height); in moveResize()
H A DFbWinFrame.cc247 moveResize(x, y, 0, 0, true, false); in move()
251 moveResize(0, 0, width, height, false, true); in resize()
267 moveResize(x, y, width, height, move, resize); in moveResizeForClient()
287 m_window.moveResize(x, y, width, height); in moveResize()
318 m_window.moveResize(x, y, width, height); in quietMoveResize()
507 moveResize(new_x, new_y, new_w, new_h); in applyState()
905 m_handle.moveResize(-handle_bw, ypos, in reconfigure()
909 m_grip_left.moveResize(-handle_bw, -handle_bw, in reconfigure()
923 m_clientarea.moveResize(0, client_top, in reconfigure()
1009 m_buttons_left[i]->moveResize(next_x, m_bevel, in reconfigureTitlebar()
[all …]
H A DTextDialog.cc105 moveResize(event.xconfigure.x, event.xconfigure.y, in handleEvent()
200 m_label.moveResize(0, 0, in updateSizes()
203 m_textbox.moveResize(0, m_label.height(), in updateSizes()
H A DIconButton.cc93 void IconButton::moveResize(int x, int y, in moveResize() function in IconButton
96 FbTk::TextButton::moveResize(x, y, width, height); in moveResize()
194 m_icon_window.moveResize(iconx, icony, neww, newh); in refreshEverything()
H A DWorkspaceNameTool.cc68 void WorkspaceNameTool::moveResize(int x, int y, in moveResize() function in WorkspaceNameTool
70 m_button.moveResize(x, y, width, height); in moveResize()
H A DWorkspaceCmd.cc557 (*closest)->moveResize(x, y, w, h); in execute()
571 main_window->moveResize(x_offs + max_width, orig_y_offs, max_width, max_height); in execute()
574 main_window->moveResize(x_offs, screen->maxTop(head), max_width, max_height); in execute()
577 main_window->moveResize(x_offs, max_height, max_width, max_height); in execute()
580 main_window->moveResize(x_offs, screen->maxTop(head), max_width, max_height); in execute()
H A DFbRootWindow.hh33 void moveResize(int x, int y, unsigned int width, unsigned int height) { } in moveResize() function in FbRootWindow
H A DToolbarItem.hh44 virtual void moveResize(int x, int y,
H A DGenericTool.hh47 void moveResize(int x, int y,
H A DWorkspaceNameTool.hh45 void moveResize(int x, int y,
H A DClockTool.hh52 void moveResize(int x, int y,
H A DIconButton.hh54 void moveResize(int x, int y,
/dports/x11-wm/pekwm/pekwm-release-0.2.0/src/
H A DKeyboardMoveResizeEventHandler.cc190 _decor->moveResize(_old_gm, gm_mask); in runMoveResizeAction()
197 _decor->moveResize(_gm, gm_mask); in runMoveResizeAction()
205 _decor->moveResize(_gm, gm_mask); in runMoveResizeAction()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dinputpanelv1client.cpp78 moveResize(geo); in reposition()
86moveResize({textClient->pos() + textClient->clientPos() + cursorRectangle.bottomLeft(), surface()-… in reposition()
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/FbTk/
H A DContainer.cc62 void Container::moveResize(int x, int y, in moveResize() function in FbTk::Container
64 FbWindow::moveResize(x, y, width, height); in moveResize()
354 FbWindow::moveResize(x() + deltax, y() + deltay, neww, newh); in repositionItems()
406 (*it)->moveResize(tmpx, tmpy, in repositionItems()
H A DTextBox.hh53 void moveResize(int x, int y,
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/gui/gtk/
H A Dgtk_glue_agg_vaapi.cpp79 void moveResize(VaapiRectangle const & rect);
132 VaapiVideoWindow::moveResize(VaapiRectangle const & rect) in moveResize() function in gnash::VaapiVideoWindow
372 videoWindow->moveResize(dst_rect); in render()
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dtestwinhints.cc54 void moveResize(Window w, int x, int y, int what) { in moveResize() function
191 moveResize(window, key.x_root, key.y_root, 8); // move in main()
194 moveResize(window, key.x_root, key.y_root, 4); // _| in main()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/
H A Dmock_abstract_client.h37 void moveResize(const QRect &rect);
H A Dmock_abstract_client.cpp74 void AbstractClient::moveResize(const QRect &rect) in moveResize() function in KWin::AbstractClient
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/os2/
H A Dos2_window.hpp49 virtual void moveResize( int left, int top, int width, int height ) const;
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/win32/
H A Dwin32_window.hpp51 virtual void moveResize( int left, int top, int width, int height ) const;
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/x11/
H A Dx11_window.hpp55 virtual void moveResize( int left, int top,

1234