Lines Matching refs:fCenterY
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()
355 point.y -= fCenterY; in SetHourHand()
373 point.y -= fCenterY; in SetMinuteHand()
412 point.y -= fCenterY; in _InHand()