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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp1041 int h, shift_control;
1093 shift_control = 0;
1096 shift_control = 2;
1102 pThis->gr[0x05] = (pThis->gr[0x05] & ~0x60) | (shift_control << 5);
2082 if (pThis->shift_control == 0)
2084 else if (pThis->shift_control == 1)
2274 int width, height, shift_control, line_offset, page0, page1, bwidth, bits; local
2287 shift_control = (pThis->gr[0x05] >> 5) & 3;
2290 if (shift_control != pThis->shift_control ||
[all...]

Completed in 47 milliseconds