Searched refs:COORD (Results 1 – 2 of 2) sorted by relevance
/system/core/adb/client/ |
D | line_printer.cpp | 97 COORD buf_size = { csbi.dwSize.X, 1 }; in Print() 98 COORD zero_zero = { 0, 0 }; in Print()
|
/system/core/adb/ |
D | test_device.py | 1430 class COORD(ctypes.Structure): class 1436 ('dwSize', COORD), 1437 ('dwCursorPosition', COORD), 1440 ('dwMaximumWindowSize', COORD), 1488 COORD, # _In_ dwWriteCoord 1496 COORD, # _In_ dwReadCoord 1532 new_info.dwSize = COORD(ncols, nrows) 1541 hScreen, u'\0', ncols * nrows, COORD(0,0), nwritten) 1568 hScreen, buf, length, COORD(0,0), n)
|