Searched refs:ImageWidth (Results 1 – 3 of 3) sorted by relevance
290 IN UINT16 ImageWidth, in NarrowGlyphToBlt() argument311 Buffer = *Origin - EFI_GLYPH_HEIGHT * ImageWidth; in NarrowGlyphToBlt()326 Buffer[Ypos * ImageWidth + Xpos] = Foreground; in NarrowGlyphToBlt()329 Buffer[Ypos * ImageWidth + Xpos] = Background; in NarrowGlyphToBlt()369 IN UINT16 ImageWidth, in GlyphToBlt() argument399 BltBuffer = *Origin + Cell->OffsetX - (Cell->OffsetY + Cell->Height) * ImageWidth; 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()[all …]
397 Image->Width = ImageInfo->ImageWidth; in HiiGetImageInfo()
62 UINT16 ImageWidth; member