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

/fuchsia/zircon/system/core/virtcon/
H A Dtextcon.cpp63 static inline void moverel(textcon_t* tc, int dx, int dy) { function
355 moverel(tc, 0, -ARG0(1));
358 moverel(tc, 0, ARG0(1));
361 moverel(tc, ARG0(1), 0);
364 moverel(tc, -ARG0(1), 0);

Completed in 22 milliseconds