Searched defs:line_last (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp1859 int line_start, line_last, h; local
1862 line_last = pThis->cr[0x0b] & 0x1f;
1864 if (line_last > cheight - 1)
1865 line_last = cheight - 1;
1866 if (line_last >= line_start && line_start < cheight) {
1867 h = line_last - line_start + 1;

Completed in 66 milliseconds