Searched refs:GetWindowRect (Results 1 - 15 of 15) sorted by relevance
/third_party/lzma/CPP/Windows/Control/ |
H A D | Dialog.cpp | 209 if (!::GetWindowRect(GetItem(id), &rect))
in GetItemSizes() 218 ::GetWindowRect(GetItem(id), &rect);
in GetClientRectOfItem() 288 if (!GetWindowRect(&rect))
in NormalizeSize() 339 if (wnd.GetWindowRect(&rect2))
in NormalizePosition() 353 if (!GetWindowRect(&rect))
in NormalizePosition()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | main.cpp | 29 GetWindowRect(GetDesktopWindow(), &rect); in DebuggerWaitDialogProc()
|
/third_party/lzma/CPP/Windows/ |
H A D | Window.h | 156 bool GetWindowRect(LPRECT rect) const { return BOOLToBool(::GetWindowRect(_window,rect)); }
in GetWindowRect() function in NWindows::CWindow 217 ::GetWindowRect(hwnd, &rect);
in ChangeSubWindowSizeX()
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A D | FrameBufferGDI.cpp | 54 GetWindowRect(windowHandle, &windowRect); in ~FrameBufferGDI()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | global_state.cpp | 264 ::GetWindowRect(GetDesktopWindow(), &rect); in DebuggerWaitDialogProc()
|
/third_party/skia/third_party/externals/angle2/util/windows/win32/ |
H A D | Win32Window.cpp | 763 if (!GetWindowRect(mParentWindow, &windowRect)) in setPosition() 785 if (!GetWindowRect(mParentWindow, &windowRect)) in resize()
|
/third_party/skia/tools/sk_app/win/ |
H A D | D3D12WindowContext_win.cpp | 90 GetWindowRect(fWindow, &windowRect); in initializeContext()
|
H A D | Window_win.cpp | 46 if (GetWindowRect(fHWnd, &r)) { in closeWindow()
|
/third_party/skia/third_party/externals/libpng/contrib/visupng/ |
H A D | VisualPng.c | 467 GetWindowRect (hwndChild, &rChild); in CenterAbout() 472 GetWindowRect (hwndParent, &rParent); in CenterAbout()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_framebuffer.c | 180 GetWindowRect(fb->hWnd, &window_rect)) { in stw_framebuffer_get_size()
|
/third_party/lame/ACM/ |
H A D | ACM.cpp | 223 ::GetWindowRect( ::GetDlgItem(hwndDlg,IDC_STATIC_ABOUT_URL), &rect); in AboutProc() 240 ::GetWindowRect( ::GetDlgItem(hwndDlg,IDC_STATIC_ABOUT_URL), &rect); in AboutProc()
|
/third_party/ffmpeg/libavdevice/ |
H A D | gdigrab.c | 498 if (GetWindowRect(hwnd, &rect)) { in paint_mouse_pointer()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | main.cpp | 136 GetWindowRect(GetDesktopWindow(), &rect); in DebuggerWaitDialogProc()
|
/third_party/glfw/src/ |
H A D | win32_window.c | 1719 GetWindowRect(window->win32.handle, &area); in _glfwSetWindowSizeLimitsWin32() 1733 GetWindowRect(window->win32.handle, &area); in _glfwSetWindowAspectRatioWin32()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 11313 static ImRect GetWindowRect(ImGuiWindow* window, int rect_type) in ShowMetricsWindow() function 11347 ImRect r = Funcs::GetWindowRect(g.NavWindow, rect_n); in ShowMetricsWindow() 11588 ImRect r = Funcs::GetWindowRect(window, cfg->ShowWindowsRectsType); in ShowMetricsWindow()
|
Completed in 35 milliseconds