Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_stack_modifier.cpp27 constexpr int NUM_5 = 5; member
53 case NUM_5: in SetAlignContent()
H A Dflex_modifier.cpp25 constexpr int NUM_5 = 5; member
48 case NUM_5: //WrapAlignment::STRETCH in ParseFlexToWrap()
H A Dextension_companion_node.cpp27 constexpr int NUM_5 = 5; member
119 event.data[NUM_5] = layoutConstraint.parentIdealHeight; in OnMeasure()
H A Dnode_common_modifier.cpp57 constexpr int NUM_5 = 5; member
163 case NUM_5: in ParseAlignment()
199 return NUM_5; in ConvertAlignmentToInt()
231 return NUM_5; in ParseAlignmentToIndex()
400 auto centerYUnit = values[NUM_5].i32; in SetSweepGradientValues()
449 auto centerYUnit = values[NUM_5].i32; in SetRadialGradientValues()
813 frameNode, Matrix4(matrix[NUM_0], matrix[NUM_4], matrix[NUM_8], matrix[NUM_12], matrix[NUM_1], matrix[NUM_5], in SetTransform()
830 frameNode, Matrix4(matrix[NUM_0], matrix[NUM_4], matrix[NUM_8], matrix[NUM_12], matrix[NUM_1], matrix[NUM_5], in ResetTransform()
1031 auto color = static_cast<uint32_t>(shadows[NUM_5].u32); // Color in SetBackShadow()
1468 auto offsetYHasValue = options[NUM_5]; in SetOverlay()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dalignment.cpp25 constexpr int NUM_5 = 5; member
140 case NUM_5: in ParseAlignment()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_date_picker_bridge.cpp28 constexpr int NUM_5 = 5; member
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; member
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; member
194 Local<JSValueRef> sixthArg = runtimeCallInfo->GetCallArgRef(NUM_5); in SetImages()
H A Darkts_native_text_timer_bridge.cpp33 constexpr int32_t NUM_5 = 5; member
234 vm, runtimeCallInfo->GetCallArgRef(NUM_5), offsetYArray.get(), length, ArkTSUtils::parseShadowOffset); in SetTextShadow()
H A Darkts_native_side_bar_container_bridge.cpp27 constexpr int NUM_5 = 5; member
104 Local<JSValueRef> iconsShownArg = runtimeCallInfo->GetCallArgRef(NUM_5); in SetControlButton()
H A Darkts_native_common_bridge.cpp46 constexpr int NUM_5 = 5; member
444 if ((offset + NUM_5) > argsNumber) { in ParseBorderImageSource()
447 if (IsArgsUndefined(runtimeCallInfo, offset, NUM_5)) { in ParseBorderImageSource()
1152 case NUM_5: in ParseBackgroundImagePositionAlign()
1227 Local<JSValueRef> centerXArg = runtimeCallInfo->GetCallArgRef(NUM_5); in ParseRotate()
1263 values[NUM_5] = static_cast<ArkUI_Float32>(zDirection); in ParseRotate()
1841 Local<JSValueRef> isLocalizedArg = runtimeCallInfo->GetCallArgRef(NUM_5); in SetBorderColor()
1984 ParseOuterBorderColor(runtimeCallInfo, vm, colorAndStyleOptions, NUM_5); // Outline Color args start index in SetOutline()
2011 auto bottomArg = runtimeCallInfo->GetCallArgRef(NUM_5); in SetBorderStyle()
2063 auto offsetXArg = runtimeCallInfo->GetCallArgRef(NUM_5); in SetShadow()
[all...]
H A Darkts_native_text_clock_bridge.cpp34 constexpr int32_t NUM_5 = 5; member
301 vm, runtimeCallInfo->GetCallArgRef(NUM_5), offsetYArray.get(), length, ArkTSUtils::parseShadowOffset); in SetTextShadow()
H A Darkts_native_text_bridge.cpp46 constexpr int NUM_5 = 5; member
615 Local<JSValueRef> offsetYArg = runtimeCallInfo->GetCallArgRef(NUM_5); in SetTextShadow()
838 Local<JSValueRef> optionsArg = runtimeCallInfo->GetCallArgRef(NUM_5); in SetFont()
1244 Local<JSValueRef> entityDecorationColorArg = runtimeCallInfo->GetCallArgRef(NUM_5); in ParseAIEntityColor()
H A Darkts_native_span_bridge.cpp36 constexpr int NUM_5 = 5; member
74 Local<JSValueRef> offsetYArg = runtimeCallInfo->GetCallArgRef(NUM_5); in ParseTextShadow()
H A Darkts_native_text_area_bridge.cpp33 constexpr int NUM_5 = 5; member
1553 ArkTSUtils::ParseOuterBorderColor(runtimeCallInfo, vm, colorAndStyleOptions, NUM_5); in SetBorder()
1662 auto bottomArg = runtimeCallInfo->GetCallArgRef(NUM_5); in SetBorderStyle()
H A Darkts_native_rich_editor_bridge.cpp32 constexpr int NUM_5 = 5; member
144 Local<JSValueRef> entityDecorationColorArg = runtimeCallInfo->GetCallArgRef(NUM_5); in ParseAIEntityColor()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/ui_effect/src/
H A Dfilter_napi.cpp24 constexpr uint32_t NUM_5 = 5; member
333 napi_value argValue[NUM_5] = {0}; in SetWaterRipple()
334 size_t argCount = NUM_5; in SetWaterRipple()
350 if (argCount != NUM_5) { in SetWaterRipple()
/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 }; member in OHOS::ACELite::final::ArgsCount
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_node_extented.cpp31 constexpr int NUM_5 = 5; variable
69 layoutConstraint->percentReferHeight = event->event->data[NUM_5]; in OH_ArkUI_NodeCustomEvent_GetLayoutConstraintInMeasure()
H A Dstyle_modifier.cpp43 constexpr int NUM_5 = 5; member
1153 if (item->size != NUM_5 && item->size != NUM_2) { in SetScale()
1220 g_attributeItem.size = NUM_5; in GetRotate()
1935 g_numberValues[NUM_5].f32 = options.topLeftRadius; in GetClipShape()
2102 if (length > NUM_5) { in SetCustomShadow()
2104 if (!InRegion(NUM_0, NUM_2, item->value[NUM_5].i32)) { in SetCustomShadow()
2108 shadows[NUM_5].i32 = item->value[NUM_5].i32; in SetCustomShadow()
2111 shadows[NUM_5].u32 = item->value[NUM_5] in SetCustomShadow()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp92 static const uint8_t NUM_5 = 5; member
202 rowDataSize = pixelBytes * (((uWidth + NUM_5) / NUM_6) * NUM_6); in GetRowDataSizeByPixelFormat()
/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 };
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()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp43 constexpr uint32_t NUM_5 = 5; member
2208 napi_value argValue[NUM_5] = {0}; in UpdateData()
2258 if (argCount == NUM_5 && ImageNapiUtils::getType(env, argValue[NUM_4]) == napi_function) { in UpdateData()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp113 static const uint8_t NUM_5 = 5; member
1081 rowDataSize = pixelBytes * (((infoWidth + NUM_5) / NUM_6) * NUM_6); in SetRowDataSizeForImageInfo()

Completed in 71 milliseconds