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

/haiku/src/kits/shared/
H A DIconView.cpp31 fIconBitmap(NULL),
40 delete fIconBitmap;
41 fIconBitmap = NULL;
50 if (iconSize != fIconSize || fIconBitmap == NULL) {
56 delete fIconBitmap;
57 fIconBitmap = bitmap;
61 status_t status = fIconBitmap->InitCheck();
69 status = info.GetTrackerIcon(fIconBitmap,
70 (icon_size)fIconBitmap->Bounds().IntegerWidth());
74 if (!fIconBitmap
[all...]
/haiku/src/preferences/input/
H A DKeyboardView.h31 BBitmap *fIconBitmap; member in class:KeyboardView
H A DKeyboardView.cpp81 if (fIconBitmap != NULL) {
83 - fIconBitmap->Bounds().Height() / 3;
84 DrawBitmap(fIconBitmap, pt);
/haiku/src/apps/expander/
H A DPasswordAlert.cpp38 void SetBitmap(BBitmap* Icon) { fIconBitmap = Icon; }
39 BBitmap* Bitmap() { return fIconBitmap; }
42 BBitmap* fIconBitmap; member in class:TAlertView
191 fIconBitmap(NULL)
199 delete fIconBitmap;
207 if (fIconBitmap != NULL) {
214 DrawBitmapAsync(fIconBitmap, BPoint(18, 6));
/haiku/headers/private/shared/
H A DIconView.h39 BBitmap* fIconBitmap; member in class:IconView
/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp58 BBitmap* fIconBitmap; member in class:IconView
65 fIconBitmap(NULL)
67 fIconBitmap = new BBitmap(BRect(0, 0, iconSize - 1, iconSize - 1),
75 delete fIconBitmap;
82 return item->GetIcon(fIconBitmap, B_LARGE_ICON);
94 status_t status = mimeType.GetIcon(fIconBitmap, B_LARGE_ICON);
101 status = superType.GetIcon(fIconBitmap, B_LARGE_ICON);
113 if (genericType.GetIcon(fIconBitmap, B_LARGE_ICON) != B_OK) {
116 if (fIconBitmap->ColorSpace() == B_CMAP8)
119 memset(fIconBitmap
[all...]
/haiku/src/kits/interface/
H A DAlert.cpp63 { return fIconBitmap; }
66 BBitmap* fIconBitmap; member in class:TAlertView
663 fIconBitmap(NULL)
672 fIconBitmap(NULL)
679 delete fIconBitmap;
703 if (icon == NULL && fIconBitmap == NULL)
706 ASSERT(icon != fIconBitmap);
708 BBitmap* oldBitmap = fIconBitmap;
709 fIconBitmap = icon;
724 if (fIconBitmap !
[all...]
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp69 fIconBitmap(BRect(0, 0, 31, 31), 0, B_RGBA32),
79 fIconBitmap(BRect(0, 0, 31, 31), 0, B_RGBA32),
83 memset(fIconBitmap.Bits(), 0, fIconBitmap.BitsLength());
89 fIconBitmap(archive),
99 info.GetTrackerIcon(&fIconBitmap, B_LARGE_ICON);
118 return fIconBitmap.Archive(archive);
133 DrawBitmapAsync(&fIconBitmap);
138 return BSize(fIconBitmap.Bounds().Width(),
139 fIconBitmap
158 BBitmap fIconBitmap; member in class:IconView
[all...]
/haiku/src/preferences/filetypes/
H A DIconView.cpp556 fIconBitmap(NULL),
572 delete fIconBitmap;
763 else if (fIconBitmap != NULL)
764 DrawBitmap(fIconBitmap, BitmapRect());
847 } else if (fIconBitmap != NULL) {
863 bool hasIcon = fHasType ? fSource == kOwnIcon : fIconBitmap != NULL;
903 if (fTracking && !fDragging && fIconBitmap != NULL
923 BBitmap *dragBitmap = new BBitmap(fIconBitmap->Bounds(), B_RGBA32, true);
934 view->DrawBitmap(fIconBitmap);
1051 delete fIconBitmap;
[all...]
H A DIconView.h149 BBitmap* fIconBitmap; member in class:IconView

Completed in 90 milliseconds