Home
last modified time | relevance | path

Searched refs:BitmapHolder (Results 1 – 7 of 7) sorted by relevance

/haiku/src/apps/haikudepot/ui_generic/
H A DBitmapHolder.cpp9 BitmapHolder::BitmapHolder(const BBitmap* bitmap) in BitmapHolder() function in BitmapHolder
16 BitmapHolder::~BitmapHolder() in ~BitmapHolder()
23 BitmapHolder::Bitmap() const in Bitmap()
H A DBitmapHolder.h19 class BitmapHolder : public BReferenceable
22 BitmapHolder(const BBitmap* bitmap);
23 virtual ~BitmapHolder();
32 typedef BReference<BitmapHolder> BitmapHolderRef;
/haiku/src/apps/haikudepot/model/
H A DPackageScreenshotRepository.cpp71 bitmapHolderRef.SetTo(new(std::nothrow) BitmapHolder(bitmap), true); in LoadScreenshot()
103 bitmapHolderRef.SetTo(new(std::nothrow) BitmapHolder(bitmap), true); in CacheAndLoadScreenshot()
H A DPackageIconTarRepository.cpp384 bitmapHolderRef.SetTo(new(std::nothrow) BitmapHolder(bitmap), true); in _CreateIconFromTarOffset()
449 BitmapHolderRef bitmapHolder(new(std::nothrow) BitmapHolder(bitmap), true); in _GetDefaultIcon()
/haiku/src/apps/haikudepot/ui/
H A DSharedIcons.cpp190 *bitmapHolderRef = BitmapHolderRef(new(std::nothrow) BitmapHolder(bitmap), true); in _CreateIconForResourceChecked()
228 *bitmapHolderRef = BitmapHolderRef(new(std::nothrow) BitmapHolder(bitmap), true); in _CreateIconForMimeTypeChecked()
H A DUserLoginWindow.cpp999 = BitmapHolderRef(new(std::nothrow) BitmapHolder(bitmap), true); in _SetCaptcha()
/haiku/src/apps/haikudepot/
H A DJamfile118 BitmapHolder.cpp