/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | WindowSurfaceWGL.cpp | 152 if (!GetClientRect(mWindow, &rect)) in getWidth() 162 if (!GetClientRect(mWindow, &rect)) in getHeight()
|
H A D | DXGISwapChainWindowSurfaceWGL.cpp | 95 if (!GetClientRect(mWindow, &rect)) in initialize() 344 if (!GetClientRect(mWindow, &rect)) in checkForResize()
|
/third_party/skia/tools/sk_app/win/ |
H A D | RasterWindowContext_win.cpp | 43 GetClientRect(wnd, &rect); in RasterWindowContext_win() 50 GetClientRect(fWnd, &rect); in setDisplayParams()
|
H A D | DawnD3D12WindowContext_win.cpp | 35 GetClientRect(hwnd, &rect); in DawnD3D12WindowContext()
|
H A D | GLWindowContext_win.cpp | 122 GetClientRect(fHWND, &rect);
|
H A D | ANGLEWindowContext_win.cpp | 138 GetClientRect(fHWND, &rect); in onInitializeContext()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | NativeWindow9.cpp | 23 return GetClientRect(getNativeWindow(), rect) == TRUE; in getClientRect()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/win32/ |
H A D | WindowSurfaceVkWin32.cpp | 40 ANGLE_VK_CHECK(context, GetClientRect(mNativeWindowType, &rect) == TRUE, in getCurrentWindowSize()
|
/third_party/skia/third_party/externals/angle2/util/windows/win32/ |
H A D | Win32Window.cpp | 262 GetClientRect(hWnd, &winRect); in WndProc() 284 GetClientRect(hWnd, &winRect); in WndProc() 739 GetClientRect(mNativeWindow, &winRect); in setMousePosition() 791 if (!GetClientRect(mParentWindow, &clientRect)) in resize()
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A D | FrameBufferWin.cpp | 43 GetClientRect(window, &bounds); in updateBounds()
|
H A D | FrameBufferGDI.cpp | 53 GetClientRect(windowHandle, &clientRect); in ~FrameBufferGDI()
|
/third_party/ffmpeg/libavdevice/ |
H A D | gdigrab.c | 97 GetClientRect(hwnd, &rect); in gdigrab_region_wnd_proc() 148 GetClientRect(hwnd, &rect); in gdigrab_region_wnd_init() 299 GetClientRect(hwnd, &virtual_rect); in gdigrab_read_header()
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | Win32SurfaceKHR.cpp | 26 if(!IsWindow(hwnd) || !GetClientRect(hwnd, &clientRect)) in getWindowSize()
|
/third_party/vk-gl-cts/framework/platform/win32/ |
H A D | tcuWin32Window.cpp | 138 if (!GetClientRect(m_window, &rc)) in getSize() 139 TCU_THROW(TestError, "GetClientRect() failed"); in getSize()
|
H A D | tcuWin32EGLNativeDisplayFactory.cpp | 306 TCU_CHECK(GetClientRect(m_window.getHandle(), &rect)); in readScreenPixels()
|
/third_party/lzma/CPP/Windows/ |
H A D | Window.h | 241 bool GetClientRect(LPRECT rect) { return BOOLToBool(::GetClientRect(_window, rect)); }
in GetClientRect() function in NWindows::CWindow
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_ext_pbuffer.c | 234 GetClientRect(hWnd, &rect); in wglCreatePbufferARB()
|
H A D | stw_framebuffer.c | 151 if (!GetClientRect(fb->hWnd, &client_rect)) { in stw_framebuffer_get_size() 164 * When the window is minimized GetClientRect will return zeros. Simply in stw_framebuffer_get_size() 242 * of the client area via GetClientRect. in stw_call_window_proc()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | DxgiFns.cpp | 85 if (!GetClientRect(hWnd, &rect)) { in _Present()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/win32/ |
H A D | NativeWindow11Win32.cpp | 47 return GetClientRect(getNativeWindow(), rect) == TRUE; in getClientRect()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | Surface.cpp | 329 BOOL status = GetClientRect(window, &client); in checkForResize()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_win32.c | 126 if (!GetClientRect(surface->hwnd, &win_rect)) in wsi_win32_surface_get_capabilities()
|
/third_party/glfw/src/ |
H A D | win32_window.c | 249 GetClientRect(window->win32.handle, &clipRect); in captureCursor() 334 GetClientRect(window->win32.handle, &area); in cursorInContentArea() 350 GetClientRect(window->win32.handle, &rect); in updateWindowStyles() 1667 GetClientRect(window->win32.handle, &area); in _glfwGetWindowSizeWin32()
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_win32.cpp | 315 ::GetClientRect(bd->hWnd, &rect); in ImGui_ImplWin32_NewFrame()
|