Home
last modified time | relevance | path

Searched defs:progressOffset (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drosen_render_moon_track.cpp63 double progressOffset = radius - radius * GetTotalRatio() / 0.5; in Paint() local
69 double progressOffset = radius * (GetTotalRatio() - 0.5) / 0.5; in Paint() local
94 double progressOffset = radius - radius * GetTotalRatio() / 0.5; in Paint() local
102 double progressOffset = radius * (GetTotalRatio() - 0.5) / 0.5; in Paint() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dmoon_progress_modifier.cpp202 double progressOffset = smallRadius_ - smallRadius_ * angle / FLOAT_ZERO_FIVE; in CalculateSquareMoonPath() local
209 double progressOffset = smallRadius_ * (angle - FLOAT_ZERO_FIVE) / FLOAT_ZERO_FIVE; in CalculateSquareMoonPath() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_modifier.cpp1425 double progressOffset = radius - radius * angle / FLOAT_ZERO_FIVE; in PaintMoon() local
1433 double progressOffset = radius * (angle - FLOAT_ZERO_FIVE) / FLOAT_ZERO_FIVE; in PaintMoon() local