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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp1859 int line_start, line_last, h; local
1861 line_start = pThis->cr[0x0a] & 0x1f;
1866 if (line_last >= line_start && line_start < cheight) {
1867 h = line_last - line_start + 1;
1868 d = d1 + (linesize * line_start << dscan);

Completed in 67 milliseconds