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

/fuchsia/zircon/system/core/virtcon/
H A Dtextcon.cpp14 static inline void movecursor(textcon_t* tc, int x, int y) { function
15 tc->movecursor(tc->cookie, x, y);
448 movecursor(tc, tc->x, tc->y);
479 movecursor(tc, tc->x, tc->y);
490 movecursor(tc, tc->x, tc->y);
498 movecursor(tc, tc->x, tc->y);
555 movecursor(tc, tc->x, tc->y);
608 movecursor(tc, tc->x, tc->y);
H A Dtextcon.h56 void (*movecursor)(void* cookie, int x, int y); member in struct:textcon
H A Dvc-device.cpp316 vc->textcon.movecursor = vc_tc_movecursor;
H A Dtextcon-test.cpp59 textcon.movecursor = movecursor_callback;

Completed in 30 milliseconds