Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.cpp1102 auto crossDirection = FlipAxis(direction_); in PlaceChildren() local
1106 … childCrossPos = (IsStartTopLeft(crossDirection, textDir_) == (alignItem == FlexAlign::FLEX_START)) in PlaceChildren()
1115 … IsStartTopLeft(crossDirection, textDir_) ? 0.0f : crossAxisSize_ - GetChildCrossAxisSize(child); in PlaceChildren()