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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DImage.c266 UINT16 Ypos; local
296 for (Ypos = 0; Ypos < Image->Height; Ypos++) {
297 OffsetY = BITMAP_LEN_1_BIT (Image->Width, Ypos);
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];
351 UINT16 Ypos; local
425 UINT16 Ypos; local
486 UINT16 Ypos; local
537 UINTN Ypos; local
1231 UINTN Ypos; local
[all...]
H A DFont.c298 UINT8 Ypos; local
323 for (Ypos = 0; Ypos < Height; Ypos++) {
325 if ((GlyphBuffer[Ypos] & (1 << (EFI_GLYPH_WIDTH - Xpos - 1))) != 0) {
326 Buffer[Ypos * ImageWidth + Xpos] = Foreground;
329 Buffer[Ypos * ImageWidth + Xpos] = Background;
380 UINT16 Ypos; local
414 for (Ypos = 0; Ypos < Cel
[all...]

Completed in 45 milliseconds