Searched refs:WidthBits (Results 1 – 1 of 1) sorted by relevance
28 ULONG WidthBits, WidthBytes; in GetBitmapSize() local30 WidthBits = pbih->biWidth * pbih->biBitCount * pbih->biPlanes; in GetBitmapSize()31 WidthBytes = ((WidthBits + 31) & ~ 31) >> 3; in GetBitmapSize()