Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_textpicker_modifier.cpp32 constexpr int32_t SIZE_OF_THREE = 3; variable
538 if (res.size() != SIZE_OF_THREE) { in GetPickerTextStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_tabs_bridge.cpp29 constexpr int SIZE_OF_THREE = 3; variable
243 uint32_t size = SIZE_OF_THREE; in SetDivider()
H A Darkts_native_common_bridge.cpp69 constexpr int SIZE_OF_THREE = 3; variable
1233 if (valuesLength != SIZE_OF_EIGHT || unitsLength != SIZE_OF_THREE) { in ParseRotate()
3261 uint32_t size = SIZE_OF_THREE; in SetTranslate()
3360 int units[SIZE_OF_THREE]; 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()