Home
last modified time | relevance | path

Searched refs:BitmapStash (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/soundrecorder/
H A DTransportButton.cpp21 class BitmapStash { class
28 BitmapStash(TransportButton *);
29 ~BitmapStash();
38 BitmapStash::BitmapStash(TransportButton *owner) in BitmapStash() function in BitmapStash
45 BitmapStash::GetBitmap(uint32 signature) in GetBitmap()
57 BitmapStash::~BitmapStash() in ~BitmapStash()
217 bitmaps(new BitmapStash(this)), in TransportButton()
H A DTransportButton.h18 class BitmapStash; variable
84 BitmapStash *bitmaps;
106 friend class BitmapStash; variable