Searched refs:fCloseBitmap (Results 1 – 2 of 2) sorted by relevance
159 fCloseBitmap = _CreateTemporaryBitmap(BRect(0, 0, 9, 9)); in BeDecorator()165 if (fCloseBitmap == NULL || fBigZoomBitmap == NULL in BeDecorator()178 if (fCloseBitmap != NULL) in ~BeDecorator()179 fCloseBitmap->ReleaseReference(); in ~BeDecorator()1033 data = fCloseBitmap->Bits(); in _GetBitmapForButton()1057 sBitmapDrawingEngine->DrawBitmap(fCloseBitmap, in _GetBitmapForButton()1058 fCloseBitmap->Bounds(), leftTop); in _GetBitmapForButton()1084 data = fCloseBitmap->Bits(); in _GetBitmapForButton()1108 sBitmapDrawingEngine->DrawBitmap(fCloseBitmap, in _GetBitmapForButton()1109 fCloseBitmap->Bounds(), rightBottom); in _GetBitmapForButton()
80 ServerBitmap* fCloseBitmap; variable