Home
last modified time | relevance | path

Searched refs:GetClientRect (Results 1 - 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DWindowSurfaceWGL.cpp152 if (!GetClientRect(mWindow, &rect)) in getWidth()
162 if (!GetClientRect(mWindow, &rect)) in getHeight()
H A DDXGISwapChainWindowSurfaceWGL.cpp95 if (!GetClientRect(mWindow, &rect)) in initialize()
344 if (!GetClientRect(mWindow, &rect)) in checkForResize()
/third_party/skia/tools/sk_app/win/
H A DRasterWindowContext_win.cpp43 GetClientRect(wnd, &rect); in RasterWindowContext_win()
50 GetClientRect(fWnd, &rect); in setDisplayParams()
H A DDawnD3D12WindowContext_win.cpp35 GetClientRect(hwnd, &rect); in DawnD3D12WindowContext()
H A DGLWindowContext_win.cpp122 GetClientRect(fHWND, &rect);
H A DANGLEWindowContext_win.cpp138 GetClientRect(fHWND, &rect); in onInitializeContext()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DNativeWindow9.cpp23 return GetClientRect(getNativeWindow(), rect) == TRUE; in getClientRect()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/win32/
H A DWindowSurfaceVkWin32.cpp40 ANGLE_VK_CHECK(context, GetClientRect(mNativeWindowType, &rect) == TRUE, in getCurrentWindowSize()
/third_party/skia/third_party/externals/angle2/util/windows/win32/
H A DWin32Window.cpp262 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 DFrameBufferWin.cpp43 GetClientRect(window, &bounds); in updateBounds()
H A DFrameBufferGDI.cpp53 GetClientRect(windowHandle, &clientRect); in ~FrameBufferGDI()
/third_party/ffmpeg/libavdevice/
H A Dgdigrab.c97 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 DWin32SurfaceKHR.cpp26 if(!IsWindow(hwnd) || !GetClientRect(hwnd, &clientRect)) in getWindowSize()
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWin32Window.cpp138 if (!GetClientRect(m_window, &rc)) in getSize()
139 TCU_THROW(TestError, "GetClientRect() failed"); in getSize()
H A DtcuWin32EGLNativeDisplayFactory.cpp306 TCU_CHECK(GetClientRect(m_window.getHandle(), &rect)); in readScreenPixels()
/third_party/lzma/CPP/Windows/
H A DWindow.h241 bool GetClientRect(LPRECT rect) { return BOOLToBool(::GetClientRect(_window, rect)); } in GetClientRect() function in NWindows::CWindow
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_ext_pbuffer.c234 GetClientRect(hWnd, &rect); in wglCreatePbufferARB()
H A Dstw_framebuffer.c151 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 DDxgiFns.cpp85 if (!GetClientRect(hWnd, &rect)) { in _Present()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/win32/
H A DNativeWindow11Win32.cpp47 return GetClientRect(getNativeWindow(), rect) == TRUE; in getClientRect()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DSurface.cpp329 BOOL status = GetClientRect(window, &client); in checkForResize()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_win32.c126 if (!GetClientRect(surface->hwnd, &win_rect)) in wsi_win32_surface_get_capabilities()
/third_party/glfw/src/
H A Dwin32_window.c249 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 Dimgui_impl_win32.cpp315 ::GetClientRect(bd->hWnd, &rect); in ImGui_ImplWin32_NewFrame()

Completed in 18 milliseconds