Home
last modified time | relevance | path

Searched refs:NUM_7 (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_stack_modifier.cpp29 constexpr int NUM_7 = 7; member
59 case NUM_7: in SetAlignContent()
H A Dflex_modifier.cpp27 constexpr int NUM_7 = 7; member
54 case NUM_7: //WrapAlignment::BASELINE in ParseFlexToWrap()
H A Dnode_common_modifier.cpp59 constexpr int NUM_7 = 7; member
169 case NUM_7: in ParseAlignment()
205 return NUM_7; in ConvertAlignmentToInt()
237 return NUM_7; in ParseAlignmentToIndex()
402 auto startValue = values[NUM_7].f32; in SetSweepGradientValues()
451 auto radiusValue = values[NUM_7].f32; in SetRadialGradientValues()
815 matrix[NUM_3], matrix[NUM_7], matrix[NUM_11], matrix[NUM_15])); in SetTransform()
832 matrix[NUM_3], matrix[NUM_7], matrix[NUM_11], matrix[NUM_15])); in ResetTransform()
926 SetCalcDimension(x, options, NUM_7, NUM_0); in SetPositionEdges()
927 SetCalcDimension(y, options, NUM_7, NUM_ in SetPositionEdges()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dalignment.cpp27 constexpr int NUM_7 = 7; member
144 case NUM_7: in ParseAlignment()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_image_animator_bridge.cpp34 constexpr int NUM_7 = 7; member
196 Local<JSValueRef> eighthArg = runtimeCallInfo->GetCallArgRef(NUM_7); in SetImages()
H A Darkts_native_text_timer_bridge.cpp35 constexpr int32_t NUM_7 = 7; member
213 Local<JSValueRef> lengthArg = runtimeCallInfo->GetCallArgRef(NUM_7); in SetTextShadow()
H A Darkts_native_side_bar_container_bridge.cpp29 constexpr int NUM_7 = 7; member
106 Local<JSValueRef> iconsSwitchingArg = runtimeCallInfo->GetCallArgRef(NUM_7); in SetControlButton()
H A Darkts_native_text_clock_bridge.cpp36 constexpr int32_t NUM_7 = 7; member
280 Local<JSValueRef> lengthArg = runtimeCallInfo->GetCallArgRef(NUM_7); in SetTextShadow()
H A Darkts_native_span_bridge.cpp38 constexpr int NUM_7 = 7; member
528 Local<JSValueRef> lengthArg = runtimeCallInfo->GetCallArgRef(NUM_7); in SetTextShadow()
H A Darkts_native_common_bridge.cpp48 constexpr int NUM_7 = 7; member
1160 case NUM_7: in ParseBackgroundImagePositionAlign()
1229 Local<JSValueRef> centerZArg = runtimeCallInfo->GetCallArgRef(NUM_7); in ParseRotate()
1265 values[NUM_7] = static_cast<ArkUI_Float32>(perspective); in ParseRotate()
2065 auto fillArg = runtimeCallInfo->GetCallArgRef(NUM_7); in SetShadow()
2838 auto inactiveColorArg = runtimeCallInfo->GetCallArgRef(NUM_7); in SetBackgroundBlurStyleParam()
5908 Local<JSValueRef> bloomArg = runtimeCallInfo->GetCallArgRef(NUM_7); in SetPointLightStyle()
7225 SetOnGestureEvent(runtimeCallInfo, GestureEventAction::ACTION, NUM_7, gesture); in AddTapGesture()
7328 SetOnGestureEvent(runtimeCallInfo, GestureEventAction::START, NUM_7, gesture); in AddPinchGesture()
7354 SetOnGestureEvent(runtimeCallInfo, GestureEventAction::START, NUM_7, gestur in AddRotationGesture()
[all...]
H A Darkts_native_text_bridge.cpp48 constexpr int NUM_7 = 7; member
617 Local<JSValueRef> lengthArg = runtimeCallInfo->GetCallArgRef(NUM_7); in SetTextShadow()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp94 static const uint8_t NUM_7 = 7; member
205 rowDataSize = pixelBytes * (((uWidth + NUM_7) >> NUM_3) << NUM_3); in GetRowDataSizeByPixelFormat()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp45 constexpr int NUM_7 = 7; member
1937 g_numberValues[NUM_7].f32 = options.topRightRadius; in GetClipShape()
2414 values[NUM_7] = GetDefaultUnit(node, UNIT_VP); in SetOverlay()
2528 values[NUM_7].f32 = item->value[NUM_2].f32; in SetSweepGradient()
2641 values[NUM_7].f32 = item->value[NUM_2].f32; in SetRadialGradient()
2782 g_numberValues[NUM_7].f32 = options.radiusHeight; in GetMask()
3664 if (item->value[0].u32 > NUM_7) { in SetExpandSafeArea()
3720 node->uiNodeHandle, item->value[0].f32, unit, item->value[1].f32, unit, item->value[2].u32, NUM_7); in SetFocusBox()
5435 values[NUM_7] = static_cast<ArkUI_Float32>(item->value[NUM_5].i32); in SetScrollTo()
7068 displayArrow[NUM_7] in SetSwiperShowDisplayArrow()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp115 static const uint8_t NUM_7 = 7; member
1083 rowDataSize = pixelBytes * (((infoWidth + NUM_7) >> NUM_3) << NUM_3); in SetRowDataSizeForImageInfo()

Completed in 65 milliseconds