Home
last modified time | relevance | path

Searched refs:percentReferHeight (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_node_extented.cpp50 layoutConstraint->percentReferHeight = constraint->percentReferHeight; in OH_ArkUI_LayoutConstraint_Copy()
69 layoutConstraint->percentReferHeight = event->event->data[NUM_5]; in OH_ArkUI_NodeCustomEvent_GetLayoutConstraintInMeasure()
281 return constraint->percentReferHeight; in OH_ArkUI_LayoutConstraint_GetPercentReferenceHeight()
313 constraint->percentReferHeight = value; in OH_ArkUI_LayoutConstraint_SetPercentReferenceHeight()
H A Dnode_extened.h44 int32_t percentReferHeight; member
H A Dnode_extened.cpp282 //percentReferHeight in GetLayoutConstraint()
283 layoutConstraint->percentReferHeight = data[5]; in GetLayoutConstraint()
329 //percentReferHeight in MeasureNode()
330 data[5] = static_cast<ArkUI_Float32>(constraint->percentReferHeight); in MeasureNode()

Completed in 4 milliseconds