Home
last modified time | relevance | path

Searched refs:widthChangeValue (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_modifier.cpp102 auto widthChangeValue = (backgroundWidthDilateRatio_->Get() - 1.0f) * rectWidth; in PaintBackground() local
105 std::swap(widthChangeValue, heightChangeValue); in PaintBackground()
118 rectLeft -= widthChangeValue; in PaintBackground()
121 rectRight += widthChangeValue; in PaintBackground()
133 rectLeft = rectLeft + widthChangeValue * 0.5f; in PaintBackground()
134 rectRight = rectRight - widthChangeValue * 0.5f; in PaintBackground()
135 rectWidth -= widthChangeValue; in PaintBackground()