Searched refs:BITMAP_LEN_4_BIT (Results 1 – 2 of 2) sorted by relevance
97 BITMAP_LEN_4_BIT ( in GetImageIdOrAddress()379 OffsetY = BITMAP_LEN_4_BIT (Image->Width, Ypos); in Output4bitPixel()1089 BITMAP_LEN_4_BIT ( in HiiSetImage()
58 #define BITMAP_LEN_4_BIT(Width, Height) (((Width) + 1) / 2 * (Height)) macro