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 D | dot_indicator_modifier.cpp | 114 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 D | overlength_dot_indicator_modifier.cpp | 151 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 D | rs_main_thread_test.cpp | 3101 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 …]
|