Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DImage.c106 BITMAP_LEN_1_BIT (Iibt1bit.Bitmap.Width, Iibt1bit.Bitmap.Height); in GetImageIdOrAddress()
294 OffsetY = BITMAP_LEN_1_BIT (Image->Width, Ypos); in Output1bitPixel()
1088 BITMAP_LEN_1_BIT (Iibt1bit.Bitmap.Width, Iibt1bit.Bitmap.Height); in HiiSetImage()
DFont.c415 OffsetY = BITMAP_LEN_1_BIT (Cell->Width, Ypos); in GlyphToBlt()
793 BufferLen = BITMAP_LEN_1_BIT (LocalCell.Width, LocalCell.Height); in FindGlyphBlock()
824 BufferLen = BITMAP_LEN_1_BIT (Glyphs.Cell.Width, Glyphs.Cell.Height); in FindGlyphBlock()
846 BufferLen = BITMAP_LEN_1_BIT (DefaultCell.Width, DefaultCell.Height); in FindGlyphBlock()
868 BufferLen = BITMAP_LEN_1_BIT (DefaultCell.Width, DefaultCell.Height); in FindGlyphBlock()
DHiiDatabase.h55 #define BITMAP_LEN_1_BIT(Width, Height) (((Width) + 7) / 8 * (Height)) macro