Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_layout_algorithm.cpp40 span->SetNeedRemoveNewLine(true); in RichEditorLayoutAlgorithm()
48 span->SetNeedRemoveNewLine(false); in RichEditorLayoutAlgorithm()
72 tailNewLineSpan->SetNeedRemoveNewLine(true); in AppendNewLineSpan()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_layout_algorithm.cpp55 span->SetNeedRemoveNewLine(false); in TextLayoutAlgorithm()
82 spanItem->SetNeedRemoveNewLine(false); in ConstructParagraphSpanGroup()
99 spanItem->SetNeedRemoveNewLine(true); in ConstructParagraphSpanGroup()
H A Dspan_node.h268 void SetNeedRemoveNewLine(bool value) in SetNeedRemoveNewLine() function