BitmapOwner
entry->bitmapOwner = new(std::nothrow) BitmapOwner(bitmap);
BitmapOwner::BitmapOwner(BBitmap* bitmap)
BitmapOwner::~BitmapOwner()
class BitmapOwner : public BReferenceable {
BitmapOwner(BBitmap* bitmap);
virtual ~BitmapOwner();
BitmapOwner* bitmapOwner;
BitmapOwner* bitmapOwner;
BitmapOwner* bitmapOwner)
BitmapOwner* fBitmapOwner;
class BitmapOwner;
BitmapOwner* bitmapOwner);
BitmapOwner* bitmapOwner = NULL;