Searched refs:SetBorderWidthArrayByDimen (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 1557 void SetBorderWidthArrayByDimen(CalcDimension& borderDimension, ArkUI_Float32 values[], int units[]… in SetBorderWidthArrayByDimen() function 1603 SetBorderWidthArrayByDimen(top, values, units, NUM_0); in SetBorderWidth() 1604 SetBorderWidthArrayByDimen(isRightToLeft ? left : right, values, units, NUM_1); in SetBorderWidth() 1605 SetBorderWidthArrayByDimen(bottom, values, units, NUM_2); in SetBorderWidth() 1606 SetBorderWidthArrayByDimen(isRightToLeft ? right : left, values, units, NUM_3); in SetBorderWidth()
|