Searched refs:fBarberPoleMap (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/tracker/
H A DCountView.cpp71 fBarberPoleMap(NULL),
78 R_BarberPoleBitmap, &fBarberPoleMap);
84 delete fBarberPoleMap;
265 BRect destRect(fBarberPoleMap
266 ? fBarberPoleMap->Bounds() : BRect(0, 0, 0, 0));
277 if (fBarberPoleMap)
278 DrawBitmap(fBarberPoleMap, destRect);
H A DCountView.h83 BBitmap* fBarberPoleMap; member in class:BPrivate::BCountView

Completed in 36 milliseconds