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

/fuchsia/zircon/system/core/virtcon/
H A Dtextcon.cpp58 static void moveto(textcon_t* tc, int x, int y) { function
64 moveto(tc, tc->x + dx, tc->y + dy);
367 moveto(tc, 0, tc->y + ARG0(1));
370 moveto(tc, 0, tc->y - ARG0(1));
374 moveto(tc, x ? (x - 1) : 0, tc->y);
380 moveto(tc, x ? (x - 1) : 0, y ? (y - 1) : 0);
399 moveto(tc, tc->x, y ? (y - 1) : 0);
525 moveto(tc, (tc->x + 8) & (~7), tc->y);

Completed in 21 milliseconds