Home
last modified time | relevance | path

Searched defs:LPRECT (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/cronet/components/metrics/ui/
H A Dscreen_info_metrics_provider.cc30 BOOL CALLBACK GetMonitorDPICallback(HMONITOR, HDC hdc, LPRECT, LPARAM dwData) { in GetMonitorDPICallback() argument
/aosp_15_r20/external/intel-media-driver/media_common/linux/common/os/
H A Dmos_defs_specific.h59 } RECT, *PRECT, *LPRECT; typedef
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwindef.h77 } RECT,*PRECT,*NPRECT,*LPRECT; typedef
Dwtypes.h162 typedef struct tagRECT *LPRECT; typedef
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/
H A Dwintypes.py188 LPRECT = PRECT = ctypes.POINTER(RECT) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ctypes/
Dwintypes.py188 LPRECT = PRECT = ctypes.POINTER(RECT) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ctypes/
Dwintypes.py188 LPRECT = PRECT = ctypes.POINTER(RECT) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ctypes/
Dwintypes.py188 LPRECT = PRECT = ctypes.POINTER(RECT) variable
/aosp_15_r20/external/python/cpython3/Lib/ctypes/
Dwintypes.py188 LPRECT = PRECT = ctypes.POINTER(RECT) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ctypes/
Dwintypes.py188 LPRECT = PRECT = ctypes.POINTER(RECT) variable
/aosp_15_r20/external/mesa3d/include/D3D9/
H A Dd3d9types.h137 } RECT, *LPRECT; typedef
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs62023 pub type LPRECT = *mut tagRECT; typedef
86901 pub fn GetBoundsRect(hdc: HDC, lprect: LPRECT, flags: UINT) -> UINT; in GetBoundsRect()
95660 pub fn DrawEdge(hdc: HDC, qrc: LPRECT, edge: UINT, grfFlags: UINT) -> BOOL; in DrawEdge()
95663 pub fn DrawFrameControl(arg1: HDC, arg2: LPRECT, arg3: UINT, arg4: UINT) -> BOOL; in DrawFrameControl()
100098 lprc: LPRECT, in DrawTextA()
100107 lprc: LPRECT, in DrawTextW()
100116 lprc: LPRECT, in DrawTextExA()
100126 lprc: LPRECT, in DrawTextExW()
100273 pub fn GetUpdateRect(hWnd: HWND, lpRect: LPRECT, bErase: BOOL) -> BOOL; in GetUpdateRect()
100326 lprcUpdate: LPRECT, in ScrollDC()
[all …]