Searched refs:BitmapHolder (Results 1 – 7 of 7) sorted by relevance
9 BitmapHolder::BitmapHolder(const BBitmap* bitmap) in BitmapHolder() function in BitmapHolder16 BitmapHolder::~BitmapHolder() in ~BitmapHolder()23 BitmapHolder::Bitmap() const in Bitmap()
19 class BitmapHolder : public BReferenceable22 BitmapHolder(const BBitmap* bitmap);23 virtual ~BitmapHolder();32 typedef BReference<BitmapHolder> BitmapHolderRef;
71 bitmapHolderRef.SetTo(new(std::nothrow) BitmapHolder(bitmap), true); in LoadScreenshot()103 bitmapHolderRef.SetTo(new(std::nothrow) BitmapHolder(bitmap), true); in CacheAndLoadScreenshot()
384 bitmapHolderRef.SetTo(new(std::nothrow) BitmapHolder(bitmap), true); in _CreateIconFromTarOffset()449 BitmapHolderRef bitmapHolder(new(std::nothrow) BitmapHolder(bitmap), true); in _GetDefaultIcon()
190 *bitmapHolderRef = BitmapHolderRef(new(std::nothrow) BitmapHolder(bitmap), true); in _CreateIconForResourceChecked()228 *bitmapHolderRef = BitmapHolderRef(new(std::nothrow) BitmapHolder(bitmap), true); in _CreateIconForMimeTypeChecked()
999 = BitmapHolderRef(new(std::nothrow) BitmapHolder(bitmap), true); in _SetCaptcha()
118 BitmapHolder.cpp