Home
last modified time | relevance | path

Searched refs:BCountView (Results 1 – 4 of 4) sorted by relevance

/haiku/src/kits/tracker/
H A DCountView.cpp65 BCountView::BCountView(BPoseView* view) in BCountView() function in BCountView
82 BCountView::~BCountView() in ~BCountView()
89 BCountView::TrySpinningBarberPole() in TrySpinningBarberPole()
109 BCountView::Pulse() in Pulse()
116 BCountView::EndBarberPole() in EndBarberPole()
127 BCountView::StartBarberPole() in StartBarberPole()
140 BCountView::BarberPoleInnerRect() const in BarberPoleInnerRect()
151 BCountView::BarberPoleOuterRect() const in BarberPoleOuterRect()
160 BCountView::TextInvalRect() const in TextInvalRect()
173 BCountView::TextAndBarberPoleRect() const in TextAndBarberPoleRect()
[all …]
H A DCountView.h47 class BCountView : public BView {
51 BCountView(BPoseView*);
52 ~BCountView();
H A DPoseView.h70 class BCountView; variable
177 BCountView* CountView() const;
752 BCountView* fCountView;
957 inline BCountView*
H A DPoseView.cpp338 fCountView = new BCountView(this); in InitCommon()