Searched refs:IsStartTopLeft (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/ |
H A D | flex_layout_algorithm.cpp | 58 bool IsStartTopLeft(FlexDirection direction, TextDirection textDirection) in IsStartTopLeft() function 1087 …float childMainPos = IsStartTopLeft(direction_, textDir_) ? frontSpace : mainAxisSize_ - frontSpac… in PlaceChildren() 1106 … childCrossPos = (IsStartTopLeft(crossDirection, textDir_) == (alignItem == FlexAlign::FLEX_START)) in PlaceChildren() 1115 … IsStartTopLeft(crossDirection, textDir_) ? 0.0f : crossAxisSize_ - GetChildCrossAxisSize(child); in PlaceChildren() 1134 if (!IsStartTopLeft(direction_, textDir_)) { in PlaceChildren()
|
H A D | wrap_layout_algorithm.cpp | 43 bool IsStartTopLeft(WrapDirection direction, TextDirection textDirection) in IsStartTopLeft() function 104 isReverse_ = !IsStartTopLeft(direction_, textDir_); in Measure()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/ |
H A D | render_flex.cpp | 696 …double childMainPos = IsStartTopLeft(direction_, GetTextDirection()) ? frontSpace : mainSize_ - fr… in PlaceChildren() 717 … (IsStartTopLeft(FlipAxis(direction_), textDirection) == (alignItem == FlexAlign::FLEX_START)) in PlaceChildren() 726 … IsStartTopLeft(FlipAxis(direction_), textDirection) ? 0.0 : (crossSize_ - GetCrossSize(item)); in PlaceChildren() 749 if (!IsStartTopLeft(direction_, GetTextDirection())) { in PlaceChildren() 1058 bool RenderFlex::IsStartTopLeft(FlexDirection direction, TextDirection textDirection) const in IsStartTopLeft() function in OHOS::Ace::RenderFlex
|
H A D | render_flex.h | 211 bool IsStartTopLeft(FlexDirection direction, TextDirection textDir) const;
|