Searched refs:fLastBarberPoleOffset (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/kits/tracker/
H A DCountView.cpp72 fLastBarberPoleOffset(5),
268 - BPoint(0, fLastBarberPoleOffset));
269 fLastBarberPoleOffset -= 1;
270 if (fLastBarberPoleOffset < 0)
271 fLastBarberPoleOffset = 5;
H A DCountView.h84 float fLastBarberPoleOffset; member in class:BPrivate::BCountView

Completed in 89 milliseconds