Home
last modified time | relevance | path

Searched defs:widthUnit (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dplugin_modifier.cpp27 void SetPluginWidth(NodeHandle node, double value, int32_t widthUnit) in SetPluginWidth()
43 void SetPluginSize(NodeHandle node, double widthVal, double heightVal, int32_t widthUnit, int32_t h… in SetPluginSize()
Dform_component_modifier.cpp58 void SetFormSize(NodeHandle node, double widthValue, int32_t widthUnit, double heightValue, int32_t… in SetFormSize()
Dradio_modifier.cpp111 void SetRadioSize(NodeHandle node, double widthValue, int32_t widthUnit, double heightValue, int32_… in SetRadioSize()
Dslider_modifier.cpp71 void SetBlockSize(NodeHandle node, double widthVal, int widthUnit, double heightVal, int heightUnit) in SetBlockSize()
Dbutton_modifier.cpp443 …NodeHandle node, const char* widthValue, int32_t widthUnit, const char* heightValue, int32_t heigh… in SetButtonSize()