Home
last modified time | relevance | path

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

/external/crosvm/gpu_display/src/gpu_display_win/
Dmath_util.rs140 fn as_mut_ptr(&mut self) -> LPPOINT; in as_mut_ptr()
150 fn as_mut_ptr(&mut self) -> LPPOINT { in as_mut_ptr()
/external/python/cpython3/Lib/ctypes/
Dwintypes.py186 LPPOINT = PPOINT = ctypes.POINTER(POINT) variable
/external/mesa3d/include/D3D9/
Dd3d9types.h130 } POINT, *LPPOINT; typedef