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

/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.h38 BBitmap *_activeIcon, *_inactiveIcon; member in class:TrayView
H A DAutoRaiseIcon.cpp230 _activeIcon = NULL;
270 _activeIcon = new BBitmap(BRect(0, 0, B_MINI_ICON-1, B_MINI_ICON -1),
277 _activeIcon->SetBits(p, B_MINI_ICON * B_MINI_ICON, 0, B_CMAP8);
305 if (_activeIcon) delete _activeIcon;
350 if (_activeIcon) DrawBitmap(_activeIcon);

Completed in 70 milliseconds