Home
last modified time | relevance | path

Searched refs:ParseMarginAttr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.h78 static std::optional<NG::MarginProperty> ParseMarginAttr(JsiRef<JSVal> marginAttr);
H A Djs_richeditor.cpp109 std::optional<NG::MarginProperty> JSRichEditor::ParseMarginAttr(JsiRef<JSVal> marginAttr) in ParseMarginAttr() function in OHOS::Ace::Framework::JSRichEditor
1395 imageStyle.marginProp = JSRichEditor::ParseMarginAttr(marginAttr); in ParseJsImageSpanAttribute()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp764 imageStyle.marginProp = JSRichEditor::ParseMarginAttr(marginAttr); in ParseJsImageSpanAttribute()
766 imageStyle.paddingProp = JSRichEditor::ParseMarginAttr(paddingAttr); in ParseJsImageSpanAttribute()