Home
last modified time | relevance | path

Searched refs:ImageWidth (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DFont.c290 IN UINT16 ImageWidth, in NarrowGlyphToBlt() argument
311 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() argument
399 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 …]
DImageEx.c397 Image->Width = ImageInfo->ImageWidth; in HiiGetImageInfo()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DHiiImageDecoder.h62 UINT16 ImageWidth; member