/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_stack_modifier.cpp | 27 constexpr int NUM_5 = 5; member 53 case NUM_5: in SetAlignContent()
|
H A D | flex_modifier.cpp | 25 constexpr int NUM_5 = 5; member 48 case NUM_5: //WrapAlignment::STRETCH in ParseFlexToWrap()
|
H A D | extension_companion_node.cpp | 27 constexpr int NUM_5 = 5; member 119 event.data[NUM_5] = layoutConstraint.parentIdealHeight; in OnMeasure()
|
H A D | node_common_modifier.cpp | 57 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 D | alignment.cpp | 25 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 D | arkts_native_date_picker_bridge.cpp | 28 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 D | arkts_native_timepicker_bridge.cpp | 27 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 D | arkts_native_image_animator_bridge.cpp | 32 constexpr int NUM_5 = 5; member 194 Local<JSValueRef> sixthArg = runtimeCallInfo->GetCallArgRef(NUM_5); in SetImages()
|
H A D | arkts_native_text_timer_bridge.cpp | 33 constexpr int32_t NUM_5 = 5; member 234 vm, runtimeCallInfo->GetCallArgRef(NUM_5), offsetYArray.get(), length, ArkTSUtils::parseShadowOffset); in SetTextShadow()
|
H A D | arkts_native_side_bar_container_bridge.cpp | 27 constexpr int NUM_5 = 5; member 104 Local<JSValueRef> iconsShownArg = runtimeCallInfo->GetCallArgRef(NUM_5); in SetControlButton()
|
H A D | arkts_native_common_bridge.cpp | 46 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 D | arkts_native_text_clock_bridge.cpp | 34 constexpr int32_t NUM_5 = 5; member 301 vm, runtimeCallInfo->GetCallArgRef(NUM_5), offsetYArray.get(), length, ArkTSUtils::parseShadowOffset); in SetTextShadow()
|
H A D | arkts_native_text_bridge.cpp | 46 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 D | arkts_native_span_bridge.cpp | 36 constexpr int NUM_5 = 5; member 74 Local<JSValueRef> offsetYArg = runtimeCallInfo->GetCallArgRef(NUM_5); in ParseTextShadow()
|
H A D | arkts_native_text_area_bridge.cpp | 33 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 D | arkts_native_rich_editor_bridge.cpp | 32 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 D | filter_napi.cpp | 24 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 D | image_module.h | 26 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 D | native_node_extented.cpp | 31 constexpr int NUM_5 = 5; variable 69 layoutConstraint->percentReferHeight = event->event->data[NUM_5]; in OH_ArkUI_NodeCustomEvent_GetLayoutConstraintInMeasure()
|
H A D | style_modifier.cpp | 43 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 D | image_utils.cpp | 92 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 D | canvas_component.h | 28 enum ArgsCount : uint8_t { NUM_1 = 1, NUM_2, NUM_3, NUM_4, NUM_5, NUM_6 };
|
H A D | canvas_component.cpp | 1287 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 D | image_source_napi.cpp | 43 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 D | pixel_map.cpp | 113 static const uint8_t NUM_5 = 5; member 1081 rowDataSize = pixelBytes * (((infoWidth + NUM_5) / NUM_6) * NUM_6); in SetRowDataSizeForImageInfo()
|