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

/haiku/src/bin/
H A Dsetmime.cpp511 BBitmap* fBigIcon; member in class:MimeType
541 fBigIcon(NULL),
565 delete fBigIcon;
723 delete fBigIcon;
724 fBigIcon = NULL;
767 if (fBigIcon == NULL)
768 fBigIcon = new BBitmap(rect, B_COLOR_8_BIT);
769 bits = (uint8*) fBigIcon->Bits();
796 SetIcon(iconSize == B_MINI_ICON ? fSmallIcon : fBigIcon,
860 fBigIcon
[all...]

Completed in 29 milliseconds