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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c2723 UINT8 LeftMask; local
2884 LeftMask = mVgaLeftMaskTable[DestinationX & 0x07];
2887 LeftMask = (UINT8) (LeftMask & RightMask);
2891 if (LeftMask == 0xff) {
2894 LeftMask = 0;
2922 if (LeftMask != 0) {
2929 LeftMask
3019 LeftMask = mVgaBitMaskTable[DestinationX & 0x07];
3052 LeftMask
[all...]

Completed in 37 milliseconds