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

/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.h82 ServerBitmap* fSmallZoomBitmap; member in class:BeDecorator
H A DBeDecorator.cpp161 fSmallZoomBitmap = _CreateTemporaryBitmap(BRect(0, 0, 4, 4));
166 || fSmallZoomBitmap == NULL || fGlintBitmap == NULL) {
184 if (fSmallZoomBitmap != NULL)
185 fSmallZoomBitmap->ReleaseReference();
1258 data = fSmallZoomBitmap->Bits();
1286 sBitmapDrawingEngine->DrawBitmap(fSmallZoomBitmap,
1287 fSmallZoomBitmap->Bounds(), smallLeftTop);
1312 sBitmapDrawingEngine->DrawBitmap(fSmallZoomBitmap,
1313 fSmallZoomBitmap->Bounds(), smallRightBottom);

Completed in 40 milliseconds