Searched refs:widthUnits (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 1453 int widthUnits[ALLOW_SIZE_4] = { unit, unit, unit, unit }; in SetBorderWidth() local 1475 node->uiNodeHandle, widthVals, widthUnits, ALLOW_SIZE_4); in SetBorderWidth() 1478 node->uiNodeHandle, widthVals, widthUnits, ALLOW_SIZE_4); in SetBorderWidth() 1586 int widthUnits[ALLOW_SIZE_4] = { UNIT_PERCENT, UNIT_PERCENT, UNIT_PERCENT, UNIT_PERCENT }; in SetBorderWidthPercent() local 1608 node->uiNodeHandle, widthVals, widthUnits, ALLOW_SIZE_4); in SetBorderWidthPercent() 1611 node->uiNodeHandle, widthVals, widthUnits, ALLOW_SIZE_4); in SetBorderWidthPercent()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 1142 ArkUI_Int32* widthUnits; member
|
Completed in 42 milliseconds