Home
last modified time | relevance | path

Searched refs:NUM_5 (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_stack_modifier.cpp32 constexpr int NUM_5 = 5; variable
58 case NUM_5: in SetAlignContent()
H A Dflex_modifier.cpp32 constexpr int NUM_5 = 5; variable
55 case NUM_5: //WrapAlignment::STRETCH in ParseFlexToWrap()
H A Dextension_companion_node.cpp29 constexpr int NUM_5 = 5; variable
121 event.data[NUM_5] = layoutConstraint.parentIdealHeight; in OnMeasure()
H A Dnode_common_modifier.cpp67 constexpr int NUM_5 = 5; variable
175 case NUM_5: in ParseAlignment()
211 return NUM_5; in ConvertAlignmentToInt()
243 return NUM_5; in ParseAlignmentToIndex()
412 auto centerYUnit = values[NUM_5].i32; in SetSweepGradientValues()
461 auto centerYUnit = values[NUM_5].i32; in SetRadialGradientValues()
1480 auto offsetYHasValue = options[NUM_5]; in SetOverlay()
2117 if (valLength != NUM_5) { in SetScale()
2237 auto zDirection = values[NUM_5]; in SetRotate()
2259 if (valLength != NUM_5) { in SetRotateWithoutTransformCenter()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_date_picker_bridge.cpp28 constexpr int NUM_5 = 5; variable
41 Local<JSValueRef> fontStyleArgs = runtimeCallInfo->GetCallArgRef(NUM_5); in SetSelectedTextStyle()
100 Local<JSValueRef> fontStyleArgs = runtimeCallInfo->GetCallArgRef(NUM_5); in SetTextStyle()
158 Local<JSValueRef> fontStyleArgs = runtimeCallInfo->GetCallArgRef(NUM_5); in SetDisappearTextStyle()
H A Darkts_native_timepicker_bridge.cpp27 constexpr int NUM_5 = 5; variable
62 Local<JSValueRef> fontStyleArg = runtimeCallInfo->GetCallArgRef(NUM_5); in SetTextStyle()
111 Local<JSValueRef> fontStyleArg = runtimeCallInfo->GetCallArgRef(NUM_5); in SetSelectedTextStyle()
160 Local<JSValueRef> fontStyleArg = runtimeCallInfo->GetCallArgRef(NUM_5); in SetDisappearTextStyle()
H A Darkts_native_image_animator_bridge.cpp32 constexpr int NUM_5 = 5; variable
194 Local<JSValueRef> sixthArg = runtimeCallInfo->GetCallArgRef(NUM_5); in SetImages()
H A Darkts_native_side_bar_container_bridge.cpp27 constexpr int NUM_5 = 5; variable
104 Local<JSValueRef> iconsShownArg = runtimeCallInfo->GetCallArgRef(NUM_5); in SetControlButton()
H A Darkts_native_text_timer_bridge.cpp34 constexpr int32_t NUM_5 = 5; variable
235 …vm, runtimeCallInfo->GetCallArgRef(NUM_5), offsetYArray.get(), length, ArkTSUtils::parseShadowOffs… in SetTextShadow()
H A Darkts_native_common_bridge.cpp60 constexpr int NUM_5 = 5; variable
458 if ((offset + NUM_5) > argsNumber) { in ParseBorderImageSource()
461 if (IsArgsUndefined(runtimeCallInfo, offset, NUM_5)) { in ParseBorderImageSource()
1166 case NUM_5: in ParseBackgroundImagePositionAlign()
1277 values[NUM_5] = static_cast<ArkUI_Float32>(zDirection); in ParseRotate()
2025 auto bottomArg = runtimeCallInfo->GetCallArgRef(NUM_5); in SetBorderStyle()
2077 auto offsetXArg = runtimeCallInfo->GetCallArgRef(NUM_5); in SetShadow()
2112 shadows[NUM_5].u32 = color; in SetShadow()
2585 auto colorsArg = runtimeCallInfo->GetCallArgRef(NUM_5); in SetSweepGradient()
2657 auto hasOptionsArg = runtimeCallInfo->GetCallArgRef(NUM_5); in SetOverlay()
[all …]
H A Darkts_native_text_clock_bridge.cpp35 constexpr int32_t NUM_5 = 5; variable
302 …vm, runtimeCallInfo->GetCallArgRef(NUM_5), offsetYArray.get(), length, ArkTSUtils::parseShadowOffs… in SetTextShadow()
H A Darkts_native_span_bridge.cpp38 constexpr int NUM_5 = 5; variable
76 Local<JSValueRef> offsetYArg = runtimeCallInfo->GetCallArgRef(NUM_5); in ParseTextShadow()
H A Darkts_native_text_bridge.cpp52 constexpr int NUM_5 = 5; variable
621 Local<JSValueRef> offsetYArg = runtimeCallInfo->GetCallArgRef(NUM_5); in SetTextShadow()
844 Local<JSValueRef> optionsArg = runtimeCallInfo->GetCallArgRef(NUM_5); in SetFont()
1250 Local<JSValueRef> entityDecorationColorArg = runtimeCallInfo->GetCallArgRef(NUM_5); in ParseAIEntityColor()
H A Darkts_native_rich_editor_bridge.cpp32 constexpr int NUM_5 = 5; variable
144 Local<JSValueRef> entityDecorationColorArg = runtimeCallInfo->GetCallArgRef(NUM_5); in ParseAIEntityColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dalignment.cpp25 constexpr int NUM_5 = 5; variable
140 case NUM_5: in ParseAlignment()
/ohos5.0/drivers/hdf_core/framework/model/input/driver/touchscreen/
H A Dtouch_ft5x06.h39 #define NUM_5 (5) macro
H A Dtouch_ft5x06.c193 *offset = NUM_5; /* where the actual touch data starts */ in SelectDataPin()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/ui_effect/src/
H A Dfilter_napi.cpp24 constexpr uint32_t NUM_5 = 5; variable
339 napi_value argValue[NUM_5] = {0}; in SetWaterRipple()
340 size_t argCount = NUM_5; in SetWaterRipple()
356 if (argCount != NUM_5) { in SetWaterRipple()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dimage_module.h26 enum class ArgsCount { NUM_1 = 1, NUM_2, NUM_3, NUM_4, NUM_5, NUM_6 }; enumerator
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_sms.cpp36 const int32_t NUM_5 = 5; variable
414 … std::string addByte = pdu.substr(index + BYTE_LEN * NUM_5, BYTE_LEN * cdmaSmsInfo.address.number); in CreateCdmaMessageInfo()
420 index += BYTE_LEN * NUM_5 + BYTE_LEN * cdmaSmsInfo.address.number; in CreateCdmaMessageInfo()
445 int32_t index = INT_LEN * NUM_3 + BYTE_LEN * NUM_5; in CheckCdmaPduLength()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_node_extented.cpp32 constexpr int NUM_5 = 5; variable
70 layoutConstraint->percentReferHeight = event->event->data[NUM_5]; in OH_ArkUI_NodeCustomEvent_GetLayoutConstraintInMeasure()
H A Dstyle_modifier.cpp62 constexpr int NUM_5 = 5; variable
1235 g_attributeItem.size = NUM_5; in GetRotate()
2115 if (length > NUM_5) { in SetCustomShadow()
2121 shadows[NUM_5].i32 = item->value[NUM_5].i32; in SetCustomShadow()
2124 shadows[NUM_5].u32 = item->value[NUM_5].u32; in SetCustomShadow()
2589 g_numberValues[NUM_5].i32 = values[NUM_5]; in GetSweepGradient()
5465 if (item->size > NUM_5) { in SetScrollTo()
6410 if (item->size < NUM_5) { in SetTextShadow()
7808 if (params.size() != NUM_5) { in SetDatePickerDisappearTextStyle()
7849 if (params.size() != NUM_5) { in SetDatePickerTextStyle()
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp100 static const uint8_t NUM_5 = 5; variable
209 rowDataSize = pixelBytes * (((uWidth + NUM_5) / NUM_6) * NUM_6); in GetRowDataSizeByPixelFormat()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcanvas_component.h28 enum ArgsCount : uint8_t { NUM_1 = 1, NUM_2, NUM_3, NUM_4, NUM_5, NUM_6 }; enumerator
H A Dcanvas_component.cpp1287 if (argsNum < ArgsCount::NUM_5) { in StrokeText()
1719 if (argsNum != ArgsCount::NUM_5 && argsNum != ArgsCount::NUM_6) { in Arc()
2077 if (argsNum >= ArgsCount::NUM_5) { in DrawImage()

12