Symbol: fIcon
headers/os/interface/Control.h
109
BPrivate::BIcon* fIcon;
headers/private/bluetooth/ConnectionView.h
34
BluetoothIconView* fIcon;
headers/private/bluetooth/PincodeWindow.h
50
BluetoothIconView* fIcon;
headers/private/shared/StripeView.h
32
BBitmap fIcon;
src/apps/bootmanager/DrivesPage.cpp
158
owner->DrawBitmap(fIcon);
src/apps/bootmanager/DrivesPage.cpp
161
owner->MovePenTo(frame.left + 8 + fIcon->Bounds().Width(),
src/apps/bootmanager/DrivesPage.cpp
173
BPoint namePosition(frame.left + 8 + fIcon->Bounds().Width(),
src/apps/bootmanager/DrivesPage.cpp
181
- (frame.left + 8 + fIcon->Bounds().Width()) - nameWidth
src/apps/bootmanager/DrivesPage.cpp
53
BBitmap* fIcon;
src/apps/bootmanager/DrivesPage.cpp
78
fIcon = new BBitmap(BRect(BPoint(0, 0), be_control_look->ComposeIconSize(B_LARGE_ICON)),
src/apps/bootmanager/DrivesPage.cpp
80
if (device.GetIcon(fIcon, B_LARGE_ICON) != B_OK)
src/apps/bootmanager/DrivesPage.cpp
81
memset(fIcon->Bits(), 0, fIcon->BitsLength());
src/apps/bootmanager/DrivesPage.cpp
96
delete fIcon;
src/apps/deskbar/BarMenuTitle.cpp
132
BRect iconRect(fIcon->Bounds().OffsetToCopy(frame.LeftTop()));
src/apps/deskbar/BarMenuTitle.cpp
152
menu->DrawBitmapAsync(fIcon, iconRect);
src/apps/deskbar/BarMenuTitle.cpp
56
fIcon(icon),
src/apps/deskbar/BarMenuTitle.cpp
61
if (fIcon == NULL || fMenu == NULL || fBarView == NULL)
src/apps/deskbar/BarMenuTitle.h
67
const BBitmap* fIcon;
src/apps/deskbar/TeamMenuItem.cpp
196
delete fIcon;
src/apps/deskbar/TeamMenuItem.cpp
197
fIcon = icon;
src/apps/deskbar/TeamMenuItem.cpp
285
if (fIcon != NULL) {
src/apps/deskbar/TeamMenuItem.cpp
286
if (fIcon->ColorSpace() == B_RGBA32) {
src/apps/deskbar/TeamMenuItem.cpp
292
BRect iconBounds = fIcon->Bounds();
src/apps/deskbar/TeamMenuItem.cpp
308
menu->DrawBitmapAsync(fIcon, updateRect);
src/apps/deskbar/TeamMenuItem.cpp
321
menu->DrawBitmapAsync(fIcon, updateRect);
src/apps/deskbar/TeamMenuItem.cpp
499
fIcon = icon;
src/apps/deskbar/TeamMenuItem.cpp
93
delete fIcon;
src/apps/deskbar/TeamMenuItem.h
108
BBitmap* fIcon;
src/apps/deskbar/TeamMenuItem.h
80
BBitmap* Icon() const { return fIcon; };
src/apps/diskusage/ControlsView.cpp
111
delete fIcon;
src/apps/diskusage/ControlsView.cpp
47
BBitmap* fIcon;
src/apps/diskusage/ControlsView.cpp
55
fIcon(new BBitmap(BRect(0, 0, 15, 15), B_RGBA32)),
src/apps/diskusage/ControlsView.cpp
58
if (fVolume->GetIcon(fIcon, B_MINI_ICON) < B_OK) {
src/apps/diskusage/ControlsView.cpp
59
delete fIcon;
src/apps/diskusage/ControlsView.cpp
60
fIcon = NULL;
src/apps/diskusage/ControlsView.cpp
68
if (fIcon != NULL)
src/apps/diskusage/ControlsView.cpp
70
return fIcon->Bounds().Width() + kSmallHMargin;
src/apps/diskusage/ControlsView.cpp
80
if (fIcon != NULL) {
src/apps/diskusage/ControlsView.cpp
82
(frame.top + frame.bottom - fIcon->Bounds().Height()) / 2.0);
src/apps/diskusage/ControlsView.cpp
83
owner->DrawBitmap(fIcon);
src/apps/diskusage/InfoWindow.cpp
47
delete fIcon;
src/apps/diskusage/InfoWindow.cpp
58
DrawBitmap(fIcon, iconRect);
src/apps/diskusage/InfoWindow.h
26
BBitmap* fIcon;
src/apps/diskusage/PieView.cpp
105
*_width += fIcon->Bounds().Width();
src/apps/diskusage/PieView.cpp
107
*_height = max_c(*_height, fIcon->Bounds().Height());
src/apps/diskusage/PieView.cpp
116
yOffset = (height - fIcon->Bounds().Height()) / 2;
src/apps/diskusage/PieView.cpp
119
Menu()->DrawBitmap(fIcon);
src/apps/diskusage/PieView.cpp
120
Menu()->MovePenBy(fIcon->Bounds().Width() + kSmallHMargin, -yOffset);
src/apps/diskusage/PieView.cpp
66
BBitmap* fIcon;
src/apps/diskusage/PieView.cpp
76
fIcon(NULL),
src/apps/diskusage/PieView.cpp
80
fIcon = new BBitmap(BRect(0.0, 0.0, 15.0, 15.0), B_RGBA32);
src/apps/diskusage/PieView.cpp
81
if (BNodeInfo::GetTrackerIcon(&fAppRef, fIcon, B_MINI_ICON) == B_OK) {
src/apps/diskusage/PieView.cpp
96
delete fIcon;
src/apps/drivesetup/DiskView.cpp
101
BIconUtils::GetVectorIcon(kLeaf, sizeof(kLeaf), fIcon);
src/apps/drivesetup/DiskView.cpp
103
BIconUtils::GetVectorIcon(kEncrypted, sizeof(kEncrypted), fIcon);
src/apps/drivesetup/DiskView.cpp
105
BIconUtils::GetVectorIcon(kReadOnly, sizeof(kReadOnly), fIcon);
src/apps/drivesetup/DiskView.cpp
107
BIconUtils::GetVectorIcon(kShared, sizeof(kShared), fIcon);
src/apps/drivesetup/DiskView.cpp
109
BIconUtils::GetVectorIcon(kFile, sizeof(kFile), fIcon);
src/apps/drivesetup/DiskView.cpp
111
delete fIcon;
src/apps/drivesetup/DiskView.cpp
112
fIcon = NULL;
src/apps/drivesetup/DiskView.cpp
188
if (fIcon && CountChildren() == 0) {
src/apps/drivesetup/DiskView.cpp
189
BPoint where = b.RightBottom() - BPoint(fIcon->Bounds().Width(),
src/apps/drivesetup/DiskView.cpp
190
fIcon->Bounds().Height());
src/apps/drivesetup/DiskView.cpp
192
DrawBitmap(fIcon, where);
src/apps/drivesetup/DiskView.cpp
309
BBitmap* fIcon;
src/apps/drivesetup/DiskView.cpp
96
fIcon = new BBitmap(BRect(0, 0, 15, 15), B_RGBA32);
src/apps/icon-o-matic/CanvasView.cpp
305
if (fIcon == icon)
src/apps/icon-o-matic/CanvasView.cpp
308
if (fIcon)
src/apps/icon-o-matic/CanvasView.cpp
309
fIcon->RemoveListener(this);
src/apps/icon-o-matic/CanvasView.cpp
311
fIcon = icon;
src/apps/icon-o-matic/CanvasView.cpp
314
if (fIcon)
src/apps/icon-o-matic/CanvasView.cpp
315
fIcon->AddListener(this);
src/apps/icon-o-matic/CanvasView.cpp
33
fIcon(NULL),
src/apps/icon-o-matic/CanvasView.cpp
536
if (fIcon) {
src/apps/icon-o-matic/CanvasView.h
107
Icon* fIcon;
src/apps/icon-o-matic/MainWindow.cpp
130
fIcon(NULL),
src/apps/icon-o-matic/MainWindow.cpp
553
if (!fIcon || !fIcon->Shapes()->HasItem(shape))
src/apps/icon-o-matic/MainWindow.cpp
936
if (fIcon == icon)
src/apps/icon-o-matic/MainWindow.cpp
939
Icon* oldIcon = fIcon;
src/apps/icon-o-matic/MainWindow.cpp
941
fIcon = icon;
src/apps/icon-o-matic/MainWindow.cpp
943
if (fIcon != NULL)
src/apps/icon-o-matic/MainWindow.cpp
944
fIcon->AcquireReference();
src/apps/icon-o-matic/MainWindow.cpp
948
fCanvasView->SetIcon(fIcon);
src/apps/icon-o-matic/MainWindow.cpp
950
fPathListView->SetPathContainer(fIcon != NULL ? fIcon->Paths() : NULL);
src/apps/icon-o-matic/MainWindow.cpp
951
fPathListView->SetShapeContainer(fIcon != NULL ? fIcon->Shapes() : NULL);
src/apps/icon-o-matic/MainWindow.cpp
953
fStyleListView->SetStyleContainer(fIcon != NULL ? fIcon->Styles() : NULL);
src/apps/icon-o-matic/MainWindow.cpp
954
fStyleListView->SetShapeContainer(fIcon != NULL ? fIcon->Shapes() : NULL);
src/apps/icon-o-matic/MainWindow.cpp
956
fShapeListView->SetShapeContainer(fIcon != NULL ? fIcon->Shapes() : NULL);
src/apps/icon-o-matic/MainWindow.cpp
957
fShapeListView->SetStyleContainer(fIcon != NULL ? fIcon->Styles() : NULL);
src/apps/icon-o-matic/MainWindow.cpp
958
fShapeListView->SetPathContainer(fIcon != NULL ? fIcon->Paths() : NULL);
src/apps/icon-o-matic/MainWindow.cpp
961
fIconPreview16Folder->SetIcon(fIcon);
src/apps/icon-o-matic/MainWindow.cpp
962
fIconPreview16Menu->SetIcon(fIcon);
src/apps/icon-o-matic/MainWindow.cpp
963
fIconPreview32Folder->SetIcon(fIcon);
src/apps/icon-o-matic/MainWindow.cpp
964
fIconPreview32Desktop->SetIcon(fIcon);
src/apps/icon-o-matic/MainWindow.cpp
966
fIconPreview64->SetIcon(fIcon);
src/apps/icon-o-matic/MainWindow.h
110
Icon* fIcon;
src/apps/icon-o-matic/document/Document.cpp
105
fIcon->MakeEmpty();
src/apps/icon-o-matic/document/Document.cpp
119
return fIcon->Styles()->CountItems() == 0
src/apps/icon-o-matic/document/Document.cpp
120
&& fIcon->Paths()->CountItems() == 0
src/apps/icon-o-matic/document/Document.cpp
121
&& fIcon->Shapes()->CountItems() == 0;
src/apps/icon-o-matic/document/Document.cpp
30
fIcon(new (nothrow) _ICON_NAMESPACE Icon()),
src/apps/icon-o-matic/document/Document.cpp
46
fIcon->ReleaseReference();
src/apps/icon-o-matic/document/Document.cpp
89
if (fIcon == icon)
src/apps/icon-o-matic/document/Document.cpp
92
fIcon->ReleaseReference();
src/apps/icon-o-matic/document/Document.cpp
94
fIcon = icon;
src/apps/icon-o-matic/document/Document.h
54
{ return fIcon; }
src/apps/icon-o-matic/document/Document.h
61
_ICON_NAMESPACE Icon* fIcon;
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
26
fIcon(icon),
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.cpp
37
fIcon(other.fIcon),
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.h
50
const uchar* Icon() const { return fIcon; }
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.h
57
const uchar* fIcon;
src/apps/icon-o-matic/generic/property/view/specific_properties/IconValueView.cpp
107
delete fIcon;
src/apps/icon-o-matic/generic/property/view/specific_properties/IconValueView.cpp
108
fIcon = new BBitmap(BRect(0.0, 0.0, width - 1.0, height - 1.0), format);
src/apps/icon-o-matic/generic/property/view/specific_properties/IconValueView.cpp
109
status = fIcon ? fIcon->InitCheck() : B_ERROR;
src/apps/icon-o-matic/generic/property/view/specific_properties/IconValueView.cpp
114
memcpy(fIcon->Bits(), bitsFromQuickRes, fIcon->BitsLength());
src/apps/icon-o-matic/generic/property/view/specific_properties/IconValueView.cpp
116
delete fIcon;
src/apps/icon-o-matic/generic/property/view/specific_properties/IconValueView.cpp
117
fIcon = NULL;
src/apps/icon-o-matic/generic/property/view/specific_properties/IconValueView.cpp
31
delete fIcon;
src/apps/icon-o-matic/generic/property/view/specific_properties/IconValueView.cpp
41
if (fIcon) {
src/apps/icon-o-matic/generic/property/view/specific_properties/IconValueView.cpp
44
r = fIcon->Bounds();
src/apps/icon-o-matic/generic/property/view/specific_properties/IconValueView.cpp
47
if (fIcon->ColorSpace() == B_RGBA32 || fIcon->ColorSpace() == B_RGBA32_BIG) {
src/apps/icon-o-matic/generic/property/view/specific_properties/IconValueView.cpp
64
if (fIcon) {
src/apps/icon-o-matic/generic/property/view/specific_properties/IconValueView.cpp
65
DrawBitmap(fIcon, r.LeftTop());
src/apps/icon-o-matic/generic/property/view/specific_properties/IconValueView.h
38
BBitmap* fIcon;
src/apps/icon-o-matic/gui/IconView.cpp
101
fIcon = icon;
src/apps/icon-o-matic/gui/IconView.cpp
104
if (fIcon)
src/apps/icon-o-matic/gui/IconView.cpp
105
fIcon->AddListener(this);
src/apps/icon-o-matic/gui/IconView.cpp
21
fIcon(NULL),
src/apps/icon-o-matic/gui/IconView.cpp
95
if (fIcon == icon)
src/apps/icon-o-matic/gui/IconView.cpp
98
if (fIcon)
src/apps/icon-o-matic/gui/IconView.cpp
99
fIcon->RemoveListener(this);
src/apps/icon-o-matic/gui/IconView.h
44
Icon* fIcon;
src/apps/icon-o-matic/import_export/styled_text/StyledTextImporter.cpp
176
fIcon->Paths()->AddItem(fPath);
src/apps/icon-o-matic/import_export/styled_text/StyledTextImporter.cpp
59
Icon *fIcon;
src/apps/icon-o-matic/import_export/styled_text/StyledTextImporter.cpp
72
fIcon = icon;
src/apps/installer/PackageViews.cpp
49
delete fIcon;
src/apps/installer/PackageViews.h
47
{ delete fIcon; fIcon = icon; }
src/apps/installer/PackageViews.h
63
{ return fIcon; }
src/apps/installer/PackageViews.h
76
BBitmap* fIcon;
src/apps/patchbay/EndpointInfo.cpp
55
fIcon = CreateIcon(&msg, DISPLAY_ICON_SIZE);
src/apps/patchbay/EndpointInfo.cpp
67
fIcon = (info.fIcon) ? new BBitmap(info.fIcon) : NULL;
src/apps/patchbay/EndpointInfo.cpp
76
delete fIcon;
src/apps/patchbay/EndpointInfo.cpp
77
fIcon = (info.fIcon) ? new BBitmap(info.fIcon) : NULL;
src/apps/patchbay/EndpointInfo.cpp
85
delete fIcon;
src/apps/patchbay/EndpointInfo.cpp
92
delete fIcon;
src/apps/patchbay/EndpointInfo.cpp
93
fIcon = CreateIcon(props, DISPLAY_ICON_SIZE);
src/apps/patchbay/EndpointInfo.h
42
return fIcon;
src/apps/patchbay/EndpointInfo.h
48
BBitmap* fIcon;
src/apps/processcontroller/IconMenuItem.cpp
102
if (fIcon == NULL)
src/apps/processcontroller/IconMenuItem.cpp
105
const float limit = ceilf(fIcon->Bounds().Height() +
src/apps/processcontroller/IconMenuItem.cpp
110
*width += fIcon->Bounds().Width() + be_control_look->DefaultLabelSpacing();
src/apps/processcontroller/IconMenuItem.cpp
112
*width = fIcon->Bounds().Width() + 1;
src/apps/processcontroller/IconMenuItem.cpp
16
fIcon(icon),
src/apps/processcontroller/IconMenuItem.cpp
26
fIcon(icon),
src/apps/processcontroller/IconMenuItem.cpp
36
delete fIcon;
src/apps/processcontroller/IconMenuItem.cpp
44
delete fIcon;
src/apps/processcontroller/IconMenuItem.cpp
47
fIcon = icon;
src/apps/processcontroller/IconMenuItem.cpp
76
if (fIcon == NULL)
src/apps/processcontroller/IconMenuItem.cpp
82
loc.y = frame.top + (frame.bottom - frame.top - fIcon->Bounds().Height()) / 2;
src/apps/processcontroller/IconMenuItem.cpp
86
if (fIcon->ColorSpace() == B_RGBA32) {
src/apps/processcontroller/IconMenuItem.cpp
92
menu->DrawBitmap(fIcon, loc);
src/apps/processcontroller/IconMenuItem.h
32
BBitmap* fIcon;
src/apps/webpositive/URLInputGroup.cpp
505
fIcon(NULL),
src/apps/webpositive/URLInputGroup.cpp
516
delete fIcon;
src/apps/webpositive/URLInputGroup.cpp
528
DrawBitmap(fIcon, fIcon->Bounds(), iconBounds,
src/apps/webpositive/URLInputGroup.cpp
591
miniIcon.ImportBits(fIcon);
src/apps/webpositive/URLInputGroup.cpp
611
BBitmap* iconClone = new BBitmap(fIcon);
src/apps/webpositive/URLInputGroup.cpp
621
delete fIcon;
src/apps/webpositive/URLInputGroup.cpp
623
fIcon = new BBitmap(icon);
src/apps/webpositive/URLInputGroup.cpp
626
fIcon = new BBitmap(BRect(0, 0, 15, 15), B_RGB32);
src/apps/webpositive/URLInputGroup.cpp
628
sizeof(kPlaceholderIcon), fIcon);
src/apps/webpositive/URLInputGroup.cpp
635
BBitmap* fIcon;
src/apps/webpositive/tabview/TabManager.cpp
443
BBitmap* fIcon;
src/apps/webpositive/tabview/TabManager.cpp
453
fIcon(NULL),
src/apps/webpositive/tabview/TabManager.cpp
463
delete fIcon;
src/apps/webpositive/tabview/TabManager.cpp
477
if (fIcon)
src/apps/webpositive/tabview/TabManager.cpp
490
if (fIcon != NULL) {
src/apps/webpositive/tabview/TabManager.cpp
493
if (iconBounds.Contains(fIcon->Bounds()))
src/apps/webpositive/tabview/TabManager.cpp
494
iconBounds = fIcon->Bounds();
src/apps/webpositive/tabview/TabManager.cpp
500
while ((fIcon->Bounds().Width() + 1) / scale > kIconSize)
src/apps/webpositive/tabview/TabManager.cpp
502
if ((fIcon->Bounds().Width() + 1) / scale >= kIconSize - 4
src/apps/webpositive/tabview/TabManager.cpp
503
&& (fIcon->Bounds().Height() + 1) / scale >= kIconSize - 4
src/apps/webpositive/tabview/TabManager.cpp
504
&& (fIcon->Bounds().Height() + 1) / scale <= kIconSize) {
src/apps/webpositive/tabview/TabManager.cpp
505
iconBounds.right = (fIcon->Bounds().Width() + 1) / scale - 1;
src/apps/webpositive/tabview/TabManager.cpp
506
iconBounds.bottom = (fIcon->Bounds().Height() + 1) / scale - 1;
src/apps/webpositive/tabview/TabManager.cpp
516
owner->DrawBitmap(fIcon, fIcon->Bounds(), iconBounds,
src/apps/webpositive/tabview/TabManager.cpp
583
delete fIcon;
src/apps/webpositive/tabview/TabManager.cpp
585
fIcon = new BBitmap(icon);
src/apps/webpositive/tabview/TabManager.cpp
587
fIcon = NULL;
src/bin/alert.cpp
100
fIcon = B_IDEA_ALERT;
src/bin/alert.cpp
103
fIcon = B_WARNING_ALERT;
src/bin/alert.cpp
106
fIcon = B_STOP_ALERT;
src/bin/alert.cpp
207
B_WIDTH_AS_USUAL, fIcon);
src/bin/alert.cpp
45
alert_type fIcon;
src/bin/alert.cpp
59
fIcon(B_INFO_ALERT),
src/bin/alert.cpp
94
fIcon = B_EMPTY_ALERT;
src/bin/alert.cpp
97
fIcon = B_INFO_ALERT;
src/bin/desklink/MediaReplicant.cpp
151
BBitmap* fIcon;
src/bin/desklink/MediaReplicant.cpp
204
delete fIcon;
src/bin/desklink/MediaReplicant.cpp
246
DrawBitmap(fMuted ? fMutedIcon : fIcon);
src/bin/desklink/MediaReplicant.cpp
566
fIcon = _LoadIcon(resources, "Speaker");
src/kits/bluetooth/UI/ConnectionView.cpp
22
fIcon = new BluetoothIconView();
src/kits/bluetooth/UI/ConnectionView.cpp
43
.Add(fIcon)
src/kits/bluetooth/UI/PincodeWindow.cpp
112
.Add(fIcon)
src/kits/bluetooth/UI/PincodeWindow.cpp
84
fIcon = new BluetoothIconView();
src/kits/interface/AboutWindow.cpp
126
if (fIcon == NULL)
src/kits/interface/AboutWindow.cpp
139
DrawBitmapAsync(fIcon, BPoint(15.0f, 10.0f));
src/kits/interface/AboutWindow.cpp
146
if (fIcon != NULL)
src/kits/interface/AboutWindow.cpp
147
delete fIcon;
src/kits/interface/AboutWindow.cpp
149
fIcon = icon;
src/kits/interface/AboutWindow.cpp
60
BBitmap* Icon() const { return fIcon; };
src/kits/interface/AboutWindow.cpp
64
BBitmap* fIcon;
src/kits/interface/Control.cpp
520
status_t error = BIcon::UpdateIcon(bitmap, flags, fIcon);
src/kits/interface/Control.cpp
534
status_t error = BIcon::SetIconBitmap(bitmap, which, flags, fIcon);
src/kits/interface/Control.cpp
548
return fIcon != NULL ? fIcon->Bitmap(which) : NULL;
src/kits/interface/Control.cpp
610
fIcon = NULL;
src/kits/interface/Control.cpp
79
delete fIcon;
src/kits/shared/StripeView.cpp
24
fIcon(icon),
src/kits/shared/StripeView.cpp
31
if (fIcon.IsValid()) {
src/kits/shared/StripeView.cpp
32
fIconSize = fIcon.Bounds().Width();
src/kits/shared/StripeView.cpp
35
fPreferredWidth = 18 * scale + fIcon.Bounds().Width();
src/kits/shared/StripeView.cpp
36
fPreferredHeight = 6 * scale + fIcon.Bounds().Height();
src/kits/shared/StripeView.cpp
58
DrawBitmapAsync(&fIcon, BPoint(18 * iconLayoutScale,
src/kits/tracker/infowindow/HeaderView.h
96
BBitmap* fIcon;
src/libs/icon/IconRenderer.cpp
401
fIcon(NULL),
src/libs/icon/IconRenderer.cpp
437
if (fIcon == icon)
src/libs/icon/IconRenderer.cpp
440
fIcon = icon;
src/libs/icon/IconRenderer.cpp
537
if (!fIcon)
src/libs/icon/IconRenderer.cpp
560
int32 shapeCount = fIcon->Shapes()->CountItems();
src/libs/icon/IconRenderer.cpp
563
Shape* shape = fIcon->Shapes()->ItemAtFast(i);
src/libs/icon/IconRenderer.h
96
const Icon* fIcon;
src/preferences/bluetooth/BluetoothDeviceView.cpp
112
bDevice->GetDeviceClass().Draw(fIcon, BPoint(Bounds().left, Bounds().top));
src/preferences/bluetooth/BluetoothDeviceView.cpp
61
fIcon = new BView(BRect(0, 0, 32 - 1, 32 - 1), "Icon", B_FOLLOW_ALL,
src/preferences/bluetooth/BluetoothDeviceView.cpp
63
fIcon->SetViewUIColor(B_PANEL_BACKGROUND_COLOR);
src/preferences/bluetooth/BluetoothDeviceView.cpp
69
.Add(fIcon)
src/preferences/bluetooth/BluetoothDeviceView.h
48
BView* fIcon;
src/preferences/filetypes/ApplicationTypeWindow.cpp
101
::Icon fIcon;
src/preferences/filetypes/ApplicationTypeWindow.cpp
207
fIcon = *icon;
src/preferences/filetypes/ApplicationTypeWindow.cpp
209
fIcon.Unset();
src/preferences/filetypes/ApplicationTypeWindow.cpp
216
fIcon.SetTo(ref, type);
src/preferences/filetypes/ApplicationTypeWindow.cpp
616
fIcon.SetTo(ref);
src/preferences/filetypes/ApplicationTypeWindow.cpp
618
fIcon.Unset();
src/preferences/filetypes/ApplicationTypeWindow.cpp
621
fIconView->SetTo(&fIcon);
src/preferences/filetypes/ApplicationTypeWindow.cpp
750
fIcon.CopyTo(info, NULL, true);
src/preferences/filetypes/ApplicationTypeWindow.cpp
92
::Icon& Icon() { return fIcon; }
src/preferences/filetypes/ApplicationTypeWindow.h
81
Icon fIcon;
src/preferences/filetypes/IconView.cpp
1023
if (fIcon == icon)
src/preferences/filetypes/IconView.cpp
1028
fIcon = icon;
src/preferences/filetypes/IconView.cpp
1044
fIcon = NULL;
src/preferences/filetypes/IconView.cpp
1081
} else if (fIcon != NULL) {
src/preferences/filetypes/IconView.cpp
1083
if (fIcon->GetIcon(bitmap) != B_OK) {
src/preferences/filetypes/IconView.cpp
1195
return fIcon;
src/preferences/filetypes/IconView.cpp
1236
::Icon* icon = fIcon;
src/preferences/filetypes/IconView.cpp
1258
if (icon != fIcon)
src/preferences/filetypes/IconView.cpp
1314
} else if (fIcon != NULL) {
src/preferences/filetypes/IconView.cpp
1316
fIcon->SetLarge(large);
src/preferences/filetypes/IconView.cpp
1318
fIcon->SetMini(mini);
src/preferences/filetypes/IconView.cpp
1320
fIcon->SetData(data, size);
src/preferences/filetypes/IconView.cpp
1323
if (fIconBitmap == NULL && fIcon->HasData())
src/preferences/filetypes/IconView.cpp
1326
if (fIcon->GetIcon(fIconBitmap) != B_OK) {
src/preferences/filetypes/IconView.cpp
560
fIcon(NULL),
src/preferences/filetypes/IconView.cpp
909
::Icon* icon = fIcon;
src/preferences/filetypes/IconView.cpp
920
if (icon != fIcon)
src/preferences/filetypes/IconView.h
157
::Icon* fIcon;
src/preferences/keymap/StatusMenuField.cpp
113
return fIcon;
src/preferences/keymap/StatusMenuField.cpp
120
fIcon = icon;
src/preferences/keymap/StatusMenuField.cpp
80
if (fIcon == NULL)
src/preferences/keymap/StatusMenuField.cpp
88
Menu()->DrawBitmapAsync(fIcon, IconRect().LeftTop());
src/preferences/keymap/StatusMenuField.h
40
BBitmap* fIcon;
src/preferences/locale/LanguageListView.cpp
126
fIcon(other.fIcon != NULL ? new BBitmap(*other.fIcon) : NULL)
src/preferences/locale/LanguageListView.cpp
133
delete fIcon;
src/preferences/locale/LanguageListView.cpp
148
fIcon = new(std::nothrow) BBitmap(BRect(0, 0, iconSize - 1, iconSize - 1),
src/preferences/locale/LanguageListView.cpp
150
if (fIcon != NULL && BLocaleRoster::Default()->GetFlagIconForCountry(fIcon,
src/preferences/locale/LanguageListView.cpp
152
delete fIcon;
src/preferences/locale/LanguageListView.cpp
153
fIcon = NULL;
src/preferences/locale/LanguageListView.cpp
161
if (fIcon == NULL || !fIcon->IsValid()) {
src/preferences/locale/LanguageListView.cpp
166
float iconSize = fIcon->Bounds().Width();
src/preferences/locale/LanguageListView.cpp
175
owner->DrawBitmap(fIcon, iconFrame);
src/preferences/locale/LanguageListView.h
60
BBitmap* fIcon;
src/preferences/network/InterfaceListItem.cpp
101
owner->DrawBitmapAsync(fIcon, iconPoint);
src/preferences/network/InterfaceListItem.cpp
152
SetWidth(fIcon->Bounds().Width() + 36
src/preferences/network/InterfaceListItem.cpp
156
SetHeight(std::max(2 * lineHeight + 4, fIcon->Bounds().Height() + 4));
src/preferences/network/InterfaceListItem.cpp
231
fIcon = interfaceBitmap;
src/preferences/network/InterfaceListItem.cpp
36
fIcon(NULL),
src/preferences/network/InterfaceListItem.cpp
53
delete fIcon;
src/preferences/network/InterfaceListItem.h
57
BBitmap* fIcon;
src/preferences/printers/JobListView.cpp
168
delete fIcon;
src/preferences/printers/JobListView.cpp
185
if (fIcon == NULL && be_roster->FindApp(mimeType.String(), &ref) == B_OK) {
src/preferences/printers/JobListView.cpp
187
fIcon = new BBitmap(rect, B_RGBA32);
src/preferences/printers/JobListView.cpp
189
if (type.GetIcon(fIcon, (icon_size)(rect.IntegerHeight() + 1)) != B_OK) {
src/preferences/printers/JobListView.cpp
190
delete fIcon;
src/preferences/printers/JobListView.cpp
191
fIcon = NULL;
src/preferences/printers/JobListView.cpp
288
if (fIcon)
src/preferences/printers/JobListView.cpp
289
iconHeight = fIcon->Bounds().Height();
src/preferences/printers/JobListView.cpp
306
if (fIcon)
src/preferences/printers/JobListView.cpp
307
owner->DrawBitmap(fIcon, iconPt);
src/preferences/printers/JobListView.h
61
BBitmap* fIcon;
src/preferences/time/TimeZoneListItem.cpp
44
delete fIcon;
src/preferences/time/TimeZoneListItem.cpp
51
if (fIcon != NULL && fIcon->IsValid()) {
src/preferences/time/TimeZoneListItem.cpp
52
float iconSize = fIcon->Bounds().Width();
src/preferences/time/TimeZoneListItem.cpp
61
owner->DrawBitmap(fIcon, iconFrame);
src/preferences/time/TimeZoneListItem.cpp
77
if (iconSize == oldIconSize && fIcon != NULL)
src/preferences/time/TimeZoneListItem.cpp
82
delete fIcon;
src/preferences/time/TimeZoneListItem.cpp
83
fIcon = new(std::nothrow) BBitmap(BRect(0, 0, iconSize - 1, iconSize - 1),
src/preferences/time/TimeZoneListItem.cpp
85
if (fIcon != NULL && fCountry->GetIcon(fIcon) != B_OK) {
src/preferences/time/TimeZoneListItem.cpp
86
delete fIcon;
src/preferences/time/TimeZoneListItem.cpp
87
fIcon = NULL;
src/preferences/time/TimeZoneListItem.h
53
BBitmap* fIcon;
src/servers/bluetooth/DeskbarReplicant.cpp
136
if (!fIcon) {
src/servers/bluetooth/DeskbarReplicant.cpp
144
DrawBitmap(fIcon);
src/servers/bluetooth/DeskbarReplicant.cpp
68
fIcon = NULL;
src/servers/bluetooth/DeskbarReplicant.cpp
90
fIcon = icon;
src/servers/bluetooth/DeskbarReplicant.h
41
BBitmap* fIcon;
src/servers/input/InputServer.h
108
uchar fIcon[16*16*1];
src/servers/input/InputServerMethod.cpp
167
memcpy(fIcon, icon, 16*16*1);
src/servers/input/InputServerMethod.cpp
169
memset(fIcon, 0x1d, 16*16*1);
src/servers/input/InputServerMethod.cpp
205
memcpy(fIcon, icon, 16*16*1);
src/servers/input/InputServerMethod.cpp
207
memset(fIcon, 0x1d, 16*16*1);
src/servers/input/InputServerMethod.cpp
264
msg.AddData("icon", B_RAW_TYPE, fIcon, 16*16*1);
src/servers/input/MethodMenuItem.cpp
22
fIcon(BRect(0, 0, MENUITEM_ICON_SIZE - 1, MENUITEM_ICON_SIZE - 1), B_CMAP8),
src/servers/input/MethodMenuItem.cpp
26
fIcon.SetBits(icon, MENUITEM_ICON_SIZE * MENUITEM_ICON_SIZE, 0, B_CMAP8);
src/servers/input/MethodMenuItem.cpp
33
fIcon(BRect(0, 0, MENUITEM_ICON_SIZE - 1, MENUITEM_ICON_SIZE - 1), B_CMAP8),
src/servers/input/MethodMenuItem.cpp
36
fIcon.SetBits(icon, MENUITEM_ICON_SIZE * MENUITEM_ICON_SIZE, 0, B_CMAP8);
src/servers/input/MethodMenuItem.cpp
54
fIcon.SetBits(icon, MENUITEM_ICON_SIZE * MENUITEM_ICON_SIZE, 0, B_CMAP8);
src/servers/input/MethodMenuItem.cpp
80
menu->DrawBitmapAsync(&fIcon);
src/servers/input/MethodMenuItem.h
39
const uchar *Icon() { return(uchar *)fIcon.Bits(); };
src/servers/input/MethodMenuItem.h
43
BBitmap fIcon;