Searched defs:progressOffset (Results 1 – 3 of 3) sorted by relevance
63 double progressOffset = radius - radius * GetTotalRatio() / 0.5; in Paint() local69 double progressOffset = radius * (GetTotalRatio() - 0.5) / 0.5; in Paint() local94 double progressOffset = radius - radius * GetTotalRatio() / 0.5; in Paint() local102 double progressOffset = radius * (GetTotalRatio() - 0.5) / 0.5; in Paint() local
202 double progressOffset = smallRadius_ - smallRadius_ * angle / FLOAT_ZERO_FIVE; in CalculateSquareMoonPath() local209 double progressOffset = smallRadius_ * (angle - FLOAT_ZERO_FIVE) / FLOAT_ZERO_FIVE; in CalculateSquareMoonPath() local
1425 double progressOffset = radius - radius * angle / FLOAT_ZERO_FIVE; in PaintMoon() local1433 double progressOffset = radius * (angle - FLOAT_ZERO_FIVE) / FLOAT_ZERO_FIVE; in PaintMoon() local