Searched refs:drawDirection (Results 1 – 2 of 2) sorted by relevance
71 auto drawDirection = (layoutDirection == TextDirection::RTL); in CreateNodePaintMethod() local72 auto paint = MakeRefPtr<ScrollPaintMethod>(GetAxis() == Axis::HORIZONTAL, drawDirection); in CreateNodePaintMethod()
317 auto drawDirection = (layoutDirection == TextDirection::RTL); in CreateNodePaintMethod() local318 …auto paint = MakeRefPtr<ListPaintMethod>(divider, drawVertical, drawDirection, lanes_, spaceWidth_… in CreateNodePaintMethod()319 if (drawDirection) { in CreateNodePaintMethod()