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.c87 BITMAP_LEN_1_BIT ( in GetImageIdOrAddress()
290 OffsetY = BITMAP_LEN_1_BIT (Image->Width, Ypos); in Output1bitPixel()
1081 BITMAP_LEN_1_BIT ( in HiiSetImage()
DFont.c415 OffsetY = BITMAP_LEN_1_BIT (Cell->Width, Ypos); in GlyphToBlt()
789 BufferLen = BITMAP_LEN_1_BIT (LocalCell.Width, LocalCell.Height); in FindGlyphBlock()
820 BufferLen = BITMAP_LEN_1_BIT (Glyphs.Cell.Width, Glyphs.Cell.Height); in FindGlyphBlock()
850 BufferLen = BITMAP_LEN_1_BIT (DefaultCell.Width, DefaultCell.Height); in FindGlyphBlock()
880 BufferLen = BITMAP_LEN_1_BIT (DefaultCell.Width, DefaultCell.Height); in FindGlyphBlock()
DHiiDatabase.h57 #define BITMAP_LEN_1_BIT(Width, Height) (((Width) + 7) / 8 * (Height)) macro