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 D | rich_editor_pattern_testfour_ng.cpp | 776 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 D | rich_editor_pattern.h | 485 …void CopyTextSpanLineStyle(RefPtr<SpanNode>& source, RefPtr<SpanNode>& target, bool needLeadingMar…
|
H A D | rich_editor_pattern.cpp | 1589 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()
|