Searched refs:fIcon (Results 26 - 50 of 67) sorted by relevance

123

/haiku/src/apps/diskusage/
H A DControlsView.cpp47 BBitmap* fIcon; member in class:VolumeTab
55 fIcon(new BBitmap(BRect(0, 0, 15, 15), B_RGBA32)),
58 if (fVolume->GetIcon(fIcon, B_MINI_ICON) < B_OK) {
59 delete fIcon;
60 fIcon = NULL;
68 if (fIcon != NULL)
70 return fIcon->Bounds().Width() + kSmallHMargin;
80 if (fIcon != NULL) {
82 (frame.top + frame.bottom - fIcon->Bounds().Height()) / 2.0);
83 owner->DrawBitmap(fIcon);
[all...]
H A DPieView.cpp66 BBitmap* fIcon; member in class:AppMenuItem
76 fIcon(NULL),
80 fIcon = new BBitmap(BRect(0.0, 0.0, 15.0, 15.0), B_RGBA32);
81 if (BNodeInfo::GetTrackerIcon(&fAppRef, fIcon, B_MINI_ICON) == B_OK) {
96 delete fIcon;
105 *_width += fIcon->Bounds().Width();
107 *_height = max_c(*_height, fIcon->Bounds().Height());
116 yOffset = (height - fIcon->Bounds().Height()) / 2;
119 Menu()->DrawBitmap(fIcon);
120 Menu()->MovePenBy(fIcon
[all...]
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DIconProperty.h50 const uchar* Icon() const { return fIcon; }
57 const uchar* fIcon; member in class:IconProperty
/haiku/src/kits/bluetooth/UI/
H A DConnectionView.cpp22 fIcon = new BluetoothIconView();
43 .Add(fIcon)
/haiku/src/apps/deskbar/
H A DTeamMenuItem.h80 BBitmap* Icon() const { return fIcon; };
108 BBitmap* fIcon; member in class:TTeamMenuItem
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;
/haiku/src/preferences/locale/
H A DLanguageListView.cpp116 fIcon(NULL)
126 fIcon(other.fIcon != NULL ? new BBitmap(*other.fIcon) : NULL)
133 delete fIcon;
148 fIcon = new(std::nothrow) BBitmap(BRect(0, 0, iconSize - 1, iconSize - 1),
150 if (fIcon != NULL && BLocaleRoster::Default()->GetFlagIconForCountry(fIcon,
152 delete fIcon;
153 fIcon
[all...]
/haiku/src/servers/input/
H A DInputServerMethod.cpp167 memcpy(fIcon, icon, 16*16*1);
169 memset(fIcon, 0x1d, 16*16*1);
205 memcpy(fIcon, icon, 16*16*1);
207 memset(fIcon, 0x1d, 16*16*1);
264 msg.AddData("icon", B_RAW_TYPE, fIcon, 16*16*1);
/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/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/preferences/time/
H A DTimeZoneListItem.h53 BBitmap* fIcon; member in class:TimeZoneListItem
/haiku/src/preferences/bluetooth/
H A DBluetoothDeviceView.cpp61 fIcon = new BView(BRect(0, 0, 32 - 1, 32 - 1), "Icon", B_FOLLOW_ALL,
63 fIcon->SetViewUIColor(B_PANEL_BACKGROUND_COLOR);
69 .Add(fIcon)
112 bDevice->GetDeviceClass().Draw(fIcon, BPoint(Bounds().left, Bounds().top));
H A DBluetoothDeviceView.h48 BView* fIcon; member in class:BluetoothDeviceView
/haiku/src/preferences/network/
H A DInterfaceListItem.h57 BBitmap* fIcon; member in class:InterfaceListItem
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/headers/private/bluetooth/
H A DPincodeWindow.h50 BluetoothIconView* fIcon; member in class:Bluetooth::PincodeWindow
/haiku/src/servers/bluetooth/
H A DDeskbarReplicant.cpp68 fIcon = NULL;
90 fIcon = icon;
136 if (!fIcon) {
144 DrawBitmap(fIcon);
/haiku/src/apps/icon-o-matic/
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...]
/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/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;
H A DControl.cpp79 delete fIcon;
537 status_t error = BIcon::UpdateIcon(bitmap, flags, fIcon);
551 status_t error = BIcon::SetIconBitmap(bitmap, which, flags, fIcon);
565 return fIcon != NULL ? fIcon->Bitmap(which) : NULL;
627 fIcon = NULL;
/haiku/src/preferences/printers/
H A DJobListView.h61 BBitmap* fIcon; member in class:JobItem
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.h96 BBitmap* fIcon; member in class:HeaderView
/haiku/src/preferences/keymap/
H A DStatusMenuField.h40 BBitmap* fIcon; member in class:StatusMenuItem
/haiku/src/preferences/filetypes/
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...]

Completed in 232 milliseconds

123