Home
last modified time | relevance | path

Searched refs:NUM_10 (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/src/
H A Dcommon_tool.cpp21 constexpr uint32_t NUM_10 = 10;
25 srand(time(nullptr) * NUM_10); in CommonTool()
/foundation/multimedia/camera_framework/test/fuzztest/cameradevice_fuzzer/
H A Dcamera_device_fuzzer.cpp34 const int32_t NUM_10 = 10; member
86 int32_t itemCount = NUM_10; in CameraDeviceFuzzTest()
129 int32_t itemCount = NUM_10; in CameraDeviceFuzzTestUpdateSetting()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp48 constexpr int NUM_10 = 10; member
1351 ArkUI_Uint32 colors[NUM_10]; in GetLinearGradient()
1353 ArkUI_Float32 stops[NUM_10]; in GetLinearGradient()
1369 static uint32_t gradientColors[NUM_10]; in GetLinearGradient()
1370 static float gradientStops[NUM_10]; in GetLinearGradient()
2537 values[NUM_10].i32 = static_cast<ArkUI_Int32>(true); in SetSweepGradient()
2559 ArkUI_Uint32 colors[NUM_10]; in GetSweepGradient()
2561 ArkUI_Float32 stops[NUM_10]; in GetSweepGradient()
2584 static uint32_t gradientColors[NUM_10]; in GetSweepGradient()
2585 static float gradientStops[NUM_10]; in GetSweepGradient()
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp62 constexpr int NUM_10 = 10; member
405 auto rotationHasValue = values[NUM_10].i32; in SetSweepGradientValues()
440 if ((values == nullptr) || (valuesLength != NUM_10)) { in SetRadialGradientValues()
814 matrix[NUM_9], matrix[NUM_13], matrix[NUM_2], matrix[NUM_6], matrix[NUM_10], matrix[NUM_14], in SetTransform()
831 matrix[NUM_9], matrix[NUM_13], matrix[NUM_2], matrix[NUM_6], matrix[NUM_10], matrix[NUM_14], in ResetTransform()
1427 if ((values == nullptr) || (valuesLength != NUM_10) || ((colorsLength % NUM_3) != 0)) { in SetRadialGradient()
1460 if ((options == nullptr) || (optionsLength != NUM_10)) { in SetOverlay()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp51 constexpr int NUM_10 = 10; member
5788 if (arrLength > NUM_10) { in SetKeyBoardShortCut()
5789 arrLength = NUM_10; in SetKeyBoardShortCut()
7252 SetOnGestureEvent(runtimeCallInfo, GestureEventAction::CANCEL, NUM_10, gesture); in AddLongPressGesture()
7279 SetOnGestureEvent(runtimeCallInfo, GestureEventAction::END, NUM_10, gesture); in AddPanGesture()
7331 SetOnGestureEvent(runtimeCallInfo, GestureEventAction::CANCEL, NUM_10, gesture); in AddPinchGesture()
7357 SetOnGestureEvent(runtimeCallInfo, GestureEventAction::CANCEL, NUM_10, gesture); in AddRotationGesture()

Completed in 46 milliseconds