Searched defs:LPRECT (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/cronet/components/metrics/ui/ |
H A D | screen_info_metrics_provider.cc | 30 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 D | mos_defs_specific.h | 59 } RECT, *PRECT, *LPRECT; typedef
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | windef.h | 77 } RECT,*PRECT,*NPRECT,*LPRECT; typedef
|
D | wtypes.h | 162 typedef struct tagRECT *LPRECT; typedef
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/ |
H A D | wintypes.py | 188 LPRECT = PRECT = ctypes.POINTER(RECT) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ctypes/ |
D | wintypes.py | 188 LPRECT = PRECT = ctypes.POINTER(RECT) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ctypes/ |
D | wintypes.py | 188 LPRECT = PRECT = ctypes.POINTER(RECT) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ctypes/ |
D | wintypes.py | 188 LPRECT = PRECT = ctypes.POINTER(RECT) variable
|
/aosp_15_r20/external/python/cpython3/Lib/ctypes/ |
D | wintypes.py | 188 LPRECT = PRECT = ctypes.POINTER(RECT) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ctypes/ |
D | wintypes.py | 188 LPRECT = PRECT = ctypes.POINTER(RECT) variable
|
/aosp_15_r20/external/mesa3d/include/D3D9/ |
H A D | d3d9types.h | 137 } RECT, *LPRECT; typedef
|
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/ |
H A D | bindings.rs | 62023 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 …]
|