Searched refs:BitMapPtr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DImage.c269 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BitMapPtr; local
277 BitMapPtr = Image->Bitmap;
305 BitMapPtr[Ypos * Image->Width + Xpos * 8 + (8 - Index - 1)] = PaletteValue[1];
307 BitMapPtr[Ypos * Image->Width + Xpos * 8 + (8 - Index - 1)] = PaletteValue[0];
319 BitMapPtr[Ypos * Image->Width + Xpos * 8 + Index] = PaletteValue[1];
321 BitMapPtr[Ypos * Image->Width + Xpos * 8 + Index] = PaletteValue[0];
353 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BitMapPtr; local
362 BitMapPtr = Image->Bitmap;
388 BitMapPtr[Ypos * Image->Width + Xpos * 2] = PaletteValue[Byte >> 4];
389 BitMapPtr[Ypo
427 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BitMapPtr; local
488 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BitMapPtr; local
[all...]

Completed in 32 milliseconds