Searched refs:ListPaintMethod (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_paint_method.h | 42 class ACE_EXPORT ListPaintMethod : public ScrollablePaintMethod { 43 DECLARE_ACE_TYPE(ListPaintMethod, ScrollablePaintMethod) 46 …ListPaintMethod(const V2::ItemDivider& divider, bool vertical, bool isReverse, int32_t lanes, floa… in ListPaintMethod() function 49 ~ListPaintMethod() override = default;
|
H A D | list_paint_method.cpp | 22 void ListPaintMethod::PaintEdgeEffect(PaintWrapper* paintWrapper, RSCanvas& canvas) in PaintEdgeEffect() 31 CanvasDrawFunction ListPaintMethod::GetForegroundDrawFunction(PaintWrapper* paintWrapper) in GetForegroundDrawFunction() 41 void ListPaintMethod::UpdateContentModifier(PaintWrapper* paintWrapper) in UpdateContentModifier() 98 void ListPaintMethod::UpdateDividerList(const DividerInfo& dividerInfo) in UpdateDividerList() 139 ListDivider ListPaintMethod::HandleDividerList( in HandleDividerList() 166 ListDivider ListPaintMethod::HandleLastLineIndex(int32_t index, int32_t laneIdx, const DividerInfo&… in HandleLastLineIndex() 192 void ListPaintMethod::UpdateOverlayModifier(PaintWrapper* paintWrapper) in UpdateOverlayModifier()
|
H A D | list_pattern.cpp | 318 …auto paint = MakeRefPtr<ListPaintMethod>(divider, drawVertical, drawDirection, lanes_, spaceWidth_… in CreateNodePaintMethod()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_layout_test_ng.cpp | 30 RefPtr<ListPaintMethod> UpdateOverlayModifier(RefPtr<PaintWrapper> paintWrapper); 39 RefPtr<ListPaintMethod> listPaint = AceType::DynamicCast<ListPaintMethod>(paint); in UpdateContentModifier() 44 RefPtr<ListPaintMethod> ListLayoutTestNg::UpdateOverlayModifier(RefPtr<PaintWrapper> paintWrapper) in UpdateOverlayModifier() 46 auto paintMethod = AceType::DynamicCast<ListPaintMethod>(paintWrapper->nodePaintImpl_); in UpdateOverlayModifier() 63 auto paintMethod = AceType::DynamicCast<ListPaintMethod>(paintWrapper->nodePaintImpl_); in PaintDivider() 588 RefPtr<ListPaintMethod> paintMethod = UpdateOverlayModifier(paintWrapper); 1404 RefPtr<ListPaintMethod> listPaint = AceType::DynamicCast<ListPaintMethod>(paint);
|
H A D | list_scroller_test_ng.cpp | 1929 RefPtr<ListPaintMethod> listPaint = AceType::DynamicCast<ListPaintMethod>(paint); 1938 listPaint = AceType::DynamicCast<ListPaintMethod>(paint);
|