Searched refs:BITMAP_LEN_24_BIT (Results 1 – 2 of 2) sorted by relevance
117 BITMAP_LEN_24_BIT ( in GetImageIdOrAddress()653 BITMAP_LEN_24_BIT (Image->Width, Image->Height); in HiiNewImage()1105 BITMAP_LEN_24_BIT ( in HiiSetImage()1118 BITMAP_LEN_24_BIT (Image->Width, Image->Height); in HiiSetImage()
60 #define BITMAP_LEN_24_BIT(Width, Height) ((Width) * (Height) * 3) macro