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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c2724 UINT8 RightMask; local
2885 RightMask = mVgaRightMaskTable[(DestinationX + Width - 1) & 0x07];
2887 LeftMask = (UINT8) (LeftMask & RightMask);
2888 RightMask = 0;
2897 if (RightMask == 0xff) {
2899 RightMask = 0;
2980 if (RightMask != 0) {
2987 RightMask

Completed in 2765 milliseconds