Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_modifier.cpp260 float customPointX = axis_ == Axis::HORIZONTAL ? center.GetX() : center.GetY(); in PaintUnselectedIndicator() local
262 canvas.DrawCircle({ customPointX, customPointY }, rectItemHeight * 0.5); in PaintUnselectedIndicator()
H A Doverlength_dot_indicator_modifier.cpp159 float customPointX = axis_ == Axis::HORIZONTAL ? center.GetX() : center.GetY(); in PaintUnselectedIndicator() local
161 canvas.DrawCircle({ customPointX, customPointY }, height * HALF_FLOAT); in PaintUnselectedIndicator()