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

/haiku/src/kits/shared/
H A DIconButton.cpp50 fNormalBitmap(NULL),
101 BBitmap* bitmap = fNormalBitmap;
223 minWidth += fNormalBitmap->Bounds().IntegerWidth() + 1.0f;
224 minHeight += fNormalBitmap->Bounds().IntegerHeight() + 1.0f;
512 if (fNormalBitmap == NULL)
515 uint8* bits = (uint8*)fNormalBitmap->Bits();
516 uint32 bpr = fNormalBitmap->BytesPerRow();
517 uint32 width = fNormalBitmap->Bounds().IntegerWidth() + 1;
518 uint32 height = fNormalBitmap->Bounds().IntegerHeight() + 1;
546 minInset = min_c(minInset, fNormalBitmap
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp36 fNormalBitmap(NULL),
83 BBitmap* bitmap = fNormalBitmap;
262 minWidth += fNormalBitmap->Bounds().IntegerWidth() + 1.0;
263 minHeight += fNormalBitmap->Bounds().IntegerHeight() + 1.0;
472 if (fNormalBitmap && fNormalBitmap->IsValid()) {
473 bitmap = new(nothrow) BBitmap(fNormalBitmap);
535 return (fNormalBitmap && fDisabledBitmap && fClickedBitmap && fDisabledClickedBitmap
536 && fNormalBitmap->IsValid()
609 fNormalBitmap
[all...]
H A DIconButton.h122 BBitmap* fNormalBitmap; member in class:IconButton
/haiku/headers/private/shared/
H A DIconButton.h104 BBitmap* fNormalBitmap; member in class:BPrivate::BIconButton

Completed in 49 milliseconds