Home
last modified time | relevance | path

Searched refs:rectRight (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.cpp113 float rectRight = rectLeft + (axis_ == Axis::HORIZONTAL ? rectWidth : rectHeight); in PaintBackground() local
121 rectRight += widthChangeValue; in PaintBackground()
134 rectRight = rectRight - widthChangeValue * 0.5f; in PaintBackground()
144 canvas.DrawRoundRect({ { rectLeft, rectTop, rectRight, rectBottom }, radius, radius }); in PaintBackground()
250 float rectRight = in PaintUnselectedIndicator() local
256 …canvas.DrawRoundRect({ { rectLeft, rectTop, rectRight, rectBottom }, rectItemWidth, rectItemWidth … in PaintUnselectedIndicator()
258 …canvas.DrawRoundRect({ { rectLeft, rectTop, rectRight, rectBottom }, rectItemHeight, rectItemHeigh… in PaintUnselectedIndicator()
285 …float rectRight = (axis_ == Axis::HORIZONTAL ? rightCenter.GetX() + itemHalfSizes[SELECTED_ITEM_HA… in PaintSelectedIndicator() local
296 … { { rectLeft, rectTop, rectRight, rectBottom }, rectSelectedItemWidth, rectSelectedItemWidth }); in PaintSelectedIndicator()
299 … { { rectLeft, rectTop, rectRight, rectBottom }, rectSelectedItemHeight, rectSelectedItemHeight }); in PaintSelectedIndicator()
H A Doverlength_dot_indicator_modifier.cpp149 float rectRight = in PaintUnselectedIndicator() local
155 canvas.DrawRoundRect({ { rectLeft, rectTop, rectRight, rectBottom }, width, width }); in PaintUnselectedIndicator()
157 canvas.DrawRoundRect({ { rectLeft, rectTop, rectRight, rectBottom }, height, height }); in PaintUnselectedIndicator()