Home
last modified time | relevance | path

Searched refs:ParseJsInt32 (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_scrollable.cpp30 …if (jsValue->IsNull() || jsValue->IsUndefined() || !JSViewAbstract::ParseJsInt32(jsValue, edgeEffe… in ParseEdgeEffect()
55 JSViewAbstract::ParseJsInt32(info[0], displayMode); in ParseDisplayMode()
H A Djs_scroll.cpp397 if (args[0]->IsNull() || args[0]->IsUndefined() || !ParseJsInt32(args[0], displayMode)) { in SetScrollBar()
469 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollForward"), froward); in SetNestedScroll()
475 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollBackward"), backward); in SetNestedScroll()
503 …if (snapAlignValue->IsNull() || snapAlignValue->IsUndefined() || !ParseJsInt32(snapAlignValue, sna… in SetScrollSnap()
H A Djs_water_flow.cpp359 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollForward"), froward); in SetNestedScroll()
366 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollBackward"), backward); in SetNestedScroll()
459 ParseJsInt32(jsValue, cachedCount); in SetCachedCount()
H A Djs_grid.cpp457 ParseJsInt32(info[0], maxCount); in SetMaxCount()
469 ParseJsInt32(info[0], minCount); in SetMinCount()
640 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollForward"), froward); in SetNestedScroll()
646 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollBackward"), backward); in SetNestedScroll()
H A Djs_layout_manager.cpp244 JSContainerBase::ParseJsInt32(args[0], coordinateX); in GetGlyphPositionAtCoordinate()
245 JSContainerBase::ParseJsInt32(args[1], coordinateY); in GetGlyphPositionAtCoordinate()
H A Djs_particle.cpp169 if (!JSParticle::ParseJsInt32(startMillisJsValue, startMillis) || startMillis < 0) { in ParseAnimationFloatArray()
175 if (!JSParticle::ParseJsInt32(endMillisJsValue, endMillis) || endMillis < 0) { in ParseAnimationFloatArray()
481 if (!JSParticle::ParseJsInt32(startMillisJsValue, startMillis) || startMillis < 0) { in ParseAnimationColorArray()
487 if (!JSParticle::ParseJsInt32(endMillisJsValue, endMillis) || endMillis < 0) { in ParseAnimationColorArray()
H A Djs_text_editable_controller.cpp111 if (!menuPolicy->IsNull() && JSContainerBase::ParseJsInt32(menuPolicy, tempPolicy)) { in SetTextSelection()
H A Djs_tabs_controller.cpp165 JSViewAbstract::ParseJsInt32(indexArray->GetValueAt(i), index); in PreloadItems()
H A Djs_image_animator.cpp274 ParseJsInt32(jsObjImage->GetProperty("duration"), imageProperties.duration); in ParseImages()
H A Djs_richeditor.cpp1572 if (!offset->IsNull() && JSContainerBase::ParseJsInt32(offset, imageOffset)) { in AddImageSpan()
1707 if (!offset->IsNull() && JSContainerBase::ParseJsInt32(offset, spanOffset)) { in AddTextSpan()
1768 if (!offset->IsNull() && JSContainerBase::ParseJsInt32(offset, spanOffset)) { in AddSymbolSpan()
1870 if (!startVal->IsNull() && JSContainerBase::ParseJsInt32(startVal, start)) { in DeleteSpans()
1875 if (!startVal->IsNull() && JSContainerBase::ParseJsInt32(endVal, end)) { in DeleteSpans()
1934 if (!offset->IsNull() && JSContainerBase::ParseJsInt32(offset, placeholderOffset)) { in ParseOptions()
1994 if (!JSContainerBase::ParseJsInt32(object->GetProperty("start"), start)) { in ParseRange()
1997 if (!JSContainerBase::ParseJsInt32(object->GetProperty("end"), end)) { in ParseRange()
2593 JSContainerBase::ParseJsInt32(args[0], selectionStart); in SetSelection()
2594 JSContainerBase::ParseJsInt32(args[1], selectionEnd); in SetSelection()
H A Djs_list.cpp323 JSViewAbstract::ParseJsInt32(jsObj->GetProperty("edgeEffect"), options.edgeEffect); in SetChainAnimationOptions()
467 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollForward"), froward); in SetNestedScroll()
473 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollBackward"), backward); in SetNestedScroll()
H A Djs_text.cpp158 ParseJsInt32(fontWeight, variableFontWeight); in GetFontInfo()
207 ParseJsInt32(args, variableFontWeight); in SetFontWeight()
453 ParseJsInt32(args, value); in SetMaxLines()
H A Djs_swiper.cpp1185 JSViewAbstract::ParseJsInt32(indexArray->GetValueAt(i), index); in PreloadItems()
1214 JSViewAbstract::ParseJsInt32(args[0], value); in SetNestedScroll()
H A Djs_textfield.cpp430 if (!ParseJsInt32(tempInfo, caretPosition) || caretPosition < 0) { in SetCaretPosition()
434 if (!ParseJsInt32(tempInfo, caretPosition)) { in SetCaretPosition()
H A Djs_view_abstract.cpp667 if (JSViewAbstract::ParseJsInt32(effectOption, edge)) { in ParseChainedMoveTransition()
2845 ParseJsInt32(jsOption->GetProperty("colorMode"), colorMode); in ParseBlurStyleOption()
2851 ParseJsInt32(jsOption->GetProperty("adaptiveColor"), adaptiveColor); in ParseBlurStyleOption()
2859 ParseJsInt32(jsOption->GetProperty("policy"), policy); in ParseBlurStyleOption()
2867 ParseJsInt32(jsOption->GetProperty("type"), blurType); in ParseBlurStyleOption()
2988 ParseJsInt32(jsOption->GetProperty("adaptiveColor"), adaptiveColorValue); in ParseEffectOption()
2997 ParseJsInt32(jsOption->GetProperty("policy"), policy); in ParseEffectOption()
3005 ParseJsInt32(jsOption->GetProperty("type"), blurType); in ParseEffectOption()
3069 ParseJsInt32(jsOption->GetProperty("colorMode"), colorMode); in JsForegroundBlurStyle()
3075 ParseJsInt32(jsOption->GetProperty("adaptiveColor"), adaptiveColor); in JsForegroundBlurStyle()
[all …]
H A Djs_web.cpp4856 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollForward"), froward); in SetNestedScroll()
4862 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollBackward"), backward); in SetNestedScroll()
4868 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollUp"), scrollUp); in SetNestedScroll()
4873 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollDown"), scrollDown); in SetNestedScroll()
4878 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollLeft"), scrollLeft); in SetNestedScroll()
4883 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollRight"), scrollRight); in SetNestedScroll()
H A Djs_select.cpp682 if (!ParseJsInt32(info[0], direction)) { in SetArrowPosition()
H A Djs_view_abstract.h308 static bool ParseJsInt32(const JSRef<JSVal>& jsValue, int32_t& result);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp443 ParseJsInt32(vm, directionArg, direction); in ParseBorderImageLinearGradient()
485 if (JSViewAbstract::ParseJsInt32(effectOption, edge)) { in ParseChainedMoveTransition()
2554 ParseJsInt32(vm, directionArg, direction); in SetLinearGradient()
2774 ParseJsInt32(vm, colorModeArg, colorMode); in SetForegroundBlurStyle()
2775 ParseJsInt32(vm, adaptiveColorArg, adaptiveColor); in SetForegroundBlurStyle()
2857 ParseJsInt32(vm, policyArg, policy); in SetBackgroundBlurStyleParam()
2862 ParseJsInt32(vm, typeArg, blurType); in SetBackgroundBlurStyleParam()
2892 ParseJsInt32(vm, colorModeArg, colorMode); in SetBackgroundBlurStyle()
2894 ParseJsInt32(vm, adaptiveColorArg, adaptiveColor); in SetBackgroundBlurStyle()
4987 ParseJsInt32(vm, policyArg, policy); in SetBackgroundEffectParam()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp1300 JSContainerBase::ParseJsInt32(args, value); in ParseJsMaxLines()