Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h483 …void CopyTextSpanStyle(RefPtr<SpanNode>& source, RefPtr<SpanNode>& target, bool needLeadingMargin …
H A Drich_editor_pattern.cpp1586 void RichEditorPattern::CopyTextSpanStyle(RefPtr<SpanNode>& source, RefPtr<SpanNode>& target, bool … in CopyTextSpanStyle() function in OHOS::Ace::NG::RichEditorPattern
1684 CopyTextSpanStyle(spanNode, newSpanNode, needLeadingMargin); in TextSpanSplit()
5225 CopyTextSpanStyle(spanNodeBefore, spanNodeAfter); in InsertValueToBeforeSpan()