Home
last modified time | relevance | path

Searched defs:value (Results 11726 - 11750 of 12657) sorted by relevance

1...<<461462463464465466467468469470>>...507

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.cpp271 void DatePickerPattern::SetEventCallback(EventCallback&& value) in SetEventCallback() argument
289 void DatePickerPattern::SetChangeCallback(ColumnChangeCallback&& value) in SetChangeCallback() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp1491 float value = 1 - percentNum; SetGrayFilter() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h468 void SetDisabledColor(const Color& value) in SetDisabledColor() argument
477 void SetClickedColor(const Color& value) in SetClickedColor() argument
487 void SetSelectedColor(const Color& value) in SetSelectedColor() argument
508 void SetFontSize(const Dimension& value) in SetFontSize() argument
517 void SetFontColor(const Color& value) in SetFontColor() argument
541 SetFontFamily(const std::string& value) SetFontFamily() argument
550 SetFontWeight(FontWeight value) SetFontWeight() argument
559 SetTextDecoration(TextDecoration value) SetTextDecoration() argument
568 SetOptionSize(std::size_t value) SetOptionSize() argument
577 SetRRectSize(const Dimension& value) SetRRectSize() argument
586 SetPopupRRectSize(const Dimension& value) SetPopupRRectSize() argument
595 SetPopupBorderWidth(const Dimension& value) SetPopupBorderWidth() argument
604 SetPopupShadowWidth(const Dimension& value) SetPopupShadowWidth() argument
613 SetPopupMinWidth(const Dimension& value) SetPopupMinWidth() argument
622 SetNormalPadding(const Dimension& value) SetNormalPadding() argument
631 SetIconSize(const Dimension& value) SetIconSize() argument
640 SetTitleLeftPadding(const Dimension& value) SetTitleLeftPadding() argument
649 SetTitleTopPadding(const Dimension& value) SetTitleTopPadding() argument
658 SetTitleRightPadding(const Dimension& value) SetTitleRightPadding() argument
667 SetTitleBottomPadding(const Dimension& value) SetTitleBottomPadding() argument
676 SetTitleStyle(const TextStyle& value) SetTitleStyle() argument
721 SetOptionPadding(const Edge& value) SetOptionPadding() argument
895 SetDisabledMenuFontColor(const Color& value) SetDisabledMenuFontColor() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.cpp380 auto value = borderRadius_.Value() * littleSideHalf; in SetBubbleRadius() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.h284 void SetIsFocusActiveWhenFocused(bool value) in SetIsFocusActiveWhenFocused() argument
974 void SetIsFocusActiveWhenFocused(bool value) in SetIsFocusActiveWhenFocused() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp845 void DOMNode::SetTransform(const std::string& value, DOMNode& node) in SetTransform() argument
1012 std::string DOMNode::GetTransformJsonValue(const std::string& value) in GetTransformJsonValue() argument
2181 ParseColor(const std::string& value, uint32_t maskAlpha) const ParseColor() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_canvas_bridge.cpp99 inline double GetJsDoubleVal(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) in GetJsDoubleVal() argument
111 inline std::vector<double> GetJsDashValue(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) in GetJsDashValue() argument
155 GetCurrentNodeId(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) GetCurrentNodeId() argument
169 PushTaskToPage(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::function<void(const RefPtr<CanvasTaskPool>&)>& task) PushTaskToPage() argument
193 JsParseTextState(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) JsParseTextState() argument
526 JsCreateLinearGradient(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsCreateLinearGradient() argument
547 JsCreateRadialGradient(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsCreateRadialGradient() argument
572 JsAddColorStop(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsAddColorStop() argument
596 GetGradient(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) GetGradient() argument
609 JsFillRect(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsFillRect() argument
622 JsStrokeRect(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsStrokeRect() argument
635 JsClearRect(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsClearRect() argument
648 JsFillText(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsFillText() argument
666 JsStrokeText(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsStrokeText() argument
684 JsMeasureText(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsMeasureText() argument
735 JsBeginPath(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsBeginPath() argument
747 JsClosePath(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsClosePath() argument
759 JsMoveTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsMoveTo() argument
773 JsLineTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineTo() argument
787 JsBezierCurveTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsBezierCurveTo() argument
806 JsQuadraticCurveTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsQuadraticCurveTo() argument
823 JsArc(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsArc() argument
851 JsArcTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsArcTo() argument
869 JsEllipse(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsEllipse() argument
894 JsRect(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsRect() argument
903 JsFill(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsFill() argument
911 JsStroke(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsStroke() argument
936 JsClip(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsClip() argument
944 JsRestore(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsRestore() argument
956 JsSave(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsSave() argument
968 JsRotate(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsRotate() argument
977 JsScale(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsScale() argument
991 JsSetTransform(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsSetTransform() argument
1010 JsTransform(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsTransform() argument
1029 JsTranslate(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsTranslate() argument
1043 JsSetLineDash(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsSetLineDash() argument
1058 JsGetLineDash(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsGetLineDash() argument
1069 ParseDomImage(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, double& width, double& height, std::string& src) ParseDomImage() argument
1093 JsDrawImage(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsDrawImage() argument
1166 JsCreatePath2D(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsCreatePath2D() argument
1188 JsPath2DAddPath(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DAddPath() argument
1224 JsPath2DSetTransform(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DSetTransform() argument
1251 JsPath2DMoveTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DMoveTo() argument
1276 JsPath2DLineTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DLineTo() argument
1301 JsPath2DArc(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DArc() argument
1333 JsPath2DArcTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DArcTo() argument
1359 JsPath2DQuadraticCurveTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DQuadraticCurveTo() argument
1385 JsPath2DBezierCurveTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DBezierCurveTo() argument
1412 JsPath2DEllipse(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DEllipse() argument
1445 JsPath2DRect(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DRect() argument
1471 JsPath2DClosePath(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DClosePath() argument
1491 JsMakePath2D(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsMakePath2D() argument
1511 GetPath2D(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) GetPath2D() argument
1527 JsCreatePattern(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsCreatePattern() argument
1564 GetPattern(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) GetPattern() argument
1574 JsCreateImageData(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsCreateImageData() argument
1615 JsPutImageData(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPutImageData() argument
1749 JsGetPixelMap(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsGetPixelMap() argument
1847 JsGetJsonData(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsGetJsonData() argument
1888 JsTransferFromImageBitmap(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsTransferFromImageBitmap() argument
1921 JsDrawBitmapMesh(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsDrawBitmapMesh() argument
1956 JsFillStyleGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsFillStyleGetter() argument
1962 JsFillStyleSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsFillStyleSetter() argument
1996 JsStrokeStyleGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsStrokeStyleGetter() argument
2002 JsStrokeStyleSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsStrokeStyleSetter() argument
2036 JsLineCapGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineCapGetter() argument
2042 JsLineCapSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineCapSetter() argument
2065 JsLineJoinGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineJoinGetter() argument
2071 JsLineJoinSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineJoinSetter() argument
2094 JsMiterLimitGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsMiterLimitGetter() argument
2100 JsMiterLimitSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsMiterLimitSetter() argument
2117 JsLineWidthGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineWidthGetter() argument
2123 JsLineWidthSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineWidthSetter() argument
2140 JsTextAlignGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsTextAlignGetter() argument
2146 JsTextAlignSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsTextAlignSetter() argument
2164 JsTextBaselineGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsTextBaselineGetter() argument
2170 JsTextBaselineSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsTextBaselineSetter() argument
2189 JsFontGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsFontGetter() argument
2195 JsFontSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsFontSetter() argument
2234 JsAlphaGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsAlphaGetter() argument
2240 JsAlphaSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsAlphaSetter() argument
2257 JsCompositeOperationGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsCompositeOperationGetter() argument
2263 JsCompositeOperationSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsCompositeOperationSetter() argument
2296 JsLineDashOffsetGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineDashOffsetGetter() argument
2302 JsLineDashOffsetSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineDashOffsetSetter() argument
2319 JsShadowBlurGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsShadowBlurGetter() argument
2325 JsShadowBlurSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsShadowBlurSetter() argument
2342 JsShadowColorGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsShadowColorGetter() argument
2348 JsShadowColorSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsShadowColorSetter() argument
2366 JsShadowOffsetXGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsShadowOffsetXGetter() argument
2372 JsShadowOffsetXSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsShadowOffsetXSetter() argument
2389 JsShadowOffsetYGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsShadowOffsetYGetter() argument
2395 JsShadowOffsetYSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsShadowOffsetYSetter() argument
2412 JsSmoothingEnabledGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsSmoothingEnabledGetter() argument
2418 JsSmoothingEnabledSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsSmoothingEnabledSetter() argument
2435 JsSmoothingQualityGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsSmoothingQualityGetter() argument
2441 JsSmoothingQualitySetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsSmoothingQualitySetter() argument
2461 JsWidthGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsWidthGetter() argument
2499 JsHeightGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsHeightGetter() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textfield.cpp104 auto value = obj->GetProperty(static_cast<int32_t>(ArkUIIndex::VALUE)); in ParseJsLengthMetrics() local
131 std::optional<std::string> value; in CreateTextInput() local
181 std::optional<std::string> value; CreateTextArea() local
344 SetTextAlign(int32_t value) SetTextAlign() argument
523 SetFontWeight(const std::string& value) SetFontWeight() argument
580 SetFontStyle(int32_t value) SetFontStyle() argument
671 CalcDimension value; JsHeight() local
698 CalcDimension value; JsWidth() local
708 CheckIsIllegalString(const std::string& value) CheckIsIllegalString() argument
912 CalcDimension value; GetBorderRadiusByLengthMetrics() local
1511 ConvertStrToCleanNodeStyle(const std::string& value) ConvertStrToCleanNodeStyle() argument
1720 SetHeightAdaptivePolicy(int32_t value) SetHeightAdaptivePolicy() argument
1730 CalcDimension value; SetLetterSpacing() local
1741 CalcDimension value; SetLineHeight() local
1755 CalcDimension value; SetLineSpacing() local
1802 CalcDimension value; SetTextIndent() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_utils.cpp79 bool ArkTSUtils::ParseJsColor(const EcmaVM* vm, const Local<JSValueRef>& value, Color& result) in ParseJsColor() argument
99 bool ArkTSUtils::ParseJsSymbolColorAlpha(const EcmaVM* vm, const Local<JSValueRef>& value, Color& result) in ParseJsSymbolColorAlpha() argument
114 ParseJsColorAlpha(const EcmaVM* vm, const Local<JSValueRef>& value, Color& result) ParseJsColorAlpha() argument
129 ParseJsColorAlpha( const EcmaVM* vm, const Local<JSValueRef>& value, Color& result, const Color& defaultColor) ParseJsColorAlpha() argument
493 auto value = resourceWrapper->GetString(resId->Int32Value(vm)); ParseJsColorFromResource() local
497 auto value = resourceWrapper->GetInt(resId->Int32Value(vm)); ParseJsColorFromResource() local
543 auto value = resourceWrapper->GetString(resId->Int32Value(vm)); ParseJsDimensionFromResource() local
548 auto value = std::to_string(resourceWrapper->GetInt(resId->Int32Value(vm))); ParseJsDimensionFromResource() local
591 auto value = resourceWrapper->GetString(resId->Int32Value(vm)); ParseJsDimensionFromResourceNG() local
595 auto value = std::to_string(resourceWrapper->GetInt(resId->Int32Value(vm))); ParseJsDimensionFromResourceNG() local
624 auto value = handle->GetValueAt(vm, arg, i); ParseStringArray() local
632 ParseJsDimensionVp( const EcmaVM* vm, const Local<JSValueRef>& value, CalcDimension& result, bool enableCheckInvalidvalue) ParseJsDimensionVp() argument
638 ParseJsInteger(const EcmaVM *vm, const Local<JSValueRef> &value, int32_t &result) ParseJsInteger() argument
647 ParseJsInteger(const EcmaVM *vm, const Local<JSValueRef> &value, uint32_t &result) ParseJsInteger() argument
769 ParseJsDouble(const EcmaVM *vm, const Local<JSValueRef> &value, double &result) ParseJsDouble() argument
819 auto value = jsValue->ToString(vm)->ToString(vm); ParseJsDimensionNG() local
974 auto value = jsObj->Get(vm, panda::StringRef::NewFromUtf8(vm, "value")); ParseJsLengthMetrics() local
1065 GetStringFromJS(const EcmaVM *vm, const Local<JSValueRef> &value, std::string& result) GetStringFromJS() argument
1084 Local<JSValueRef> value = valueArray->GetValueAt(vm, values, i); ParseJsIntegerArray() local
1271 auto value = resourceWrapper->GetString(id->Uint32Value(vm)); ParseJsResource() local
1275 auto value = std::to_string(resourceWrapper->GetInt(id->Uint32Value(vm))); ParseJsResource() local
1306 ParseJsColorStrategy( const EcmaVM* vm, const Local<JSValueRef>& value, ForegroundColorStrategy& strategy) ParseJsColorStrategy() argument
1370 ParsePadding( const EcmaVM* vm, const Local<JSValueRef>& value, CalcDimension& dimen, ArkUISizeType& result) ParsePadding() argument
1582 ConvertBorderStyle(int32_t value) ConvertBorderStyle() argument
1721 PushOuterBorderStyleVector(const std::optional<BorderStyle>& value, std::vector<uint32_t> &options) PushOuterBorderStyleVector() argument
1852 auto value = panda::ArrayRef::GetValueAt(vm, paramArray, i); GetModifierKeyState() local
2041 auto value = Framework::JsConverter::ConvertNapiValueToJsVal(obj); CreateJsTextMenuId() local
[all...]
H A Darkts_native_text_area_bridge.cpp204 int32_t value = secondArg->Int32Value(vm); in SetTextAreaTextAlign() local
603 auto value = secondArg->ToString(vm)->ToString(vm); in SetFontFeature() local
670 CalcDimension value; in SetLetterSpacing() local
687 CalcDimension value; SetMinFontSize() local
721 CalcDimension value; SetLineHeight() local
751 CalcDimension value; SetMaxFontSize() local
847 int32_t value = valueArg->ToNumber(vm)->Value(); SetHeightAdaptivePolicy() local
945 int32_t value; SetTextOverflow() local
1004 CalcDimension value; SetLineSpacing() local
1078 int32_t value = secondArg->Int32Value(vm); SetEnterKeyType() local
1382 int32_t value = secondArg->Int32Value(vm); SetType() local
1492 uint32_t value = static_cast<uint32_t>(secondArg->Int32Value(vm)); SetContentType() local
1996 uint32_t value = static_cast<uint32_t>(secondArg->ToBoolean(vm)->Value()); SetEnablePreviewText() local
2056 std::string text, value; SetTextAreaInitialize() local
2097 auto value = widthArg->ToString(vm)->ToString(vm); SetWidth() local
2126 uint32_t value = static_cast<uint32_t>(secondArg->ToBoolean(vm)->Value()); SetEnableHapticFeedback() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp384 NotifyAppStorage(const WeakPtr<Framework::JsEngine>& jsEngineWeak, const std::string& key, const std::string& value) NotifyAppStorage() argument
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp37 void AddRecord(const std::string& key, const std::string& value) in AddRecord() argument
39 records_.emplace_back(StringUtils::StringToInt(key), value); in AddRecord() local
535 IsVariable(const std::string& value) IsVariable() argument
540 IsJsonObject(const std::string& value) IsJsonObject() argument
553 IsJsonArray(const std::string& value) IsJsonArray() argument
558 GetVecFromArrStr(const std::string& value) GetVecFromArrStr() argument
587 IsMultiVariable(const std::string& value) IsMultiVariable() argument
594 UpdateProps(const std::string& key, std::string value, const std::unique_ptr<JsonValue>& propsJson) UpdateProps() argument
624 auto value = attr->IsString() ? attr->GetString() : attr->ToString(); ParseAttributes() local
677 GetShownValue( std::string& value, const std::unique_ptr<JsonValue>& datajson, const std::unique_ptr<JsonValue>& propsjson) GetShownValue() argument
767 LoadResImageUrl(const std::string& jsonFile, const std::string& splitStr, std::string& value) LoadResImageUrl() argument
786 GetResImageUrl(std::string& value) GetResImageUrl() argument
821 GetI18nData(std::string& value) GetI18nData() argument
859 GetPlurals(std::string& value) GetPlurals() argument
889 auto value = styleList->GetString(); ParseStyles() local
902 auto value = rootJson->GetValue("id")->GetString(); ParseStyles() local
926 auto value = style->IsString() ? style->GetString() : style->ToString(); ParseInlineStyles() local
1010 auto value = event->GetString(); PreUpdateMethodToAction() local
1029 auto value = event->GetString(); ParseEvents() local
1061 auto value = child->IsString() ? child->GetString() : child->ToString(); ReplaceParam() local
1178 ParseComplexExpression(std::string& value, const std::unique_ptr<JsonValue>& json) ParseComplexExpression() argument
1302 auto value = attr->IsString() ? attr->GetString() : attr->ToString(); UpdateDomNode() local
1348 ParseVariable( std::string& value, const std::unique_ptr<JsonValue>& dataJson, const std::unique_ptr<JsonValue>& propsJson) ParseVariable() argument
1364 ParseMultiVariable( std::string& value, const std::unique_ptr<JsonValue>& dataJson, const std::unique_ptr<JsonValue>& propsJson) ParseMultiVariable() argument
1394 ParseTernaryExpression(std::string& value, const std::unique_ptr<JsonValue>& propsJson) ParseTernaryExpression() argument
1431 ParseLogicalExpression(std::string& value, const std::unique_ptr<JsonValue>& propsJson) ParseLogicalExpression() argument
1470 GetAndParseProps(std::string& value, const std::unique_ptr<JsonValue>& propsJson) GetAndParseProps() argument
1479 ParsePropsVariable(std::string& value, const std::unique_ptr<JsonValue>& propsJson) ParsePropsVariable() argument
1511 ParsePropsArray(std::string& value, const std::unique_ptr<JsonValue>& propsJson) ParsePropsArray() argument
1540 ParseSpecialVariable(std::string& value) ParseSpecialVariable() argument
1557 GetVariable(std::string& value, const std::unique_ptr<JsonValue>& dataJson) GetVariable() argument
1581 ParseSpecialAttr( const std::function<void(const std::unique_ptr<JsonValue>&, std::vector<T>&)>& function, std::string& value, std::vector<T>& vector) ParseSpecialAttr() argument
1596 ParseSpecialAttr( const std::function<void(const std::unique_ptr<JsonValue>&, T&)>& function, std::string& variable, T& value) ParseSpecialAttr() argument
1681 auto value = attr->IsString() ? attr->GetString() : attr->ToString(); CreateDomNode() local
1943 auto value = child->IsString() ? child->GetString() : child->ToString(); ParseVersionAndUpdateData() local
2003 const char* value = shouldShow ? "true" : "false"; CreateBlockNode() local
2019 GetBoolValue(const std::unique_ptr<JsonValue>& rootJson, const std::unique_ptr<JsonValue>& dataJson, const std::unique_ptr<JsonValue>& propsJson, const std::string& key, bool& value, bool& hasAttr) GetBoolValue() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp69 JSRef<JSVal> value = array->GetValueAt(i); in ParseJsDoubleArray() local
426 panda::Local<JsiValue> value in UnwrapNapiImage() local
1448 std::string value; JsSetTextAlign() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp54 auto value = 0.0; in ParseLengthMetrics() local
199 auto value = style->ToNumber<int32_t>(); in ParseJsFontStyle() local
1248 int32_t value = 0; ParseJsTextAlign() local
1267 auto value = 0.0; ParseJsTextIndent() local
1290 int32_t value = Infinity<int32_t>(); ParseJsMaxLines() local
1357 auto value = 0.0; ParseJsLeadingMargin() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp326 SetPadding(const CalcDimension& value) SetPadding() argument
353 SetMargin(const CalcDimension& value) SetMargin() argument
380 SetBorderRadius(const Dimension& value) SetBorderRadius() argument
415 SetBorderColor(const Color& value) SetBorderColor() argument
446 SetBorderWidth(const Dimension& value) SetBorderWidth() argument
477 SetBorderStyle(const BorderStyle& value) SetBorderStyle() argument
546 SetPixelRound(uint8_t value) SetPixelRound() argument
548 SetLayoutWeight(float value) SetLayoutWeight() argument
554 SetLayoutDirection(TextDirection value) SetLayoutDirection() argument
713 const auto& value = transitionOptions.GetTranslateValue(); SetTransition() local
718 const auto& value = transitionOptions.GetScaleValue(); SetTransition() local
724 const auto& value = transitionOptions.GetRotateValue(); SetTransition() local
805 SetFlexBasis(const Dimension& value) SetFlexBasis() argument
811 SetAlignSelf(FlexAlign value) SetAlignSelf() argument
817 SetFlexShrink(float value) SetFlexShrink() argument
823 SetFlexGrow(float value) SetFlexGrow() argument
829 SetDisplayIndex(int32_t value) SetDisplayIndex() argument
835 SetZIndex(int32_t value) SetZIndex() argument
957 SetColorBlend(const Color& value) SetColorBlend() argument
970 SetBrightness(const Dimension& value) SetBrightness() argument
976 SetGrayScale(const Dimension& value) SetGrayScale() argument
982 SetContrast(const Dimension& value) SetContrast() argument
988 SetSaturate(const Dimension& value) SetSaturate() argument
994 SetSepia(const Dimension& value) SetSepia() argument
1000 SetInvert(const InvertVariant& value) SetInvert() argument
1009 SetHueRotate(float value) SetHueRotate() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp2078 double value in GetChainDelta() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.cpp281 double RenderNode::GetPxValue(double standard, const Dimension& value) in GetPxValue() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_pattern.cpp1859 void SearchPattern::SetSearchIconSize(const Dimension& value) in SetSearchIconSize() argument
1922 SetCancelIconSize(const Dimension& value) SetCancelIconSize() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_pattern.cpp872 float value = valueRatio * (max - min) + min; in isMinResponseExceed() local
925 auto value = sliderPaintProperty->GetValueValue(value_); in UpdateToValidValue() local
934 GetValueInValidRange( const RefPtr<SliderPaintProperty>& paintProperty, float value, float min, float max) GetValueInValidRange() argument
1683 SetSliderValue(double value, int32_t mode) SetSliderValue() argument
1698 UpdateValue(float value) UpdateValue() argument
1874 auto value = sliderPaintProperty->GetValue().value_or(min); BuildContentModifierNode() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model_ng.cpp37 CreateNode( const std::optional<std::string>& placeholder, const std::optional<std::string>& value, bool isTextArea) CreateNode() argument
100 CreateFrameNode(int32_t nodeId, const std::optional<std::string>& placeholder, const std::optional<std::string>& value, bool isTextArea) CreateFrameNode() argument
148 SetFontFeature(const FONT_FEATURES_LIST& value) SetFontFeature() argument
153 SetFontFeature(FrameNode* frameNode, const FONT_FEATURES_LIST& value) SetFontFeature() argument
165 SetWidth(FrameNode* frameNode, const std::string& value) SetWidth() argument
239 CreateTextInput( const std::optional<std::string>& placeholder, const std::optional<std::string>& value) CreateTextInput() argument
254 CreateTextArea( const std::optional<std::string>& placeholder, const std::optional<std::string>& value) CreateTextArea() argument
280 SetType(TextInputType value) SetType() argument
293 SetPlaceholderColor(const Color& value) SetPlaceholderColor() argument
298 SetContentType(const TextContentType& value) SetContentType() argument
310 SetPlaceholderFont(const Font& value) SetPlaceholderFont() argument
327 SetEnterKeyType(TextInputAction value) SetEnterKeyType() argument
337 SetCaretColor(const Color& value) SetCaretColor() argument
342 SetCaretStyle(const CaretStyle& value) SetCaretStyle() argument
349 SetCaretPosition(const int32_t& value) SetCaretPosition() argument
357 SetSelectedBackgroundColor(const Color& value) SetSelectedBackgroundColor() argument
362 SetTextAlign(TextAlign value) SetTextAlign() argument
379 SetLineBreakStrategy(LineBreakStrategy value) SetLineBreakStrategy() argument
384 SetMaxLength(uint32_t value) SetMaxLength() argument
407 SetMaxLines(uint32_t value) SetMaxLines() argument
411 SetFontSize(const Dimension& value) SetFontSize() argument
416 SetFontWeight(FontWeight value) SetFontWeight() argument
421 SetTextColor(const Color& value) SetTextColor() argument
429 SetWordBreak(Ace::WordBreak value) SetWordBreak() argument
433 SetFontStyle(Ace::FontStyle value) SetFontStyle() argument
438 SetFontFamily(const std::vector<std::string>& value) SetFontFamily() argument
444 SetInputFilter(const std::string& value, const std::function<void(const std::string&)>& onError) SetInputFilter() argument
452 SetInputStyle(InputStyle value) SetInputStyle() argument
457 SetShowPasswordIcon(bool value) SetShowPasswordIcon() argument
468 SetShowPasswordText(bool value) SetShowPasswordText() argument
573 SetForegroundColor(const Color& value) SetForegroundColor() argument
625 SetShowCounter(bool value) SetShowCounter() argument
643 SetCounterType(int32_t value) SetCounterType() argument
652 SetShowCounterBorder(bool value) SetShowCounterBorder() argument
662 SetShowCounterBorder(FrameNode* frameNode, bool value) SetShowCounterBorder() argument
671 SetBarState(OHOS::Ace::DisplayMode value) SetBarState() argument
676 SetMaxViewLines(uint32_t value) SetMaxViewLines() argument
681 SetNormalMaxViewLines(uint32_t value) SetNormalMaxViewLines() argument
711 SetHeight(const Dimension& value) SetHeight() argument
807 SetAdaptMinFontSize(const Dimension& value) SetAdaptMinFontSize() argument
812 SetAdaptMaxFontSize(const Dimension& value) SetAdaptMaxFontSize() argument
817 SetHeightAdaptivePolicy(TextHeightAdaptivePolicy value) SetHeightAdaptivePolicy() argument
832 SetAdaptMinFontSize(FrameNode* frameNode, const Dimension& value) SetAdaptMinFontSize() argument
837 SetAdaptMaxFontSize(FrameNode* frameNode, const Dimension& value) SetAdaptMaxFontSize() argument
842 SetHeightAdaptivePolicy(FrameNode* frameNode, TextHeightAdaptivePolicy value) SetHeightAdaptivePolicy() argument
884 SetLetterSpacing(const Dimension& value) SetLetterSpacing() argument
889 SetLineHeight(const Dimension& value) SetLineHeight() argument
894 SetLineSpacing(const Dimension& value) SetLineSpacing() argument
899 SetTextDecoration(Ace::TextDecoration value) SetTextDecoration() argument
904 SetTextDecorationColor(const Color& value) SetTextDecorationColor() argument
909 SetTextDecorationStyle(Ace::TextDecorationStyle value) SetTextDecorationStyle() argument
961 SetTextOverflow(Ace::TextOverflow value) SetTextOverflow() argument
966 SetTextIndent(const Dimension& value) SetTextIndent() argument
971 SetTextOverflow(FrameNode* frameNode, Ace::TextOverflow value) SetTextOverflow() argument
976 SetTextIndent(FrameNode* frameNode, const Dimension& value) SetTextIndent() argument
981 SetInputStyle(FrameNode* frameNode, InputStyle value) SetInputStyle() argument
1001 SetBarState(FrameNode* frameNode, OHOS::Ace::DisplayMode value) SetBarState() argument
1035 SetSelectedBackgroundColor(FrameNode* frameNode, const Color& value) SetSelectedBackgroundColor() argument
1040 SetMaxViewLines(FrameNode* frameNode, uint32_t value) SetMaxViewLines() argument
1045 SetNormalMaxViewLines(FrameNode* frameNode, uint32_t value) SetNormalMaxViewLines() argument
1051 SetType(FrameNode* frameNode, TextInputType value) SetType() argument
1061 SetContentType(const FrameNode* frameNode, const TextContentType& value) SetContentType() argument
1077 SetShowPasswordIcon(FrameNode* frameNode, bool value) SetShowPasswordIcon() argument
1087 SetShowPassword(FrameNode* frameNode, bool value) SetShowPassword() argument
1097 SetTextAlign(FrameNode* frameNode, TextAlign value) SetTextAlign() argument
1113 SetTextColor(FrameNode* frameNode, const Color& value) SetTextColor() argument
1121 SetCaretPosition(FrameNode* frameNode, const int32_t& value) SetCaretPosition() argument
1128 SetFontStyle(FrameNode* frameNode, Ace::FontStyle value) SetFontStyle() argument
1134 SetMaxLength(FrameNode* frameNode, uint32_t value) SetMaxLength() argument
1156 SetCaretStyle(FrameNode* frameNode, const CaretStyle& value) SetCaretStyle() argument
1163 SetPlaceholderColor(FrameNode* frameNode, const Color& value) SetPlaceholderColor() argument
1168 SetFontWeight(FrameNode* frameNode, FontWeight value) SetFontWeight() argument
1193 SetEnterKeyType(FrameNode* frameNode, TextInputAction value) SetEnterKeyType() argument
1203 SetFontFamily(FrameNode* frameNode, const std::vector<std::string>& value) SetFontFamily() argument
1209 SetMaxLines(FrameNode* frameNode, uint32_t value) SetMaxLines() argument
1214 SetPlaceholderFont(FrameNode* frameNode, const Font& value) SetPlaceholderFont() argument
1235 SetFontSize(FrameNode* frameNode, const Dimension& value) SetFontSize() argument
1241 SetCaretColor(FrameNode* frameNode, const Color& value) SetCaretColor() argument
1253 bool value = false; GetSelectionMenuHidden() local
1269 SetShowCounter(FrameNode* frameNode, bool value) SetShowCounter() argument
1292 SetCounterType(FrameNode* frameNode, int32_t value) SetCounterType() argument
1316 SetTextFieldText(FrameNode* frameNode, const std::string& value) SetTextFieldText() argument
1408 std::string value; GetPlaceholderText() local
1415 std::string value; GetTextFieldText() local
1423 Color value; GetCaretColor() local
1430 Dimension value; GetCaretStyle() local
1437 bool value = false; GetShowUnderline() local
1444 uint32_t value = 0; GetMaxLength() local
1451 TextInputAction value = TextInputAction::UNSPECIFIED; GetEnterKeyType() local
1460 Color value; GetPlaceholderColor() local
1486 bool value = false; GetRequestKeyboardOnFocus() local
1494 TextInputType value = TextInputType::UNSPECIFIED; GetType() local
1501 Color value; GetSelectedBackgroundColor() local
1509 bool value = false; GetShowPasswordIcon() local
1516 bool value = false; GetShowPassword() local
1523 bool value = false; GetTextFieldEditing() local
1531 bool value = false; GetShowCancelButton() local
1539 CalcDimension value; GetCancelIconSize() local
1546 std::string value; GetCanacelIconSrc() local
1553 Color value; GetCancelIconColor() local
1560 TextAlign value = TextAlign::START; GetTextAlign() local
1566 Color value; GetTextColor() local
1572 Ace::FontStyle value = Ace::FontStyle::NORMAL; GetFontStyle() local
1578 FontWeight value = FontWeight::NORMAL; GetFontWeight() local
1584 Dimension value; GetFontSize() local
1590 CleanNodeStyle value = CleanNodeStyle::INPUT; GetCleanNodeStyle() local
1596 bool value = false; GetShowCounter() local
1602 int value = -1; GetCounterType() local
1608 bool value = true; GetShowCounterBorder() local
1656 SetTextDecoration(FrameNode* frameNode, TextDecoration value) SetTextDecoration() argument
1661 SetTextDecorationColor(FrameNode* frameNode, const Color& value) SetTextDecorationColor() argument
1666 SetTextDecorationStyle(FrameNode* frameNode, TextDecorationStyle value) SetTextDecorationStyle() argument
1671 SetLetterSpacing(FrameNode* frameNode, const Dimension& value) SetLetterSpacing() argument
1676 SetLineHeight(FrameNode* frameNode, const Dimension& value) SetLineHeight() argument
1681 SetLineSpacing(FrameNode* frameNode, const Dimension& value) SetLineSpacing() argument
1686 SetWordBreak(FrameNode* frameNode, Ace::WordBreak value) SetWordBreak() argument
1691 SetLineBreakStrategy(FrameNode* frameNode, LineBreakStrategy value) SetLineBreakStrategy() argument
1725 SetInputFilter(FrameNode* frameNode, const std::string& value, const std::function<void(const std::string&)>& onError) SetInputFilter() argument
1769 SetInputFilter(FrameNode* frameNode, const std::string& value) SetInputFilter() argument
1784 Ace::WordBreak value = Ace::WordBreak::BREAK_WORD; GetWordBreak() local
1791 bool value = true; GetEnableAutoFill() local
1798 TextContentType value = TextContentType::UNSPECIFIED; GetContentType() local
1812 std::string value; GetPasswordRules() local
1819 bool value = false; GetSelectAllValue() local
1826 std::string value; GetInputFilter() local
1846 InputStyle value = InputStyle::DEFAULT; GetInputStyle() local
1853 FONT_FEATURES_LIST value; GetFontFeature() local
1860 Dimension value; GetAdaptMinFontSize() local
1917 Dimension value; GetAdaptMaxFontSize() local
1924 Dimension value; GetLineHeight() local
1931 uint32_t value = 3; GetMaxLines() local
1962 SetShowKeyBoardOnFocus(FrameNode* frameNode, bool value) SetShowKeyBoardOnFocus() argument
1977 SetNumberOfLines(FrameNode* frameNode, int32_t value) SetNumberOfLines() argument
1985 int32_t value = -1; GetNumberOfLines() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp161 float RoundValueToPixelGrid(float value, bool isRound, bool forceCeil, bool forceFloor) in RoundValueToPixelGrid() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp1963 RoundValueToPixelGrid(float value, bool isRound, bool forceCeil, bool forceFloor) RoundValueToPixelGrid() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_area_modifier.cpp99 void SetTextAreaCopyOption(ArkUINodeHandle node, ArkUI_Int32 value) in SetTextAreaCopyOption() argument
132 void SetTextAreaTextAlign(ArkUINodeHandle node, ArkUI_Int32 value) in SetTextAreaTextAlign() argument
298 void SetTextAreaShowCounter(ArkUINodeHandle node, ArkUI_Uint32 value) in SetTextAreaShowCounter() argument
331 void SetTextAreaMaxLength(ArkUINodeHandle node, ArkUI_Int32 value) in SetTextAreaMaxLength() argument
364 SetTextAreaFontStyle(ArkUINodeHandle node, ArkUI_Uint32 value) SetTextAreaFontStyle() argument
422 SetCounterType(ArkUINodeHandle node, ArkUI_Int32 value) SetCounterType() argument
429 SetTextAreaPlaceholderString(ArkUINodeHandle node, ArkUI_CharPtr value) SetTextAreaPlaceholderString() argument
437 SetTextAreaTextString(ArkUINodeHandle node, ArkUI_CharPtr value) SetTextAreaTextString() argument
493 Font value = TextFieldModelNG::GetPlaceholderFont(frameNode); GetTextAreaPlaceholderFont() local
618 SetTextAreaLetterSpacing(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) SetTextAreaLetterSpacing() argument
629 CalcDimension value; ResetTextAreaLetterSpacing() local
634 SetTextAreaLineHeight(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) SetTextAreaLineHeight() argument
645 CalcDimension value; ResetTextAreaLineHeight() local
650 SetTextAreaFontFeature(ArkUINodeHandle node, ArkUI_CharPtr value) SetTextAreaFontFeature() argument
682 SetTextAreaAdaptMinFontSize(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) SetTextAreaAdaptMinFontSize() argument
701 SetTextAreaAdaptMaxFontSize(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) SetTextAreaAdaptMaxFontSize() argument
720 SetTextAreaHeightAdaptivePolicy(ArkUINodeHandle node, ArkUI_Int32 value) SetTextAreaHeightAdaptivePolicy() argument
770 SetTextAreaCaret(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) SetTextAreaCaret() argument
779 SetTextAreaCaretStyle(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit, ArkUI_Uint32 caretColor) SetTextAreaCaretStyle() argument
803 SetTextAreaTextOverflow(ArkUINodeHandle node, ArkUI_Int32 value) SetTextAreaTextOverflow() argument
832 SetTextAreaLineSpacing(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) SetTextAreaLineSpacing() argument
843 CalcDimension value; ResetTextAreaLineSpacing() local
956 SetTextAreaEnterKeyType(ArkUINodeHandle node, ArkUI_Int32 value) SetTextAreaEnterKeyType() argument
970 SetTextAreaInputFilter(ArkUINodeHandle node, ArkUI_CharPtr value, void* callback) SetTextAreaInputFilter() argument
1173 ConvertBorderStyle(int32_t value) ConvertBorderStyle() argument
1574 SetTextAreaEnablePreviewText(ArkUINodeHandle node, ArkUI_Uint32 value) SetTextAreaEnablePreviewText() argument
1630 SetTextAreaWidth(ArkUINodeHandle node, ArkUI_CharPtr value) SetTextAreaWidth() argument
1645 SetTextAreaEnableHapticFeedback(ArkUINodeHandle node, ArkUI_Uint32 value) SetTextAreaEnableHapticFeedback() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.cpp2245 void SelectOverlayNode::HideOrShowCirclesAndBackArrow(FrameNodeType type, float value) in HideOrShowCirclesAndBackArrow() argument
2256 void SelectOverlayNode::SetSelectMenuOpacity(float value) in SetSelectMenuOpacity() argument
2264 void SelectOverlayNode::SetExtensionMenuOpacity(float value) in SetExtensionMenuOpacity() argument
2271 void SelectOverlayNode::SetBackButtonOpacity(float value) in SetBackButtonOpacity() argument
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp252 auto value = resourceWrapper->GetString(resource.resId); in ParseResource() local
256 auto value = std::to_string(resourceWrapper->GetInt(resource.resId)); in ParseResource() local
855 void CheckNapiDimension(CalcDimension value) in CheckNapiDimension() argument
1003 std::optional<Color> GetColorProps(napi_env env, napi_value value) in GetColorProps() argument
[all...]

Completed in 77 milliseconds

1...<<461462463464465466467468469470>>...507