Searched refs:new_x (Results 1 – 2 of 2) sorted by relevance
237 Console::GotoXY(int new_x, int new_y) in GotoXY() argument239 if (new_x >= fColumns) in GotoXY()240 new_x = fColumns - 1; in GotoXY()241 if (new_x < 0) in GotoXY()242 new_x = 0; in GotoXY()248 fX = new_x; in GotoXY()
60 void GotoXY(int new_x, int new_y);