Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dwrap_layout_algorithm.h91 float GetCrossAxisLengthOfSize(const SizeF& size) const;
H A Dwrap_layout_algorithm.cpp115 crossLengthLimit_ = GetCrossAxisLengthOfSize(realMaxSize); in Measure()
212 float WrapLayoutAlgorithm::GetCrossAxisLengthOfSize(const SizeF& size) const in GetCrossAxisLengthOfSize() function in OHOS::Ace::NG::WrapLayoutAlgorithm