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

/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.h83 ServerBitmap* fGlintBitmap; member in class:BeDecorator
H A DBeDecorator.cpp162 fGlintBitmap = _CreateTemporaryBitmap(BRect(0, 0, 2, 2));
166 || fSmallZoomBitmap == NULL || fGlintBitmap == NULL) {
187 if (fGlintBitmap != NULL)
188 fGlintBitmap->ReleaseReference();
1011 data = fGlintBitmap->Bits();
1030 sBitmapDrawingEngine->DrawBitmap(fGlintBitmap,
1031 fGlintBitmap->Bounds(), rightBottom);
1062 data = fGlintBitmap->Bits();
1081 sBitmapDrawingEngine->DrawBitmap(fGlintBitmap,
1082 fGlintBitmap
[all...]

Completed in 114 milliseconds