Searched refs:fCenterY (Results 1 – 2 of 2) sorted by relevance
/haiku/src/preferences/time/ |
H A D | AnalogClock.cpp | 38 fCenterY(0.0), in TAnalogClock() 170 fCenterY = floorf((bounds.top + bounds.bottom) / 2 + 0.5) + 0.5; in DoLayout() 257 bounds.Set(fCenterX - fRadius, fCenterY - fRadius, in DrawClock() 258 fCenterX + fRadius, fCenterY + fRadius); in DrawClock() 283 float y1 = fCenterY + cosf(minute * M_PI / 30.0) * fRadius; in DrawClock() 285 float y2 = fCenterY + cosf(minute * M_PI / 30.0) * (fRadius * 0.95); in DrawClock() 296 float y1 = fCenterY + cosf(hour * M_PI / 6.0) * fRadius; in DrawClock() 298 float y2 = fCenterY + cosf(hour * M_PI / 6.0) * (fRadius * 0.9); in DrawClock() 319 _DrawHands(fCenterX + 1.5, fCenterY + 1.5, fRadius, in DrawClock() 321 _DrawHands(fCenterX, fCenterY, fRadius, in DrawClock() [all …]
|
H A D | AnalogClock.h | 65 float fCenterY; variable
|