Searched refs:scroll_y1 (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);
178 if (tc->y >= tc->scroll_y1)
181 scroll_lines(tc, tc->y, tc->scroll_y1, dir);
189 tc->scroll_y1 = (y1 > tc->h) ? tc->h : y1;
486 if (tc->y >= tc->scroll_y1) {
510 if (tc->y >= tc->scroll_y1) {
566 tc->scroll_y1 = h;
584 vc_char_t* end = dataxy(tc, 0, tc->scroll_y1);
592 fill(dataxy(tc, 0, tc->scroll_y1 + y), make_vc_char(tc, ' '), tc->w);
601 if (tc->scroll_y1
[all...]
H A Dtextcon.h64 int scroll_y1; member in struct:textcon

Completed in 25 milliseconds