Searched refs:SIZE_OF_TWO (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_calendar_picker_bridge.cpp | 26 constexpr int SIZE_OF_TWO = 2; variable 114 ArkUI_Float32 values[SIZE_OF_TWO]; in SetEdgeAlign() 115 int units[SIZE_OF_TWO]; in SetEdgeAlign() 121 nativeNode, values, units, SIZE_OF_TWO, alignType); in SetEdgeAlign()
|
H A D | arkts_native_select_bridge.cpp | 24 const int32_t SIZE_OF_TWO = 2; variable 256 uint32_t size = SIZE_OF_TWO; in SetMenuAlign() 263 …eModifiers()->getSelectModifier()->setMenuAlign(nativeNode, alignType, values, units, SIZE_OF_TWO); in SetMenuAlign()
|
H A D | arkts_native_common_bridge.cpp | 68 constexpr int SIZE_OF_TWO = 2; variable 3085 ArkUI_Float32 values[SIZE_OF_TWO]; in SetBackgroundImagePosition() 3086 int32_t types[SIZE_OF_TWO]; in SetBackgroundImagePosition() 3093 SIZE_OF_TWO); in SetBackgroundImagePosition() 3325 int units[SIZE_OF_TWO]; in SetScale() 3334 …deModifiers()->getCommonModifier()->setScale(nativeNode, values, SIZE_OF_FIVE, units, SIZE_OF_TWO); in SetScale()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | select_modifier.cpp | 32 const int32_t SIZE_OF_TWO = 2; variable 114 if (values != nullptr && units != nullptr && size == SIZE_OF_TWO) { in SetMenuAlign()
|