Home
last modified time | relevance | path

Searched refs:drawDirection (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_pattern.h71 auto drawDirection = (layoutDirection == TextDirection::RTL); in CreateNodePaintMethod() local
72 auto paint = MakeRefPtr<ScrollPaintMethod>(GetAxis() == Axis::HORIZONTAL, drawDirection); in CreateNodePaintMethod()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp317 auto drawDirection = (layoutDirection == TextDirection::RTL); in CreateNodePaintMethod() local
318 …auto paint = MakeRefPtr<ListPaintMethod>(divider, drawVertical, drawDirection, lanes_, spaceWidth_… in CreateNodePaintMethod()
319 if (drawDirection) { in CreateNodePaintMethod()