Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_object.cpp733 auto paragraphSpan = DynamicCast<ParagraphStyleSpan>(other); in IsAttributesEqual() local
734 if (!paragraphSpan) { in IsAttributesEqual()
737 auto paragraphStyle = paragraphSpan->GetParagraphStyle(); in IsAttributesEqual()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp1217 auto paragraphSpan = Referenced::MakeRefPtr<JSParagraphStyleSpan>(); in Constructor() local
1218 paragraphSpan->IncRefCount(); in Constructor()
1227 paragraphSpan->paragraphStyleSpan_ = span; in Constructor()
1228 args.SetReturnValue(Referenced::RawPtr(paragraphSpan)); in Constructor()
H A Djs_span_string.cpp315 auto paragraphSpan = Referenced::Claim(obj->Unwrap<JSParagraphStyleSpan>()); in CreateJsParagraphStyleSpan() local
316 paragraphSpan->SetParagraphStyleSpan(span); in CreateJsParagraphStyleSpan()