Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_tabs_bridge.cpp28 constexpr int SIZE_OF_FIVE = 5; variable
164 int unitsAndColumn[SIZE_OF_FIVE]; in SetBarGridAlign()
176 nativeNode, values, SIZE_OF_VALUES, unitsAndColumn, SIZE_OF_FIVE); in SetBarGridAlign()
H A Darkts_native_common_bridge.cpp71 constexpr int SIZE_OF_FIVE = 5; variable
3324 ArkUI_Float32 values[SIZE_OF_FIVE]; in SetScale()
3334 …GetArkUINodeModifiers()->getCommonModifier()->setScale(nativeNode, values, SIZE_OF_FIVE, units, SI… in SetScale()