Home
last modified time | relevance | path

Searched defs:paragraphStyleSpan (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_string_test_ng.cpp1403 auto paragraphStyleSpan = AceType::MakeRefPtr<ParagraphStyleSpan>(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_string.cpp475 auto* paragraphStyleSpan = AceType::DynamicCast<JSParagraphStyleSpan>(base); in ParseJsParagraphStyleSpan() local
H A Djs_span_object.cpp1514 void JSParagraphStyleSpan::SetParagraphStyleSpan(const RefPtr<ParagraphStyleSpan>& paragraphStyleSp… in SetParagraphStyleSpan()