Home
last modified time | relevance | path

Searched defs:LPPOINT (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/crosvm/gpu_display/src/gpu_display_win/
H A Dmath_util.rs146 fn as_mut_ptr(&mut self) -> LPPOINT; in as_mut_ptr()
156 fn as_mut_ptr(&mut self) -> LPPOINT { in as_mut_ptr()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwindef.h93 } POINT,*PPOINT,*NPPOINT,*LPPOINT; typedef
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/
H A Dwintypes.py186 LPPOINT = PPOINT = ctypes.POINTER(POINT) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ctypes/
Dwintypes.py186 LPPOINT = PPOINT = ctypes.POINTER(POINT) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ctypes/
Dwintypes.py186 LPPOINT = PPOINT = ctypes.POINTER(POINT) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ctypes/
Dwintypes.py186 LPPOINT = PPOINT = ctypes.POINTER(POINT) variable
/aosp_15_r20/external/python/cpython3/Lib/ctypes/
Dwintypes.py186 LPPOINT = PPOINT = ctypes.POINTER(POINT) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ctypes/
Dwintypes.py186 LPPOINT = PPOINT = ctypes.POINTER(POINT) variable
/aosp_15_r20/external/mesa3d/include/D3D9/
H A Dd3d9types.h130 } POINT, *LPPOINT; typedef
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs62102 pub type LPPOINT = *mut tagPOINT; typedef
88874 apt: LPPOINT, in GetPath()
88934 lppt: LPPOINT, in MoveToEx()
88993 pub fn DPtoLP(hdc: HDC, lppt: LPPOINT, c: ::std::os::raw::c_int) -> BOOL; in DPtoLP()
88996 pub fn LPtoDP(hdc: HDC, lppt: LPPOINT, c: ::std::os::raw::c_int) -> BOOL; in LPtoDP()
89026 lppt: LPPOINT, in SetViewportOrgEx()
89042 lppt: LPPOINT, in SetWindowOrgEx()
89050 lppt: LPPOINT, in OffsetViewportOrgEx()
89058 lppt: LPPOINT, in OffsetWindowOrgEx()
89094 lppt: LPPOINT, in SetBrushOrgEx()
[all …]