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

/haiku-fatelf/src/apps/webpositive/support/
H A DIconButton.cpp42 fNormalBitmap(NULL),
99 BBitmap* bitmap = fNormalBitmap;
136 BBitmap* bitmap = fNormalBitmap;
289 minWidth += fNormalBitmap->Bounds().IntegerWidth() + 1.0;
290 minHeight += fNormalBitmap->Bounds().IntegerHeight() + 1.0;
551 if (fNormalBitmap == NULL)
554 uint8* bits = (uint8*)fNormalBitmap->Bits();
555 uint32 bpr = fNormalBitmap->BytesPerRow();
556 uint32 width = fNormalBitmap->Bounds().IntegerWidth() + 1;
557 uint32 height = fNormalBitmap
[all...]
H A DIconButton.h125 BBitmap* fNormalBitmap; member in class:IconButton
/haiku-fatelf/src/kits/shared/
H A DIconButton.cpp50 fNormalBitmap(NULL),
106 BBitmap* bitmap = fNormalBitmap;
228 minWidth += fNormalBitmap->Bounds().IntegerWidth() + 1.0f;
229 minHeight += fNormalBitmap->Bounds().IntegerHeight() + 1.0f;
516 if (fNormalBitmap == NULL)
519 uint8* bits = (uint8*)fNormalBitmap->Bits();
520 uint32 bpr = fNormalBitmap->BytesPerRow();
521 uint32 width = fNormalBitmap->Bounds().IntegerWidth() + 1;
522 uint32 height = fNormalBitmap->Bounds().IntegerHeight() + 1;
550 minInset = min_c(minInset, fNormalBitmap
[all...]
/haiku-fatelf/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-fatelf/headers/private/shared/
H A DIconButton.h103 BBitmap* fNormalBitmap; member in class:BPrivate::BIconButton

Completed in 124 milliseconds