Searched refs:BitmapOwner (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/showimage/
H A DImageCache.h33 class BitmapOwner : public BReferenceable { class in inherits:BReferenceable
35 BitmapOwner(BBitmap* bitmap);
36 virtual ~BitmapOwner();
48 BitmapOwner* bitmapOwner;
H A DImageCache.cpp44 BitmapOwner::BitmapOwner(BBitmap* bitmap) function in class:BitmapOwner
51 BitmapOwner::~BitmapOwner()
272 entry->bitmapOwner = new(std::nothrow) BitmapOwner(bitmap);
H A DShowImageView.h29 class BitmapOwner;
54 BitmapOwner* bitmapOwner);
186 BitmapOwner* fBitmapOwner;
H A DShowImageView.cpp360 BitmapOwner* bitmapOwner;
375 BitmapOwner* bitmapOwner)
H A DShowImageWindow.cpp656 BitmapOwner* bitmapOwner = NULL;

Completed in 47 milliseconds