Searched refs:fPrimaryIcon (Results 1 - 2 of 2) sorted by relevance

/haiku/src/preferences/input/
H A DInputDeviceView.cpp43 fPrimaryIcon(NULL),
50 if (!fPrimaryIcon)
51 fPrimaryIcon = icon;
81 if (fPrimaryIcon) {
82 onto->DrawBitmap(fPrimaryIcon, iconFrame);
107 (fPrimaryIcon != NULL ? fPrimaryIcon->Bounds().Width() : 16.0f);
114 BBitmap* fPrimaryIcon; member in struct:DeviceListItemView::Renderer
/haiku/src/preferences/media/
H A DMediaListItem.cpp39 fPrimaryIcon(NULL),
50 if (!fPrimaryIcon)
51 fPrimaryIcon = icon;
53 fSecondaryIcon = fPrimaryIcon;
54 fPrimaryIcon = icon;
92 if (fPrimaryIcon && !fDoubleInsets) {
93 onto->DrawBitmap(fPrimaryIcon, iconFrame);
102 if (fPrimaryIcon != NULL)
103 onto->DrawBitmap(fPrimaryIcon, iconFrame);
142 BBitmap* fPrimaryIcon; member in struct:MediaListItem::Renderer
[all...]

Completed in 34 milliseconds