Home
last modified time | relevance | path

Searched refs:_COORD (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/debuginfo-tests/dexter/dex/utils/windows/
DPrettyOutput.py19 _fields_ = [('dwSize', ctypes.wintypes._COORD), ('dwCursorPosition',
20 ctypes.wintypes._COORD),
23 ('dwMaximumWindowSize', ctypes.wintypes._COORD)]
/external/python/cpython2/Lib/ctypes/
Dwintypes.py110 class _COORD(Structure): class
/external/python/cpython3/Lib/ctypes/
Dwintypes.py111 class _COORD(ctypes.Structure): class