Home
last modified time | relevance | path

Searched refs:fBigZoomBitmap (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.h81 ServerBitmap* fBigZoomBitmap; variable
H A DBeDecorator.cpp160 fBigZoomBitmap = _CreateTemporaryBitmap(BRect(0, 0, 6, 6)); in BeDecorator()
165 if (fCloseBitmap == NULL || fBigZoomBitmap == NULL in BeDecorator()
181 if (fBigZoomBitmap != NULL) in ~BeDecorator()
182 fBigZoomBitmap->ReleaseReference(); in ~BeDecorator()
1206 data = fBigZoomBitmap->Bits(); in _GetBitmapForButton()
1229 sBitmapDrawingEngine->DrawBitmap(fBigZoomBitmap, in _GetBitmapForButton()
1230 fBigZoomBitmap->Bounds(), rightBottom); in _GetBitmapForButton()