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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DImage.c265 UINT16 Xpos; local
301 for (Xpos = 0; Xpos < Image->Width / 8; Xpos++) {
302 Byte = *(Data + OffsetY + Xpos);
305 BitMapPtr[Ypos * Image->Width + Xpos * 8 + (8 - Index - 1)] = PaletteValue[1];
307 BitMapPtr[Ypos * Image->Width + Xpos * 8 + (8 - Index - 1)] = PaletteValue[0];
316 Byte = *(Data + OffsetY + Xpos);
319 BitMapPtr[Ypos * Image->Width + Xpos * 8 + Index] = PaletteValue[1];
321 BitMapPtr[Ypos * Image->Width + Xpos *
350 UINT16 Xpos; local
424 UINT16 Xpos; local
536 UINTN Xpos; local
1230 UINTN Xpos; local
[all...]
H A DFont.c297 UINT8 Xpos; local
324 for (Xpos = 0; Xpos < Width; Xpos++) {
325 if ((GlyphBuffer[Ypos] & (1 << (EFI_GLYPH_WIDTH - Xpos - 1))) != 0) {
326 Buffer[Ypos * ImageWidth + Xpos] = Foreground;
329 Buffer[Ypos * ImageWidth + Xpos] = Background;
379 UINT16 Xpos; local
420 for (Xpos = 0; Xpos < Cel
[all...]

Completed in 775 milliseconds