Searched refs:fCenterX (Results 1 – 2 of 2) sorted by relevance
/haiku/src/preferences/time/ |
H A D | AnalogClock.cpp | 37 fCenterX(0.0), in TAnalogClock() 169 fCenterX = floorf((bounds.left + bounds.right) / 2 + 0.5) + 0.5; in DoLayout() 257 bounds.Set(fCenterX - fRadius, fCenterY - fRadius, in DrawClock() 258 fCenterX + fRadius, fCenterY + fRadius); in DrawClock() 282 float x1 = fCenterX + sinf(minute * M_PI / 30.0) * fRadius; in DrawClock() 284 float x2 = fCenterX + sinf(minute * M_PI / 30.0) * (fRadius * 0.95); in DrawClock() 295 float x1 = fCenterX + sinf(hour * M_PI / 6.0) * fRadius; in DrawClock() 297 float x2 = fCenterX + sinf(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 | 64 float fCenterX; variable
|