Searched refs:ParseMarginAttr (Results 1 – 3 of 3) sorted by relevance
78 static std::optional<NG::MarginProperty> ParseMarginAttr(JsiRef<JSVal> marginAttr);
109 std::optional<NG::MarginProperty> JSRichEditor::ParseMarginAttr(JsiRef<JSVal> marginAttr) in ParseMarginAttr() function in OHOS::Ace::Framework::JSRichEditor1395 imageStyle.marginProp = JSRichEditor::ParseMarginAttr(marginAttr); in ParseJsImageSpanAttribute()
764 imageStyle.marginProp = JSRichEditor::ParseMarginAttr(marginAttr); in ParseJsImageSpanAttribute()766 imageStyle.paddingProp = JSRichEditor::ParseMarginAttr(paddingAttr); in ParseJsImageSpanAttribute()