Home
last modified time | relevance | path

Searched refs:RightMask (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
DBiosVideo.c2376 UINT8 RightMask; in BiosVideoGraphicsOutputVgaBlt() local
2537 RightMask = mVgaRightMaskTable[(DestinationX + Width - 1) & 0x07]; in BiosVideoGraphicsOutputVgaBlt()
2539 LeftMask = (UINT8) (LeftMask & RightMask); in BiosVideoGraphicsOutputVgaBlt()
2540 RightMask = 0; in BiosVideoGraphicsOutputVgaBlt()
2549 if (RightMask == 0xff) { in BiosVideoGraphicsOutputVgaBlt()
2551 RightMask = 0; in BiosVideoGraphicsOutputVgaBlt()
2632 if (RightMask != 0) { in BiosVideoGraphicsOutputVgaBlt()
2639 RightMask in BiosVideoGraphicsOutputVgaBlt()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
DBiosVideo.c2772 UINT8 RightMask; in BiosVideoGraphicsOutputVgaBlt() local
2933 RightMask = mVgaRightMaskTable[(DestinationX + Width - 1) & 0x07]; in BiosVideoGraphicsOutputVgaBlt()
2935 LeftMask = (UINT8) (LeftMask & RightMask); in BiosVideoGraphicsOutputVgaBlt()
2936 RightMask = 0; in BiosVideoGraphicsOutputVgaBlt()
2945 if (RightMask == 0xff) { in BiosVideoGraphicsOutputVgaBlt()
2947 RightMask = 0; in BiosVideoGraphicsOutputVgaBlt()
3028 if (RightMask != 0) { in BiosVideoGraphicsOutputVgaBlt()
3035 RightMask in BiosVideoGraphicsOutputVgaBlt()