Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Dwrap_component.h90 return crossAlignment_; in GetCrossAlignment()
95 crossAlignment_ = crossAlignment; in SetCrossAlignment()
146 WrapAlignment crossAlignment_ = WrapAlignment::CENTER; variable
H A Drender_wrap.h97 return crossAlignment_; in GetAlignItems()
133 WrapAlignment crossAlignment_ = WrapAlignment::START; variable
H A Drender_wrap.cpp59 crossAlignment_ = wrap->GetCrossAlignment(); in Update()
128 if (crossAlignment_ == WrapAlignment::BASELINE) { in PerformLayout()
148 if (crossAlignment_ == WrapAlignment::BASELINE) { in PerformLayout()
558 switch (crossAlignment_) { in PositionedItem()
690 crossAlignment_ = WrapAlignment::START; in ClearRenderObject()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dwrap_layout_algorithm.cpp98 crossAlignment_ = flexProp->GetCrossAlignment().value_or(WrapAlignment::START); in Measure()
146 if (crossAlignment_ == WrapAlignment::BASELINE) { in Measure()
168 if (crossAlignment_ == WrapAlignment::BASELINE) { in Measure()
222 if (crossAlignment_ != WrapAlignment::STRETCH) { in StretchItemsInContent()
508 switch (crossAlignment_) { in CalcItemCrossAxisOffset()
H A Dwrap_layout_algorithm.h117 WrapAlignment crossAlignment_ = WrapAlignment::START; variable