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

/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.h80 ServerBitmap* fCloseBitmap; member in class:BeDecorator
H A DBeDecorator.cpp159 fCloseBitmap = _CreateTemporaryBitmap(BRect(0, 0, 9, 9));
165 if (fCloseBitmap == NULL || fBigZoomBitmap == NULL
178 if (fCloseBitmap != NULL)
179 fCloseBitmap->ReleaseReference();
1033 data = fCloseBitmap->Bits();
1057 sBitmapDrawingEngine->DrawBitmap(fCloseBitmap,
1058 fCloseBitmap->Bounds(), leftTop);
1084 data = fCloseBitmap->Bits();
1108 sBitmapDrawingEngine->DrawBitmap(fCloseBitmap,
1109 fCloseBitmap
[all...]

Completed in 57 milliseconds