Searched refs:NUM_9 (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 61 constexpr int NUM_9 = 9; member 404 auto endValue = values[NUM_9].f32; in SetSweepGradientValues() 453 auto repeating = values[NUM_9].i32; 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() 889 SetCalcDimension(right, options, NUM_13, NUM_9); in ParseEdges() 1472 auto hasOffset = options[NUM_9]; in SetOverlay()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 50 constexpr int NUM_9 = 9; member 1981 ParseOuterBorderRadius(runtimeCallInfo, vm, options, NUM_9); // Outline Radius args start index in SetOutline() 2925 ParseOuterBorderRadius(runtimeCallInfo, vm, options, NUM_9); // Border Radius args start index in SetBorder() 2945 ParseOuterBorderRadius(runtimeCallInfo, vm, options, NUM_9, true); // Border Radius args start index in SetLocalizedBorder() 7251 SetOnGestureEvent(runtimeCallInfo, GestureEventAction::END, NUM_9, gesture); in AddLongPressGesture() 7278 SetOnGestureEvent(runtimeCallInfo, GestureEventAction::UPDATE, NUM_9, gesture); in AddPanGesture() 7330 SetOnGestureEvent(runtimeCallInfo, GestureEventAction::END, NUM_9, gesture); in AddPinchGesture() 7356 SetOnGestureEvent(runtimeCallInfo, GestureEventAction::END, NUM_9, gesture); in AddRotationGesture() 7429 auto* group = GetGestureGroup(runtimeCallInfo, NUM_9); in AddPanGestureToGroup()
|
H A D | arkts_native_text_area_bridge.cpp | 35 constexpr int NUM_9 = 9; member 1549 ArkTSUtils::ParseOuterBorderRadius(runtimeCallInfo, vm, options, NUM_9); in SetBorder()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 47 constexpr int NUM_9 = 9; member 2533 values[NUM_9].f32 = item->value[NUM_3].f32; in SetSweepGradient() 2644 values[NUM_9].i32 = item->size > NUM_3 ? item->value[NUM_3].i32 : static_cast<ArkUI_Int32>(false); in SetRadialGradient() 2784 g_numberValues[NUM_9].f32 = options.bottomLeftRadius; in GetMask() 10660 g_attributeItem.size = NUM_9; in GetScaleTransition()
|
Completed in 61 milliseconds