Home
last modified time | relevance | path

Searched refs:LPRECT (Results 1 – 17 of 17) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d9/
DNativeWindow9.h27 bool getClientRect(LPRECT rect) const override;
DNativeWindow9.cpp21 bool NativeWindow9::getClientRect(LPRECT rect) const in getClientRect()
/external/angle/src/libANGLE/renderer/d3d/
DNativeWindowD3D.h28 virtual bool getClientRect(LPRECT rect) const = 0;
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/
DNativeWindow11WinRT.h29 bool getClientRect(LPRECT rect) const override;
DNativeWindow11WinRT.cpp71 bool NativeWindow11WinRT::getClientRect(LPRECT rect) const in getClientRect()
/external/angle/src/libANGLE/renderer/d3d/d3d11/win32/
DNativeWindow11Win32.h28 bool getClientRect(LPRECT rect) const override;
DNativeWindow11Win32.cpp45 bool NativeWindow11Win32::getClientRect(LPRECT rect) const in getClientRect()
/external/lzma/CPP/Windows/Control/
DReBar.h22 bool SizeToRect(LPRECT rect) in SizeToRect()
DDialog.h68 bool MapRect(LPRECT rect) in MapRect()
/external/cronet/components/metrics/ui/
Dscreen_info_metrics_provider.cc30 BOOL CALLBACK GetMonitorDPICallback(HMONITOR, HDC hdc, LPRECT, LPARAM dwData) { in GetMonitorDPICallback() argument
/external/lzma/CPP/Windows/
DWindow.h78 bool GetWindowRect(LPRECT rect) const { return BOOLToBool(::GetWindowRect(_window,rect)); } in GetWindowRect()
163 bool GetClientRect(LPRECT rect) { return BOOLToBool(::GetClientRect(_window, rect)); } in GetClientRect()
/external/angle/src/libANGLE/renderer/d3d/d3d11/converged/
DCompositorNativeWindow11.h82 bool getClientRect(LPRECT rect) const override;
DCompositorNativeWindow11.cpp35 bool CompositorNativeWindow11::getClientRect(LPRECT rect) const in getClientRect()
/external/python/cpython3/Lib/ctypes/
Dwintypes.py188 LPRECT = PRECT = ctypes.POINTER(RECT) variable
/external/mesa3d/include/D3D9/
Dd3d9types.h137 } RECT, *LPRECT; typedef
/external/python/cpython2/Doc/library/
Dctypes.rst1757 LPRECT lpRect);
/external/python/cpython3/Doc/library/
Dctypes.rst1777 LPRECT lpRect);