Home
last modified time | relevance | path

Searched refs:ParseJsParagraphStyleSpan (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_string.h93 …static RefPtr<SpanBase> ParseJsParagraphStyleSpan(int32_t start, int32_t length, const JSRef<JSObj…
H A Djs_span_object.h75 static RefPtr<ParagraphStyleSpan> ParseJsParagraphStyleSpan(const JSRef<JSObject>& obj);
H A Djs_span_string.cpp449 return ParseJsParagraphStyleSpan(start, length, obj); in ParseJsSpanBase()
472 RefPtr<SpanBase> JSSpanString::ParseJsParagraphStyleSpan(int32_t start, int32_t length, const JSRef… in ParseJsParagraphStyleSpan() function in OHOS::Ace::Framework::JSSpanString
H A Djs_span_object.cpp1225 span = JSParagraphStyleSpan::ParseJsParagraphStyleSpan(JSRef<JSObject>::Cast(args[0])); in Constructor()
1238 RefPtr<ParagraphStyleSpan> JSParagraphStyleSpan::ParseJsParagraphStyleSpan(const JSRef<JSObject>& o… in ParseJsParagraphStyleSpan() function in OHOS::Ace::Framework::JSParagraphStyleSpan