Searched refs:fIcon (Results 1 - 25 of 67) sorted by relevance

123

/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DIconValueView.cpp23 fIcon(NULL)
31 delete fIcon;
41 if (fIcon) {
44 r = fIcon->Bounds();
47 if (fIcon->ColorSpace() == B_RGBA32 || fIcon->ColorSpace() == B_RGBA32_BIG) {
64 if (fIcon) {
65 DrawBitmap(fIcon, r.LeftTop());
107 delete fIcon;
108 fIcon
[all...]
H A DIconValueView.h38 BBitmap* fIcon; member in class:IconValueView
/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/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;
H A DDocument.h54 { return fIcon; }
61 _ICON_NAMESPACE Icon* fIcon; member in class:Document
/haiku/src/apps/patchbay/
H A DEndpointInfo.cpp39 fIcon(NULL)
46 fIcon(NULL)
55 fIcon = CreateIcon(&msg, DISPLAY_ICON_SIZE);
67 fIcon = (info.fIcon) ? new BBitmap(info.fIcon) : NULL;
76 delete fIcon;
77 fIcon = (info.fIcon) ? new BBitmap(info.fIcon)
[all...]
H A DEndpointInfo.h42 return fIcon;
48 BBitmap* fIcon; member in class:EndpointInfo
/haiku/src/servers/input/
H A DMethodMenuItem.cpp22 fIcon(BRect(0, 0, MENUITEM_ICON_SIZE - 1, MENUITEM_ICON_SIZE - 1), B_CMAP8),
26 fIcon.SetBits(icon, MENUITEM_ICON_SIZE * MENUITEM_ICON_SIZE, 0, B_CMAP8);
33 fIcon(BRect(0, 0, MENUITEM_ICON_SIZE - 1, MENUITEM_ICON_SIZE - 1), B_CMAP8),
36 fIcon.SetBits(icon, MENUITEM_ICON_SIZE * MENUITEM_ICON_SIZE, 0, B_CMAP8);
54 fIcon.SetBits(icon, MENUITEM_ICON_SIZE * MENUITEM_ICON_SIZE, 0, B_CMAP8);
80 menu->DrawBitmapAsync(&fIcon);
H A DMethodMenuItem.h39 const uchar *Icon() { return(uchar *)fIcon.Bits(); };
43 BBitmap fIcon; member in class:MethodMenuItem
/haiku/src/kits/shared/
H A DStripeView.cpp24 fIcon(icon),
31 if (fIcon.IsValid()) {
32 fIconSize = fIcon.Bounds().Width();
35 fPreferredWidth = 18 * scale + fIcon.Bounds().Width();
36 fPreferredHeight = 6 * scale + fIcon.Bounds().Height();
58 DrawBitmapAsync(&fIcon, BPoint(18 * iconLayoutScale,
/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);
H A DIconView.h44 Icon* fIcon; member in class:IconView
/haiku/src/preferences/time/
H A DTimeZoneListItem.cpp35 fIcon(NULL)
44 delete fIcon;
51 if (fIcon != NULL && fIcon->IsValid()) {
52 float iconSize = fIcon->Bounds().Width();
61 owner->DrawBitmap(fIcon, iconFrame);
77 if (iconSize == oldIconSize && fIcon != NULL)
82 delete fIcon;
83 fIcon = new(std::nothrow) BBitmap(BRect(0, 0, iconSize - 1, iconSize - 1),
85 if (fIcon !
[all...]
/haiku/src/bin/
H A Dalert.cpp45 alert_type fIcon; member in class:AlertApplication
59 fIcon(B_INFO_ALERT),
94 fIcon = B_EMPTY_ALERT;
97 fIcon = B_INFO_ALERT;
100 fIcon = B_IDEA_ALERT;
103 fIcon = B_WARNING_ALERT;
106 fIcon = B_STOP_ALERT;
207 B_WIDTH_AS_USUAL, fIcon);
/haiku/src/apps/diskusage/
H A DInfoWindow.h26 BBitmap* fIcon; member in class:LeftView
/haiku/src/preferences/printers/
H A DJobListView.cpp157 fIcon(NULL)
167 delete fIcon;
184 if (fIcon == NULL && be_roster->FindApp(mimeType.String(), &ref) == B_OK) {
191 fIcon = new BBitmap(rect, B_RGBA32);
194 fIcon = new BBitmap(rect, B_CMAP8);
197 if (type.GetIcon(fIcon, B_MINI_ICON) != B_OK) {
198 delete fIcon;
199 fIcon = NULL;
296 if (fIcon)
297 iconHeight = fIcon
[all...]
/haiku/src/preferences/keymap/
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/apps/icon-o-matic/generic/property/specific_properties/
H A DIconProperty.cpp26 fIcon(icon),
37 fIcon(other.fIcon),
/haiku/src/servers/bluetooth/
H A DDeskbarReplicant.h41 BBitmap* fIcon; member in class:DeskbarReplicant
/haiku/headers/private/shared/
H A DStripeView.h32 BBitmap fIcon; member in class:BPrivate::BStripeView
/haiku/src/apps/deskbar/
H A DBarMenuTitle.h67 const BBitmap* fIcon; member in class:TBarMenuTitle
H A DBarMenuTitle.cpp56 fIcon(icon),
61 if (fIcon == NULL || fMenu == NULL || fBarView == NULL)
132 BRect iconRect(fIcon->Bounds().OffsetToCopy(frame.LeftTop()));
152 menu->DrawBitmapAsync(fIcon, iconRect);
/haiku/src/apps/installer/
H A DPackageViews.h47 { delete fIcon; fIcon = icon; }
63 { return fIcon; }
76 BBitmap* fIcon; member in class:Package
/haiku/headers/private/bluetooth/
H A DConnectionView.h34 BluetoothIconView* fIcon; member in class:Bluetooth::ConnectionView

Completed in 292 milliseconds

123