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

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

Completed in 17 milliseconds