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

/haiku/src/preferences/time/
H A DAnalogClock.cpp39 fRadius(0.0),
171 fRadius = floorf((MIN(bounds.Width(), bounds.Height()) / 2.0)) - 5.5;
257 bounds.Set(fCenterX - fRadius, fCenterY - fRadius,
258 fCenterX + fRadius, fCenterY + fRadius);
282 float x1 = fCenterX + sinf(minute * M_PI / 30.0) * fRadius;
283 float y1 = fCenterY + cosf(minute * M_PI / 30.0) * fRadius;
284 float x2 = fCenterX + sinf(minute * M_PI / 30.0) * (fRadius * 0.95);
285 float y2 = fCenterY + cosf(minute * M_PI / 30.0) * (fRadius * 0.9
[all...]
H A DAnalogClock.h66 float fRadius; member in class:TAnalogClock

Completed in 39 milliseconds