Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dline_printer.cpp101 COORD buf_size = { csbi.dwSize.X, 1 }; in Print()
102 COORD zero_zero = { 0, 0 }; in Print()
/packages/modules/adb/
Dtest_device.py1592 class COORD(ctypes.Structure): class
1598 ('dwSize', COORD),
1599 ('dwCursorPosition', COORD),
1602 ('dwMaximumWindowSize', COORD),
1650 COORD, # _In_ dwWriteCoord
1658 COORD, # _In_ dwReadCoord
1694 new_info.dwSize = COORD(ncols, nrows)
1703 hScreen, u'\0', ncols * nrows, COORD(0,0), nwritten)
1730 hScreen, buf, length, COORD(0,0), n)