Searched refs:_CreateTemporaryBitmap (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.h72 ServerBitmap* _CreateTemporaryBitmap(BRect bounds) const;
H A DBeDecorator.cpp159 fCloseBitmap = _CreateTemporaryBitmap(BRect(0, 0, 9, 9));
160 fBigZoomBitmap = _CreateTemporaryBitmap(BRect(0, 0, 6, 6));
161 fSmallZoomBitmap = _CreateTemporaryBitmap(BRect(0, 0, 4, 4));
162 fGlintBitmap = _CreateTemporaryBitmap(BRect(0, 0, 2, 2));
1357 BeDecorator::_CreateTemporaryBitmap(BRect bounds) const function in class:BeDecorator
/haiku/src/servers/app/drawing/
H A DAlphaMask.h60 ServerBitmap* _CreateTemporaryBitmap(BRect bounds) const;
H A DAlphaMask.cpp157 AlphaMask::_CreateTemporaryBitmap(BRect bounds) const function in class:AlphaMask
397 BReference<ServerBitmap> bitmap(_CreateTemporaryBitmap(fBounds), true);

Completed in 39 milliseconds