Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testfour_ng.cpp776 richEditorPattern->CopyTextSpanLineStyle(source, target, false);
777 richEditorPattern->CopyTextSpanLineStyle(source, target, true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h485 …void CopyTextSpanLineStyle(RefPtr<SpanNode>& source, RefPtr<SpanNode>& target, bool needLeadingMar…
H A Drich_editor_pattern.cpp1589 CopyTextSpanLineStyle(source, target, needLeadingMargin); in CopyTextSpanStyle()
1614 void RichEditorPattern::CopyTextSpanLineStyle( in CopyTextSpanLineStyle() function in OHOS::Ace::NG::RichEditorPattern
5166 CopyTextSpanLineStyle(spanNode, newSpanNode, true); in InsertDiffStyleValueInSpan()