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

/haiku/src/kits/interface/
H A DIcon.cpp359 BBitmap* normalBitmap = CreateBitmap(b, format, B_INACTIVE_ICON_BITMAP); local
360 if (normalBitmap == NULL)
388 uint8* nBits = normalBitmap != NULL ? (uint8*)normalBitmap->Bits() : NULL;
395 int32 nbpr = normalBitmap->BytesPerRow();

Completed in 39 milliseconds