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 | 1583 class COORD(ctypes.Structure): class 1589 ('dwSize', COORD), 1590 ('dwCursorPosition', COORD), 1593 ('dwMaximumWindowSize', COORD), 1641 COORD, # _In_ dwWriteCoord 1649 COORD, # _In_ dwReadCoord 1685 new_info.dwSize = COORD(ncols, nrows) 1694 hScreen, u'\0', ncols * nrows, COORD(0,0), nwritten) 1721 hScreen, buf, length, COORD(0,0), n)
|