Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_modifier.cpp114 float rectBottom = rectTop + (axis_ == Axis::HORIZONTAL ? rectHeight : rectWidth); in PaintBackground() local
124 rectBottom = rectBottom - heightChangeValue * 0.5f; in PaintBackground()
131 rectBottom += heightChangeValue; in PaintBackground()
144 canvas.DrawRoundRect({ { rectLeft, rectTop, rectRight, rectBottom }, radius, radius }); in PaintBackground()
252 float rectBottom = 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()
288 …float rectBottom = (axis_ == Axis::HORIZONTAL ? rightCenter.GetY() + itemHalfSizes[SELECTED_ITEM_H… 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.cpp151 float rectBottom = 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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_main_thread_test.cpp3101 RectI rectBottom = RectI(0, 0, 100, 100); variable
3102 nodeBottom->oldDirtyInSurface_ = rectBottom;
3103 nodeBottom->SetDstRect(rectBottom);
3140 RectI rectBottom = RectI(0, 0, 100, 100); variable
3142 nodeBottom->SetDstRect(rectBottom);
3179 RectI rectBottom = RectI(0, 0, 100, 100); variable
3181 nodeBottom->SetDstRect(rectBottom);
3218 RectI rectBottom = RectI(0, 0, 100, 100); variable
3220 nodeBottom->SetDstRect(rectBottom);
3259 RectI rectBottom = RectI(0, 0, 100, 100); variable
[all …]