Home
last modified time | relevance | path

Searched defs:rawConstraint (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dmeasure_utils.cpp406 const std::unique_ptr<MeasureProperty>& rawConstraint) in UpdateConstraintByRawConstraint()
431 const std::unique_ptr<MeasureProperty>& rawConstraint) in ApplyConstraint()
446 const std::unique_ptr<MeasureProperty>& rawConstraint) in CreateIdealSizeByPercentRef()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.cpp867 const auto& rawConstraint = layoutWrapper->GetLayoutProperty()->GetCalcLayoutConstraint(); in Measure() local