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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp1459 int dscan);
1710 int dup9, line_offset, depth_index, dscan; local
1746 dscan = (pThis->cr[9] >> 7) & 1;
1820 for(cy = 0; cy < (height - dscan); cy = cy + (1 << dscan)) {
1848 font_ptr, cheight, fgcol, bgcol, dscan);
1868 d = d1 + (linesize * line_start << dscan);
1872 cursor_glyph, h, fgcol, bgcol, dscan);
1901 dest += linesize * cheight << dscan;

Completed in 65 milliseconds