Home
last modified time | relevance | path

Searched refs:SMALL_RECT (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/ctypes/
Dwintypes.py109 SMALL_RECT = _SMALL_RECT variable
194 PSMALL_RECT = ctypes.POINTER(SMALL_RECT)
/third_party/ninja/src/
Dline_printer.cc95 SMALL_RECT target = { csbi.dwCursorPosition.X, csbi.dwCursorPosition.Y, in Print()