Searched refs:fIcon (Results 1 - 25 of 67) sorted by last modified time

123

/haiku/src/apps/drivesetup/
H A DDiskView.cpp96 fIcon = new BBitmap(BRect(0, 0, 15, 15), B_RGBA32);
101 BIconUtils::GetVectorIcon(kLeaf, sizeof(kLeaf), fIcon);
103 BIconUtils::GetVectorIcon(kEncrypted, sizeof(kEncrypted), fIcon);
105 BIconUtils::GetVectorIcon(kReadOnly, sizeof(kReadOnly), fIcon);
107 BIconUtils::GetVectorIcon(kShared, sizeof(kShared), fIcon);
109 BIconUtils::GetVectorIcon(kFile, sizeof(kFile), fIcon);
111 delete fIcon;
112 fIcon = NULL;
188 if (fIcon && CountChildren() == 0) {
189 BPoint where = b.RightBottom() - BPoint(fIcon
309 BBitmap* fIcon; member in class:PartitionView
[all...]
/haiku/src/preferences/filetypes/
H A DIconView.h157 ::Icon* fIcon; member in class:IconView
H A DIconView.cpp560 fIcon(NULL),
909 ::Icon* icon = fIcon;
920 if (icon != fIcon)
1023 if (fIcon == icon)
1028 fIcon = icon;
1044 fIcon = NULL;
1081 } else if (fIcon != NULL) {
1083 if (fIcon->GetIcon(bitmap) != B_OK) {
1195 return fIcon;
1236 ::Icon* icon = fIcon;
[all...]
H A DApplicationTypeWindow.cpp92 ::Icon& Icon() { return fIcon; }
101 ::Icon fIcon; member in class:SupportedTypeItem
207 fIcon = *icon;
209 fIcon.Unset();
216 fIcon.SetTo(ref, type);
616 fIcon.SetTo(ref);
618 fIcon.Unset();
621 fIconView->SetTo(&fIcon);
750 fIcon.CopyTo(info, NULL, true);
H A DApplicationTypeWindow.h81 Icon fIcon; member in class:ApplicationTypeWindow
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp505 fIcon(NULL),
516 delete fIcon;
528 DrawBitmap(fIcon, fIcon->Bounds(), iconBounds,
591 miniIcon.ImportBits(fIcon);
611 BBitmap* iconClone = new BBitmap(fIcon);
621 delete fIcon;
623 fIcon = new BBitmap(icon);
626 fIcon = new BBitmap(BRect(0, 0, 15, 15), B_RGB32);
628 sizeof(kPlaceholderIcon), fIcon);
635 BBitmap* fIcon; member in class:URLInputGroup::PageIconView
[all...]
/haiku/src/preferences/keymap/
H A DStatusMenuField.h40 BBitmap* fIcon; member in class:StatusMenuItem
H A DStatusMenuField.cpp45 fIcon(NULL)
53 fIcon(NULL)
80 if (fIcon == NULL)
88 Menu()->DrawBitmapAsync(fIcon, IconRect().LeftTop());
113 return fIcon;
120 fIcon = icon;
/haiku/src/preferences/network/
H A DInterfaceListItem.cpp36 fIcon(NULL),
53 delete fIcon;
101 owner->DrawBitmapAsync(fIcon, iconPoint);
152 SetWidth(fIcon->Bounds().Width() + 36
156 SetHeight(std::max(2 * lineHeight + 4, fIcon->Bounds().Height() + 4));
231 fIcon = interfaceBitmap;
/haiku/src/apps/bootmanager/
H A DDrivesPage.cpp53 BBitmap* fIcon; member in class:DriveItem
78 fIcon = new BBitmap(BRect(BPoint(0, 0), be_control_look->ComposeIconSize(B_LARGE_ICON)),
80 if (device.GetIcon(fIcon, B_LARGE_ICON) != B_OK)
81 memset(fIcon->Bits(), 0, fIcon->BitsLength());
96 delete fIcon;
158 owner->DrawBitmap(fIcon);
161 owner->MovePenTo(frame.left + 8 + fIcon->Bounds().Width(),
173 BPoint namePosition(frame.left + 8 + fIcon->Bounds().Width(),
181 - (frame.left + 8 + fIcon
[all...]
/haiku/src/apps/deskbar/
H A DTeamMenuItem.cpp93 delete fIcon;
196 delete fIcon;
197 fIcon = icon;
285 if (fIcon != NULL) {
286 if (fIcon->ColorSpace() == B_RGBA32) {
292 BRect iconBounds = fIcon->Bounds();
308 menu->DrawBitmapAsync(fIcon, updateRect);
321 menu->DrawBitmapAsync(fIcon, updateRect);
499 fIcon = icon;
H A DTeamMenuItem.h80 BBitmap* Icon() const { return fIcon; };
108 BBitmap* fIcon; member in class:TTeamMenuItem
/haiku/src/apps/icon-o-matic/
H A DMainWindow.h110 Icon* fIcon; member in class:MainWindow
H A DMainWindow.cpp130 fIcon(NULL),
543 if (!fIcon || !fIcon->Shapes()->HasItem(shape))
926 if (fIcon == icon)
929 Icon* oldIcon = fIcon;
931 fIcon = icon;
933 if (fIcon != NULL)
934 fIcon->AcquireReference();
938 fCanvasView->SetIcon(fIcon);
940 fPathListView->SetPathContainer(fIcon !
[all...]
H A DCanvasView.cpp33 fIcon(NULL),
305 if (fIcon == icon)
308 if (fIcon)
309 fIcon->RemoveListener(this);
311 fIcon = icon;
314 if (fIcon)
315 fIcon->AddListener(this);
536 if (fIcon) {
/haiku/src/libs/icon/
H A DIconRenderer.h96 const Icon* fIcon; member in class:IconRenderer
H A DIconRenderer.cpp401 fIcon(NULL),
437 if (fIcon == icon)
440 fIcon = icon;
537 if (!fIcon)
560 int32 shapeCount = fIcon->Shapes()->CountItems();
563 Shape* shape = fIcon->Shapes()->ItemAtFast(i);
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp59 Icon *fIcon; member in class:ShapeIterator
72 fIcon = icon;
176 fIcon->Paths()->AddItem(fPath);
/haiku/src/apps/icon-o-matic/document/
H A DDocument.cpp30 fIcon(new (nothrow) _ICON_NAMESPACE Icon()),
46 fIcon->ReleaseReference();
89 if (fIcon == icon)
92 fIcon->ReleaseReference();
94 fIcon = icon;
105 fIcon->MakeEmpty();
119 return fIcon->Styles()->CountItems() == 0
120 && fIcon->Paths()->CountItems() == 0
121 && fIcon->Shapes()->CountItems() == 0;
/haiku/src/kits/interface/
H A DAboutWindow.cpp60 BBitmap* Icon() const { return fIcon; };
64 BBitmap* fIcon; member in class:BPrivate::StripeView
105 fIcon(icon)
126 if (fIcon == NULL)
139 DrawBitmapAsync(fIcon, BPoint(15.0f, 10.0f));
146 if (fIcon != NULL)
147 delete fIcon;
149 fIcon = icon;
/haiku/src/apps/icon-o-matic/gui/
H A DIconView.cpp21 fIcon(NULL),
95 if (fIcon == icon)
98 if (fIcon)
99 fIcon->RemoveListener(this);
101 fIcon = icon;
104 if (fIcon)
105 fIcon->AddListener(this);
/haiku/src/apps/processcontroller/
H A DIconMenuItem.cpp16 fIcon(icon),
26 fIcon(icon),
36 delete fIcon;
44 delete fIcon;
47 fIcon = icon;
76 if (fIcon == NULL)
82 loc.y = frame.top + (frame.bottom - frame.top - fIcon->Bounds().Height()) / 2;
86 if (fIcon->ColorSpace() == B_RGBA32) {
92 menu->DrawBitmap(fIcon, loc);
102 if (fIcon
[all...]
H A DIconMenuItem.h32 BBitmap* fIcon; member in class:IconMenuItem
/haiku/src/apps/webpositive/tabview/
H A DTabManager.cpp454 BBitmap* fIcon; member in class:WebTabView
464 fIcon(NULL),
474 delete fIcon;
488 if (fIcon)
502 if (fIcon != NULL) {
505 if (iconBounds.Contains(fIcon->Bounds()))
506 iconBounds = fIcon->Bounds();
512 while ((fIcon->Bounds().Width() + 1) / scale > kIconSize)
514 if ((fIcon->Bounds().Width() + 1) / scale >= kIconSize - 4
515 && (fIcon
[all...]
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp151 BBitmap* fIcon; member in class:MediaReplicant
204 delete fIcon;
246 DrawBitmap(fMuted ? fMutedIcon : fIcon);
566 fIcon = _LoadIcon(resources, "Speaker");

Completed in 136 milliseconds

123