Home
last modified time | relevance | path

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)); in BeDecorator()
160 fBigZoomBitmap = _CreateTemporaryBitmap(BRect(0, 0, 6, 6)); in BeDecorator()
161 fSmallZoomBitmap = _CreateTemporaryBitmap(BRect(0, 0, 4, 4)); in BeDecorator()
162 fGlintBitmap = _CreateTemporaryBitmap(BRect(0, 0, 2, 2)); in BeDecorator()
1357 BeDecorator::_CreateTemporaryBitmap(BRect bounds) const in _CreateTemporaryBitmap() function in BeDecorator
/haiku/src/servers/app/drawing/
H A DAlphaMask.h60 ServerBitmap* _CreateTemporaryBitmap(BRect bounds) const;
H A DAlphaMask.cpp157 AlphaMask::_CreateTemporaryBitmap(BRect bounds) const in _CreateTemporaryBitmap() function in AlphaMask
397 BReference<ServerBitmap> bitmap(_CreateTemporaryBitmap(fBounds), true); in _RenderSource()