Lines Matching refs:Ypos
298 UINT8 Ypos; in NarrowGlyphToBlt() local
323 for (Ypos = 0; Ypos < Height; Ypos++) { in NarrowGlyphToBlt()
325 if ((GlyphBuffer[Ypos] & (1 << (EFI_GLYPH_WIDTH - Xpos - 1))) != 0) { in NarrowGlyphToBlt()
326 Buffer[Ypos * ImageWidth + Xpos] = Foreground; in NarrowGlyphToBlt()
329 Buffer[Ypos * ImageWidth + Xpos] = Background; in NarrowGlyphToBlt()
380 UINT16 Ypos; in GlyphToBlt() local
414 for (Ypos = 0; Ypos < Cell->Height && ((UINTN) (Ypos + YposOffset) < RowHeight); Ypos++) { in GlyphToBlt()
415 OffsetY = BITMAP_LEN_1_BIT (Cell->Width, Ypos); in GlyphToBlt()
424 BltBuffer[Ypos * ImageWidth + Xpos * 8 + Index] = Foreground; in GlyphToBlt()
427 BltBuffer[Ypos * ImageWidth + Xpos * 8 + Index] = Background; in GlyphToBlt()
440 BltBuffer[Ypos * ImageWidth + Xpos * 8 + Index] = Foreground; in GlyphToBlt()
443 BltBuffer[Ypos * ImageWidth + Xpos * 8 + Index] = Background; in GlyphToBlt()