Searched refs:BITMAP_LEN_24_BIT (Results 1 – 2 of 2) sorted by relevance
135 BITMAP_LEN_24_BIT (Width, Height); in GetImageIdOrAddress()647 BITMAP_LEN_24_BIT (ImageIn->Width, ImageIn->Height); in HiiNewImage()1111 BITMAP_LEN_24_BIT (Width , Height); in HiiSetImage()1122 BITMAP_LEN_24_BIT (ImageIn->Width, ImageIn->Height); in HiiSetImage()
58 #define BITMAP_LEN_24_BIT(Width, Height) ((Width) * (Height) * 3) macro