Home
last modified time | relevance | path

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

/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/platforms/windows/
H A Dkwindowinfo.cpp227 RECT wndRect; in geometry() local
228 memset(&wndRect, 0, sizeof(wndRect)); in geometry()
231 if (GetWindowRect(d->win_, &wndRect)) { in geometry()
233 result.setCoords(wndRect.left, wndRect.top, wndRect.right, wndRect.bottom); in geometry()
242 RECT wndRect; in frameGeometry() local
243 memset(&wndRect, 0, sizeof(wndRect)); in frameGeometry()
246 if (GetClientRect(d->win_, &wndRect)) { in frameGeometry()
248 result.setCoords(wndRect.left, wndRect.top, wndRect.right, wndRect.bottom); in frameGeometry()
/dports/devel/agar/agar-1.5.0/gui/
H A Ddrv_wgl.c280 RECT wndRect = { in WGL_GetWndRect() local
291 r->y = wndRect.top; in WGL_GetWndRect()
292 r->w = wndRect.right - wndRect.left; in WGL_GetWndRect()
293 r->h = wndRect.bottom - wndRect.top; in WGL_GetWndRect()
317 RECT wndRect; in WGL_OpenWindow() local
363 wndRect.left = r.x; in WGL_OpenWindow()
364 wndRect.top = r.y; in WGL_OpenWindow()
375 wndRect.left, in WGL_OpenWindow()
376 wndRect.top, in WGL_OpenWindow()
377 (wndRect.right - wndRect.left), in WGL_OpenWindow()
[all …]
/dports/games/OpenLara/OpenLara-b4b19f2/src/platform/osx/
H A Dmain_carbon_old.cpp90 Rect wndRect; in eventHandler() local
95 GetWindowBounds(window, kWindowContentRgn, &wndRect); in eventHandler()
96 mousePos.x -= wndRect.left; in eventHandler()
97 mousePos.y -= wndRect.top; in eventHandler()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/foldbar/
H A Dcaptionbar.cpp108 wxRect wndRect = GetRect(); in OnPaint() local
122 dc.DrawRotatedText(m_caption, (wxFPB_EXTRA_Y / 2) , wndRect.GetBottom() - 4 , 90 ); in OnPaint()
139 wndRect.GetRight() - m_iconWidth - m_rightIndent, in OnPaint()
140 (wndRect.GetHeight() - m_iconHeight) / 2, in OnPaint()
145 (wndRect.GetWidth() - m_iconWidth) / 2, in OnPaint()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/foldbar/
H A Dcaptionbar.cpp108 wxRect wndRect = GetRect(); in OnPaint() local
122 dc.DrawRotatedText(m_caption, (wxFPB_EXTRA_Y / 2) , wndRect.GetBottom() - 4 , 90 ); in OnPaint()
139 wndRect.GetRight() - m_iconWidth - m_rightIndent, in OnPaint()
140 (wndRect.GetHeight() - m_iconHeight) / 2, in OnPaint()
145 (wndRect.GetWidth() - m_iconWidth) / 2, in OnPaint()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/foldbar/
H A Dcaptionbar.cpp108 wxRect wndRect = GetRect(); in OnPaint() local
122 dc.DrawRotatedText(m_caption, (wxFPB_EXTRA_Y / 2) , wndRect.GetBottom() - 4 , 90 ); in OnPaint()
139 wndRect.GetRight() - m_iconWidth - m_rightIndent, in OnPaint()
140 (wndRect.GetHeight() - m_iconHeight) / 2, in OnPaint()
145 (wndRect.GetWidth() - m_iconWidth) / 2, in OnPaint()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/foldbar/
H A Dcaptionbar.cpp108 wxRect wndRect = GetRect(); in OnPaint() local
122 dc.DrawRotatedText(m_caption, (wxFPB_EXTRA_Y / 2) , wndRect.GetBottom() - 4 , 90 ); in OnPaint()
139 wndRect.GetRight() - m_iconWidth - m_rightIndent, in OnPaint()
140 (wndRect.GetHeight() - m_iconHeight) / 2, in OnPaint()
145 (wndRect.GetWidth() - m_iconWidth) / 2, in OnPaint()
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dopengl.cpp1411 void cv::ogl::render(const ogl::Texture2D& tex, Rect_<double> wndRect, Rect_<double> texRect) in render() argument
1415 CV_UNUSED(wndRect); in render()
1446 wndRect.x, wndRect.y, 0.0, in render()
1447 wndRect.x, (wndRect.y + wndRect.height), 0.0, in render()
1448 wndRect.x + wndRect.width, (wndRect.y + wndRect.height), 0.0, in render()
1449 wndRect.x + wndRect.width, wndRect.y, 0.0 in render()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/platform/windows/media/video/
H A Dacwavi3d.cpp892 RECT wndRect; in PlayGraph() local
893 GetClientRect(m_hMediaWindow, &wndRect); in PlayGraph()
895 m_pVMRWindowlessControl->SetVideoPosition(&mediaRect, &wndRect); in PlayGraph()
/dports/emulators/bochs/bochs-2.7/gui/
H A Dwin32.cc905 RECT wndRect; in UIThread() local
934 SetRect(&wndRect, 0, 0, stretched_x, stretched_y); in UIThread()
937 AdjustWindowRectEx(&wndRect, sim_style, FALSE, sim_exstyle); in UIThread()
939 AdjustWindowRect(&wndRect, main_style, FALSE); in UIThread()
945 wndRect.right - wndRect.left, in UIThread()
946 wndRect.bottom - wndRect.top, in UIThread()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DProjectWindow.cpp504 wxRect wndRect; in __anon01149d290202() local
507 GetNextWindowPlacement(&wndRect, &bMaximized, &bIconized); in __anon01149d290202()
512 wxSize(wndRect.width, wndRect.height), in __anon01149d290202()
519 window.SetPosition(wndRect.GetPosition()); in __anon01149d290202()
H A DProjectManager.cpp531 wxRect wndRect; in New() local
534 GetNextWindowPlacement(&wndRect, &bMaximized, &bIconized); in New()
549 window.SetPosition(wndRect.GetPosition()); in New()
H A DAudacityApp.cpp1456 wxRect wndRect; in InitPart2() local
1459 GetNextWindowPlacement(&wndRect, &bMaximized, &bIconized); in InitPart2()
1467 wndRect.GetTopLeft(), in InitPart2()
1479 temporarywindow.SetPosition( wndRect.GetTopLeft() ); in InitPart2()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/
H A Dfoldpanelbar.py822 wndRect = self.GetRect()
836 wndRect.GetBottom() - 4, 90)
846 drw = wndRect.GetRight() - self._iconWidth - self._rightIndent
848 (wndRect.GetHeight() - self._iconHeight)//2,
852 (wndRect.GetWidth() - self._iconWidth)//2,
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dopengl.hpp497 Rect_<double> wndRect = Rect_<double>(0.0, 0.0, 1.0, 1.0),
/dports/mail/alpine/alpine-465e23b/pico/osdep/
H A Dmswin.c5904 RECT wndRect, cliRect; in mswin_setwindow() local
6063 if(wXPos > wndRect.right - 20) in mswin_setwindow()
6064 wXPos = wndRect.right - 100; in mswin_setwindow()
6074 wXBorder = wndRect.right - wndRect.left - cliRect.right; in mswin_setwindow()
6075 wYBorder = wndRect.bottom - wndRect.top - cliRect.bottom; in mswin_setwindow()
6140 RECT wndRect; in mswin_getwindow() local
6205 if(wndRect.left < 0) in mswin_getwindow()
6206 wndRect.left = 0; in mswin_getwindow()
6208 if(wndRect.top < 0) in mswin_getwindow()
6209 wndRect.top = 0; in mswin_getwindow()
[all …]
/dports/editors/pico-alpine/alpine-465e23b/pico/osdep/
H A Dmswin.c5904 RECT wndRect, cliRect; in mswin_setwindow() local
6063 if(wXPos > wndRect.right - 20) in mswin_setwindow()
6064 wXPos = wndRect.right - 100; in mswin_setwindow()
6074 wXBorder = wndRect.right - wndRect.left - cliRect.right; in mswin_setwindow()
6075 wYBorder = wndRect.bottom - wndRect.top - cliRect.bottom; in mswin_setwindow()
6140 RECT wndRect; in mswin_getwindow() local
6205 if(wndRect.left < 0) in mswin_getwindow()
6206 wndRect.left = 0; in mswin_getwindow()
6208 if(wndRect.top < 0) in mswin_getwindow()
6209 wndRect.top = 0; in mswin_getwindow()
[all …]