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

/fuchsia/zircon/system/core/virtcon/
H A Dtextcon.h86 void tc_copy_lines(textcon_t* tc, int y_dest, int y_src, int line_count);
H A Dvc-device.cpp240 tc_copy_lines(&vc->textcon, y_dest, y_src, line_count);
253 // tc_copy_lines() call, otherwise we might render the wrong character.
260 tc_copy_lines(&vc->textcon, y_dest, y_src, line_count);
H A Dtextcon-test.cpp34 tc_copy_lines(tc, y_dest, y_src, line_count);
H A Dtextcon.cpp137 void tc_copy_lines(textcon_t* tc, int y_dest, int y_src, int line_count) { function

Completed in 29 milliseconds