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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DImage.c109 BITMAP_LEN_1_BIT (Iibt1bit.Bitmap.Width, Iibt1bit.Bitmap.Height);
297 OffsetY = BITMAP_LEN_1_BIT (Image->Width, Ypos);
1096 BITMAP_LEN_1_BIT (Iibt1bit.Bitmap.Width, Iibt1bit.Bitmap.Height);
H A DFont.c415 OffsetY = BITMAP_LEN_1_BIT (Cell->Width, Ypos);
793 BufferLen = BITMAP_LEN_1_BIT (LocalCell.Width, LocalCell.Height);
824 BufferLen = BITMAP_LEN_1_BIT (Glyphs.Cell.Width, Glyphs.Cell.Height);
846 BufferLen = BITMAP_LEN_1_BIT (DefaultCell.Width, DefaultCell.Height);
868 BufferLen = BITMAP_LEN_1_BIT (DefaultCell.Width, DefaultCell.Height);
H A DHiiDatabase.h54 #define BITMAP_LEN_1_BIT(Width, Height) (((Width) + 7) / 8 * (Height)) macro

Completed in 67 milliseconds