Home
last modified time | relevance | path

Searched refs:flexWeight (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_component.h218 void SetFlexWeight(double flexWeight) in SetFlexWeight() argument
220 flexWeight_ = flexWeight; in SetFlexWeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dstyle.h113 double flexWeight = 0.0; member
H A Ddeclaration.cpp1155 flexStyle.flexWeight = StringToDouble(value); in SetCurrentStyle()
3103 flexStyle.flexWeight = 0.0; in ResetDefaultStyles()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp1373 flexItemComponent_->SetFlexWeight(flexStyle.flexWeight); in UpdateFlexItemComponent()