Searched refs:_CreateTemporaryBitmap (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/decorators/BeDecorator/ |
H A D | BeDecorator.h | 72 ServerBitmap* _CreateTemporaryBitmap(BRect bounds) const;
|
H A D | BeDecorator.cpp | 159 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 D | AlphaMask.h | 60 ServerBitmap* _CreateTemporaryBitmap(BRect bounds) const;
|
H A D | AlphaMask.cpp | 157 AlphaMask::_CreateTemporaryBitmap(BRect bounds) const in _CreateTemporaryBitmap() function in AlphaMask 397 BReference<ServerBitmap> bitmap(_CreateTemporaryBitmap(fBounds), true); in _RenderSource()
|