Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_arc_label.cpp397 float maxTextAngle = 0.0f; in OnMeasureArcTextInfo() local
399 maxTextAngle = TypedText::GetAngleForArcLen(maxTextLength, letterHeight, arcTextInfo_.radius, in OnMeasureArcTextInfo()
402 maxTextAngle = TypedText::GetAngleForArcLen(maxTextLength, style_->letterSpace_, arcTextInfo_.radius); in OnMeasureArcTextInfo()
403 maxTextAngle = arcLabelText_->GetDirect() == TEXT_DIRECT_RTL ? -maxTextAngle : maxTextAngle; in OnMeasureArcTextInfo()
407 animator_.secondLapOffsetAngle_ = -maxTextAngle; in OnMeasureArcTextInfo()
409 animator_.secondLapOffsetAngle_ = maxTextAngle; in OnMeasureArcTextInfo()

Completed in 2 milliseconds