Searched refs:SharedBitmap (Results 1 - 14 of 14) sorted by relevance

/haiku/src/apps/haikudepot/util/
H A DRatingUtils.h12 #include "SharedBitmap.h"
25 static BReference<SharedBitmap>
27 static BReference<SharedBitmap>
H A DRatingUtils.cpp13 BReference<SharedBitmap> RatingUtils::sStarBlueBitmap
14 = BReference<SharedBitmap>(new SharedBitmap(RSRC_STAR_BLUE));
15 BReference<SharedBitmap> RatingUtils::sStarGrayBitmap
16 = BReference<SharedBitmap>(new SharedBitmap(RSRC_STAR_GREY));
/haiku/src/apps/haikudepot/ui_generic/
H A DSharedBitmap.h21 class SharedBitmap : public BReferenceable { class in inherits:BReferenceable
23 SharedBitmap(BBitmap* bitmap);
24 SharedBitmap(int32 resourceID);
25 SharedBitmap(const char* mimeType);
26 SharedBitmap(BPositionIO& data);
27 SharedBitmap(BDataIO& data, size_t size);
28 ~SharedBitmap();
56 typedef BReference<SharedBitmap> BitmapRef;
H A DSharedBitmap.cpp7 #include "SharedBitmap.h"
25 SharedBitmap::SharedBitmap(BBitmap* bitmap) function in class:SharedBitmap
40 SharedBitmap::SharedBitmap(int32 resourceID) function in class:SharedBitmap
55 SharedBitmap::SharedBitmap(const char* mimeType) function in class:SharedBitmap
70 SharedBitmap::SharedBitmap(BPositionIO& data) function in class:SharedBitmap
89 SharedBitmap function in class:SharedBitmap
[all...]
H A DRatingView.h13 #include "SharedBitmap.h"
33 BReference<SharedBitmap>
35 BReference<SharedBitmap>
H A DRatingView.cpp21 fStarBlueBitmap(new SharedBitmap(RSRC_STAR_BLUE)),
22 fStarGrayBitmap(new SharedBitmap(RSRC_STAR_GREY)),
H A DBitmapView.h10 #include "SharedBitmap.h"
27 void SetBitmap(SharedBitmap* bitmap,
H A DBitmapView.cpp121 BitmapView::SetBitmap(SharedBitmap* bitmap, BitmapSize bitmapSize)
/haiku/src/apps/haikudepot/model/
H A DPackageScreenshotRepository.cpp65 *bitmap = BitmapRef(new(std::nothrow)SharedBitmap(fileIo), true);
94 *bitmap = BitmapRef(new(std::nothrow)SharedBitmap(*data), true);
H A DPackageIconTarRepository.cpp20 PackageIconTarRepository::sDefaultIcon(new(std::nothrow) SharedBitmap(
317 bitmap.SetTo(new(std::nothrow)SharedBitmap(*fTarIo, header.Length()));
/haiku/src/apps/haikudepot/ui/
H A DScreenshotWindow.cpp35 new(std::nothrow) SharedBitmap(RSRC_ARROW_LEFT), true);
37 new(std::nothrow) SharedBitmap(RSRC_ARROW_RIGHT), true);
H A DUserLoginWindow.cpp993 SharedBitmap* captchaImage
994 = new SharedBitmap(*(fCaptcha->PngImageData()));
H A DFeaturedPackagesView.cpp33 #include "SharedBitmap.h"
52 SharedBitmap(RSRC_INSTALLED), true);
H A DPackageInfoView.cpp813 SharedBitmap fEmailIcon;
817 SharedBitmap fWebsiteIcon;

Completed in 74 milliseconds