Searched refs:BitmapRef (Results 1 - 13 of 13) sorted by relevance

/haiku/src/apps/haikudepot/model/
H A DPackageIconTarRepository.h33 BitmapRef& bitmap);
50 BitmapRef& bitmap);
60 LRUCache<HashString, BitmapRef>
65 static BitmapRef sDefaultIcon;
H A DPackageIconRepository.h18 BitmapRef& bitmap) = 0;
H A DPackageScreenshotRepository.h41 status_t LoadScreenshot(const ScreenshotCoordinate& coord, BitmapRef* bitmap);
43 BitmapRef* bitmap);
H A DPackageScreenshotRepository.cpp43 PackageScreenshotRepository::LoadScreenshot(const ScreenshotCoordinate& coord, BitmapRef* bitmap)
65 *bitmap = BitmapRef(new(std::nothrow)SharedBitmap(fileIo), true);
80 BitmapRef* bitmap)
94 *bitmap = BitmapRef(new(std::nothrow)SharedBitmap(*data), true);
H A DPackageIconTarRepository.cpp19 BitmapRef
235 BitmapRef& bitmap)
307 BitmapRef& bitmap)
/haiku/src/apps/haikudepot/ui_generic/
H A DBitmapView.h33 BitmapRef fReference;
H A DSharedBitmap.h56 typedef BReference<SharedBitmap> BitmapRef; typedef
/haiku/src/apps/haikudepot/ui/
H A DScreenshotWindow.h74 BitmapRef fScreenshot;
H A DScreenshotWindow.cpp34 static BitmapRef sNextButtonIcon(
36 static BitmapRef sPreviousButtonIcon(
293 BitmapRef screenshot;
H A DPackageInfoView.cpp362 BitmapRef bitmap;
765 void SetScreenshotThumbnail(const BitmapRef& bitmapRef)
1192 void SetScreenshotThumbnail(const BitmapRef& bitmap)
1428 fPagesView->SetScreenshotThumbnail(BitmapRef());
1466 BitmapRef bitmapRef;
1477 fPagesView->SetScreenshotThumbnail(BitmapRef());
H A DFeaturedPackagesView.cpp51 static BitmapRef sInstalledIcon(new(std::nothrow)
421 BitmapRef icon;
H A DPackageListView.cpp421 BitmapRef bitmapRef;
/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.h174 bool _HasScreenshot(const BitmapRef& screenshot);

Completed in 62 milliseconds