Home
last modified time | relevance | path

Searched refs:GetWindowRect (Results 1 - 15 of 15) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
H A DDialog.cpp209 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 Dmain.cpp29 GetWindowRect(GetDesktopWindow(), &rect); in DebuggerWaitDialogProc()
/third_party/lzma/CPP/Windows/
H A DWindow.h156 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 DFrameBufferGDI.cpp54 GetWindowRect(windowHandle, &windowRect); in ~FrameBufferGDI()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dglobal_state.cpp264 ::GetWindowRect(GetDesktopWindow(), &rect); in DebuggerWaitDialogProc()
/third_party/skia/third_party/externals/angle2/util/windows/win32/
H A DWin32Window.cpp763 if (!GetWindowRect(mParentWindow, &windowRect)) in setPosition()
785 if (!GetWindowRect(mParentWindow, &windowRect)) in resize()
/third_party/skia/tools/sk_app/win/
H A DD3D12WindowContext_win.cpp90 GetWindowRect(fWindow, &windowRect); in initializeContext()
H A DWindow_win.cpp46 if (GetWindowRect(fHWnd, &r)) { in closeWindow()
/third_party/skia/third_party/externals/libpng/contrib/visupng/
H A DVisualPng.c467 GetWindowRect (hwndChild, &rChild); in CenterAbout()
472 GetWindowRect (hwndParent, &rParent); in CenterAbout()
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_framebuffer.c180 GetWindowRect(fb->hWnd, &window_rect)) { in stw_framebuffer_get_size()
/third_party/lame/ACM/
H A DACM.cpp223 ::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 Dgdigrab.c498 if (GetWindowRect(hwnd, &rect)) { in paint_mouse_pointer()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A Dmain.cpp136 GetWindowRect(GetDesktopWindow(), &rect); in DebuggerWaitDialogProc()
/third_party/glfw/src/
H A Dwin32_window.c1719 GetWindowRect(window->win32.handle, &area); in _glfwSetWindowSizeLimitsWin32()
1733 GetWindowRect(window->win32.handle, &area); in _glfwSetWindowAspectRatioWin32()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp11313 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