Searched refs:getClientRect (Results 1 – 11 of 11) sorted by relevance
71 bool NativeWindow11WinRT::getClientRect(LPRECT rect) const in getClientRect() function in rx::NativeWindow11WinRT75 return mImpl->getClientRect(rect); in getClientRect()
29 bool getClientRect(LPRECT rect) const override;
59 bool getClientRect(RECT *rect) in getClientRect() function
27 bool getClientRect(LPRECT rect) const override;
21 bool NativeWindow9::getClientRect(LPRECT rect) const in getClientRect() function in rx::NativeWindow9
28 virtual bool getClientRect(LPRECT rect) const = 0;
187 if (!mNativeWindow->getClientRect(&windowRect)) in resetSwapChain()328 if (!mNativeWindow->getClientRect(&client)) in checkForOutOfDateSwapChain()
28 bool getClientRect(LPRECT rect) const override;
45 bool NativeWindow11Win32::getClientRect(LPRECT rect) const in getClientRect() function in rx::NativeWindow11Win32
82 bool getClientRect(LPRECT rect) const override;
35 bool CompositorNativeWindow11::getClientRect(LPRECT rect) const in getClientRect() function in rx::CompositorNativeWindow11