Home
last modified time | relevance | path

Searched refs:ParseJsLineHeightSpan (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_string.h76 …static RefPtr<SpanBase> ParseJsLineHeightSpan(int32_t start, int32_t length, const JSRef<JSObject>…
H A Djs_span_string.cpp445 return ParseJsLineHeightSpan(start, length, obj); in ParseJsSpanBase()
550 RefPtr<SpanBase> JSSpanString::ParseJsLineHeightSpan(int32_t start, int32_t length, const JSRef<JSO… in ParseJsLineHeightSpan() function in OHOS::Ace::Framework::JSSpanString