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

/fuchsia/zircon/system/core/virtcon/
H A Dtextcon.cpp171 scroll_lines(tc, tc->scroll_y0, tc->scroll_y1, 1);
176 if (tc->y < tc->scroll_y0)
188 tc->scroll_y0 = (y0 < 0) ? 0 : y0;
494 if (tc->y < tc->scroll_y0) {
565 tc->scroll_y0 = 0;
582 vc_char_t* dst = dataxy(tc, 0, tc->scroll_y0);
583 vc_char_t* src = dataxy(tc, 0, tc->scroll_y0 + old_h - h);
598 if (tc->scroll_y0 >= h) {
599 tc->scroll_y0 = 0;
H A Dtextcon.h63 int scroll_y0; member in struct:textcon

Completed in 80 milliseconds