Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.h72 void TravelChildrenFlexProps(LayoutWrapper* layoutWrapper, const SizeF& realSize);
H A Dflex_layout_algorithm.cpp246 void FlexLayoutAlgorithm::TravelChildrenFlexProps(LayoutWrapper* layoutWrapper, const SizeF& realSi… in TravelChildrenFlexProps() function in OHOS::Ace::NG::FlexLayoutAlgorithm
925 TravelChildrenFlexProps(layoutWrapper, realSize); in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H A Dlinear_layout_utils.cpp82 void TravelChildrenFlexProps(LayoutWrapper* layoutWrapper, LinearMeasureProperty& linearMeasureProp… in TravelChildrenFlexProps() function
149 TravelChildrenFlexProps(layoutWrapper, linearMeasureProperty); in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.h204 void TravelChildrenFlexProps();
H A Drender_flex.cpp920 TravelChildrenFlexProps(); in InitFlexProperties()
923 void RenderFlex::TravelChildrenFlexProps() in TravelChildrenFlexProps() function in OHOS::Ace::RenderFlex