Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_node_extented.cpp49 layoutConstraint->percentReferWidth = constraint->percentReferWidth; in OH_ArkUI_LayoutConstraint_Copy()
68 layoutConstraint->percentReferWidth = event->event->data[NUM_4]; in OH_ArkUI_NodeCustomEvent_GetLayoutConstraintInMeasure()
276 return constraint->percentReferWidth; in OH_ArkUI_LayoutConstraint_GetPercentReferenceWidth()
308 constraint->percentReferWidth = value; in OH_ArkUI_LayoutConstraint_SetPercentReferenceWidth()
H A Dnode_extened.h42 int32_t percentReferWidth; member
H A Dnode_extened.cpp280 //percentReferWidth in GetLayoutConstraint()
281 layoutConstraint->percentReferWidth = data[4]; in GetLayoutConstraint()
327 //percentReferWidth in MeasureNode()
328 data[4] = static_cast<ArkUI_Float32>(constraint->percentReferWidth); in MeasureNode()

Completed in 3 milliseconds