Searched refs:GotoXY (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/apps/miniterminal/
H A DConsole.cpp26 GotoXY(0, 0);
237 Console::GotoXY(int new_x, int new_y) function in class:Console
341 GotoXY(col, row);
348 GotoXY(fX, fY + deltay);
356 GotoXY(fX, fY + deltay);
363 GotoXY(fX + deltax, fY);
371 GotoXY(fX + deltax, fY);
379 GotoXY(newx, fY);
386 GotoXY(fX, newy);
H A DConsole.h60 void GotoXY(int new_x, int new_y);

Completed in 32 milliseconds