Home
last modified time | relevance | path

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

1234

/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_mdk_kits.cpp22 constexpr uint32_t NUM_0 = 0; member
56 if (nativeImage->GetSize(args->outRect->width, args->outRect->height) != NUM_0) { in ImageNapiClipRect()
60 args->outRect->x = NUM_0; in ImageNapiClipRect()
61 args->outRect->y = NUM_0; in ImageNapiClipRect()
72 if (nativeImage->GetSize(args->outSize->width, args->outSize->height) != NUM_0) { in ImageNapiSize()
85 if (nativeImage->GetFormat(format) != NUM_0) { in ImageNapiFormat()
100 if (nativeComponent == nullptr || nativeComponent->size == NUM_0) { in ImageNapiGetComponent()
H A Dmetadata_napi.cpp32 constexpr uint32_t NUM_0 = 0; member
124 napi_get_undefined(env, &result[NUM_0]); in CommonCallbackRoutine()
140 napi_get_reference_value(env, asyncContext->error, &result[NUM_0]); in CommonCallbackRoutine()
143 napi_create_uint32(env, asyncContext->status, &result[NUM_0]); in CommonCallbackRoutine()
150 napi_reject_deferred(env, asyncContext->deferred, result[NUM_0]); in CommonCallbackRoutine()
224 status = napi_new_instance(env, constructor, NUM_0, nullptr, &result); in CreateMetadata()
274 napi_status status = napi_get_value_string_utf8(env, value, nullptr, NUM_0, &bufLength); in GetStringArgument()
275 if (status == napi_ok && bufLength > NUM_0 && bufLength < PATH_MAX) { in GetStringArgument()
377 napi_get_undefined(env, &result[NUM_0]); in GetPropertiesComplete()
383 result[NUM_0] in GetPropertiesComplete()
[all...]
H A Dimage_source_napi.cpp38 constexpr uint32_t NUM_0 = 0; member
85 size_t sourceBufferSize = NUM_0;
368 napi_status status = napi_get_value_string_utf8(env, value, nullptr, NUM_0, &bufLength); in GetStringArgument()
369 if (status == napi_ok && bufLength > NUM_0 && bufLength < PATH_MAX) { in GetStringArgument()
395 napi_get_undefined(env, &result[NUM_0]); in ImageSourceCallbackRoutine()
406 napi_create_string_utf8(env, context->errMsg.c_str(), NAPI_AUTO_LENGTH, &result[NUM_0]); in ImageSourceCallbackRoutine()
409 napi_create_string_utf8(env, "error status, no message", NAPI_AUTO_LENGTH, &result[NUM_0]); in ImageSourceCallbackRoutine()
416 napi_reject_deferred(env, context->deferred, result[NUM_0]); in ImageSourceCallbackRoutine()
442 napi_get_undefined(env, &result[NUM_0]); in ImageSourceCallbackWithErrorObj()
448 ImageNapiUtils::CreateErrorObj(env, result[NUM_0], contex in ImageSourceCallbackWithErrorObj()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_grid_item_bridge.cpp19 constexpr int32_t NUM_0 = 0; member
27 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetGridItemSelectable()
43 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetGridItemSelectable()
53 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetGridItemSelected()
69 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetGridItemSelected()
79 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetGridItemRowStart()
95 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetGridItemRowStart()
105 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetGridItemRowEnd()
121 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetGridItemRowEnd()
131 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetGridItemColumnStart()
[all...]
H A Darkts_native_side_bar_container_bridge.cpp22 constexpr int NUM_0 = 0; member
43 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetSideBarWidth()
61 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetSideBarWidth()
71 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetMinSideBarWidth()
89 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetMinSideBarWidth()
99 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetControlButton()
110 values[NUM_0] = leftArg->ToNumber(vm)->Value(); in SetControlButton()
112 values[NUM_0] = DEFAULT_CONTROL_BUTTON_LEFT.Value(); in SetControlButton()
160 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetControlButton()
170 Local<JSValueRef> nativeNodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetShowControlButton()
[all...]
H A Darkts_native_symbol_span_bridge.cpp26 constexpr int NUM_0 = 0; member
35 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetFontColor()
70 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetFontColor()
80 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetFontSize()
97 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetFontSize()
107 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetFontWeight()
124 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetFontWeight()
134 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetRenderingStrategy()
137 if (secondArg->IsNumber() && secondArg->Int32Value(vm) >= NUM_0 && in SetRenderingStrategy()
151 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetRenderingStrategy()
[all...]
H A Darkts_native_common_shape_bridge.cpp19 constexpr int NUM_0 = 0; member
30 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetStrokeDashArray()
70 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetStrokeDashArray()
80 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetStroke()
96 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetStroke()
106 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetFill()
126 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetFill()
136 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetStrokeDashOffset()
154 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetStrokeDashOffset()
164 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetStrokeLineCap()
[all...]
H A Darkts_native_text_bridge.cpp41 constexpr int NUM_0 = 0; member
58 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetFontWeight()
89 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetFontWeight()
99 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetFontStyle()
119 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetFontStyle()
129 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetTextAlign()
144 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetTextAlign()
154 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetFontColor()
169 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetFontColor()
213 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetFontSize()
[all...]
H A Darkts_native_water_flow_bridge.cpp30 constexpr int32_t NUM_0 = 0; member
51 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetColumnsTemplate()
61 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetColumnsTemplate()
73 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetRowsTemplate()
83 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetRowsTemplate()
95 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetEnableScrollInteraction()
111 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetEnableScrollInteraction()
121 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetColumnsGap()
131 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetColumnsGap()
146 nativeNode, NUM_0, static_cas in SetColumnsGap()
[all...]
H A Darkts_native_symbol_glyph_bridge.cpp29 constexpr int NUM_0 = 0; member
38 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetFontColor()
67 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetFontColor()
77 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetFontSize()
94 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetFontSize()
104 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetFontWeight()
122 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetFontWeight()
132 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetRenderingStrategy()
135 if (secondArg->IsNumber() && secondArg->Int32Value(vm) >= NUM_0 && in SetRenderingStrategy()
148 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetRenderingStrategy()
[all...]
H A Darkts_native_slider_bridge.cpp23 constexpr int NUM_0 = 0; member
37 auto valueArg = runtimeCallInfo->GetCallArgRef(NUM_0); in JsSliderChangeCallback()
59 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetShowTips()
82 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetShowTips()
92 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetSliderStepSize()
116 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetSliderStepSize()
126 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetBlockSize()
150 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetBlockSize()
160 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetTrackBorderRadius()
184 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetTrackBorderRadius()
[all...]
H A Darkts_native_text_clock_bridge.cpp29 constexpr int32_t NUM_0 = 0; member
83 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetFormat()
102 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetFormat()
112 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetFontColor()
128 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetFontColor()
138 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetFontSize()
156 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetFontSize()
166 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetFontStyle()
186 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetFontStyle()
196 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetFontWeight()
[all...]
H A Darkts_native_pattern_lock_bridge.cpp25 constexpr int NUM_0 = 0; member
32 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetSideLength()
48 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetSideLength()
83 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetPathStrokeWidth()
151 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetPathColor()
161 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetPatternLockActiveColor()
177 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetPatternLockActiveColor()
187 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetPatternLockCircleRadius()
204 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetPatternLockCircleRadius()
214 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetPatternLockSelectedColor()
[all...]
H A Darkts_native_text_timer_bridge.cpp28 constexpr int32_t NUM_0 = 0; member
46 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetFontColor()
62 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetFontColor()
72 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetFontSize()
90 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetFontSize()
100 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetFontStyle()
120 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetFontStyle()
130 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetFontWeight()
149 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetFontWeight()
159 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetFontFamily()
[all...]
H A Darkts_native_span_bridge.cpp31 constexpr int NUM_0 = 0; member
116 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetSpanSrc()
131 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetTextCase()
134 if (secondArg->IsNumber() && secondArg->Int32Value(vm) >= NUM_0 && in SetTextCase()
147 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetTextCase()
157 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetFontWeight()
179 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetFontWeight()
189 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetLineHeight()
205 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetLineHeight()
215 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetFontStyle()
[all...]
H A Darkts_native_calendar_picker_bridge.cpp22 constexpr int NUM_0 = 0; member
59 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetTextStyle()
116 values[NUM_0] = dx.Value(); in SetEdgeAlign()
117 units[NUM_0] = static_cast<int>(dx.Unit()); in SetEdgeAlign()
183 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetCalendarPickerBorder()
215 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetCalendarPickerBorder()
225 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetCalendarPickerHeight()
255 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetCalendarPickerHeight()
265 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetCalendarPickerBorderColor()
282 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetCalendarPickerBorderColor()
[all...]
H A Darkts_native_timepicker_bridge.cpp22 constexpr int NUM_0 = 0; member
35 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetTimepickerBackgroundColor()
47 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetTimepickerBackgroundColor()
57 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetTextStyle()
106 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetSelectedTextStyle()
155 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetDisappearTextStyle()
204 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetTextStyle()
214 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetSelectedTextStyle()
224 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetDisappearTextStyle()
234 Local<JSValueRef> nodeArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetTimepickerUseMilitaryTime()
[all...]
H A Darkts_native_component3d_bridge.cpp24 constexpr int NUM_0 = 0; member
32 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetShaderInputBuffer()
62 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetShaderInputBuffer()
H A Darkts_native_rich_editor_bridge.cpp27 constexpr int NUM_0 = 0; member
41 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetEnableDataDetector()
58 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetEnableDataDetector()
67 panda::ArrayRef::SetValueAt(vm, leadingMarginArray, NUM_0, in CreateParagraphStyle()
68 panda::StringRef::NewFromUtf8(vm, textStyleResult.leadingMarginSize[NUM_0].c_str())); in CreateParagraphStyle()
87 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetDataDetectorConfig()
165 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in ResetDataDetectorConfig()
176 panda::ArrayRef::SetValueAt(vm, spanRange, NUM_0, panda::NumberRef::New(vm, event.GetSpanRangeStart())); in CreateAbstractSpanResult()
204 panda::ArrayRef::SetValueAt(vm, offsetInSpan, NUM_0, panda::NumberRef::New(vm, event.OffsetInSpan())); in CreateAbstractSpanResult()
224 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(NUM_0); in SetOnIMEInputComplete()
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_pixel_convert.cpp19 constexpr uint32_t NUM_0 = 0; member
53 dst->x = NUM_0; in PixelCopy()
65 if (src.byteCount % NUM_4 != NUM_0) { in RGBxToRGB()
74 for (uint32_t i = NUM_0 ; i < srcPixelCount; i++) { in RGBxToRGB()
82 if (src.byteCount % NUM_3 != NUM_0) { in RGBToRGBx()
91 for (uint32_t i = NUM_0 ; i < srcPixelCount; i++) { in RGBToRGBx()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/pixelconverter/src/
H A Dpixel_convert_adapter.cpp43 static const uint8_t NUM_0 = 0; member
84 if (byteCount % NUM_4 != NUM_0) { in ARGBToRGBA()
90 for (uint32_t i = NUM_0 ; i < byteCount; i += NUM_4) { in ARGBToRGBA()
92 dst[NUM_0] = src[NUM_1]; in ARGBToRGBA()
95 dst[NUM_3] = src[NUM_0]; in ARGBToRGBA()
103 if (byteCount % NUM_4 != NUM_0) { in RGBAToARGB()
109 for (uint32_t i = NUM_0 ; i < byteCount; i += NUM_4) { in RGBAToARGB()
111 dst[NUM_0] = src[NUM_3]; in RGBAToARGB()
112 dst[NUM_1] = src[NUM_0]; in RGBAToARGB()
122 if (byteCount % NUM_4 != NUM_0) { in RGBxToRGB()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dnative_image.cpp29 constexpr uint32_t NUM_0 = 0; member
73 uint64_t ui = NUM_0; in YUV422SPDataCopy()
74 uint64_t vi = NUM_0; in YUV422SPDataCopy()
75 for (uint64_t i = NUM_0; i < size; i++) { in YUV422SPDataCopy()
108 uint64_t surfaceSize = NUM_0; in SplitYUV422SPComponent()
110 if (res != SUCCESS || surfaceSize == NUM_0) { in SplitYUV422SPComponent()
115 int32_t width = NUM_0; in SplitYUV422SPComponent()
116 int32_t height = NUM_0; in SplitYUV422SPComponent()
149 int32_t format = NUM_0; in SplitSurfaceToComponent()
169 int32_t format = NUM_0; in CombineYUVComponents()
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp38 constexpr int NUM_0 = 0; member
412 case NUM_0: in ShapeToString()
788 if (actualSize < 0 || LessNotEqual(item->value[NUM_0].f32, 0.0f)) { in SetWidth()
795 node->uiNodeHandle, item->value[NUM_0].f32, GetDefaultUnit(node, UNIT_VP), nullptr); in SetWidth()
818 if (actualSize < 0 || LessNotEqual(item->value[NUM_0].f32, 0.0f)) { in SetHeight()
825 node->uiNodeHandle, item->value[NUM_0].f32, GetDefaultUnit(node, UNIT_VP), nullptr); in SetHeight()
854 node->uiNodeHandle, item->value[NUM_0].u32); in SetBackgroundColor()
857 node->uiNodeHandle, item->value[NUM_0].u32); in SetBackgroundColor()
860 node->uiNodeHandle, item->value[NUM_0].u32); in SetBackgroundColor()
863 node->uiNodeHandle, item->value[NUM_0] in SetBackgroundColor()
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dextension_companion_node.cpp22 constexpr int NUM_0 = 0; member
114 event.data[NUM_0] = layoutConstraint.minWidth; in OnMeasure()
133 event.data[NUM_0] = positionX; in OnLayout()
151 event.data[NUM_0] = (ArkUI_Int32)(canvas & 0xffffffff); in OnDraw()
171 event.data[NUM_0] = (ArkUI_Int32)(canvas & 0xffffffff); in OnForegroundDraw()
191 event.data[NUM_0] = (ArkUI_Int32)(canvas & 0xffffffff); in OnOverlayDraw()
H A Dnode_container_span_modifier.cpp21 constexpr int NUM_0 = 0; member
37 borderRadius.radiusTopLeft = Dimension(values[NUM_0], static_cast<OHOS::Ace::DimensionUnit>(units[NUM_0])); in SetContainerSpanTextBackgroundStyle()

Completed in 37 milliseconds

1234