Home
last modified time | relevance | path

Searched refs:SIZE_OF_EIGHT (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp72 constexpr int SIZE_OF_EIGHT = 8; variable
1233 if (valuesLength != SIZE_OF_EIGHT || unitsLength != SIZE_OF_THREE) { in ParseRotate()
3359 ArkUI_Float32 values[SIZE_OF_EIGHT]; in SetRotate()
3362 if (ParseRotate(runtimeCallInfo, values, units, SIZE_OF_EIGHT, SIZE_OF_THREE)) { in SetRotate()
3364 nativeNode, values, SIZE_OF_EIGHT, units, SIZE_OF_THREE); in SetRotate()