Searched defs:barRect (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_paint_method.cpp | 55 void TabBarPaintMethod::PaintGradient(RSCanvas& canvas, const RectF& barRect, const Color& backgrou… in PaintGradient() 90 void TabBarPaintMethod::PaintLeftGradient(RSCanvas& canvas, const RectF& barRect, const Color& back… in PaintLeftGradient() 104 void TabBarPaintMethod::PaintRightGradient(RSCanvas& canvas, const RectF& barRect, const Color& bac… in PaintRightGradient() 119 void TabBarPaintMethod::PaintTopGradient(RSCanvas& canvas, const RectF& barRect, const Color& backg… in PaintTopGradient() 133 void TabBarPaintMethod::PaintBottomGradient(RSCanvas& canvas, const RectF& barRect, const Color& ba… in PaintBottomGradient()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_scroll_bar_painter.cpp | 137 Rect barRect = scrollBar->GetBarRect(); in PaintRectBar() local 164 Rect barRect = scrollBar->GetBarRect(); in PaintRectBar() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/ |
H A D | scroll_bar_test_ng.cpp | 385 auto barRect = Rect(0.0, 0.0, NORMAL_WIDTH, 100.0) + Offset::Zero(); variable 791 auto barRect = scrollBar->GetBarRect(); variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_scroller_test_ng.cpp | 1803 Rect barRect = scrollBar->GetBarRect(); variable 1842 Rect barRect = scrollBar->GetBarRect(); variable 1881 Rect barRect = scrollBar->GetBarRect(); variable
|