Home
last modified time | relevance | path

Searched refs:ParagraphReLayout (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dmultiple_paragraph_layout_algorithm.h71 bool ParagraphReLayout(const LayoutConstraintF& contentConstraint);
H A Dtext_layout_algorithm.cpp516 return ParagraphReLayout(contentConstraint); in BuildParagraph()
H A Dmultiple_paragraph_layout_algorithm.cpp427 bool MultipleParagraphLayoutAlgorithm::ParagraphReLayout(const LayoutConstraintF& contentConstraint) in ParagraphReLayout() function in OHOS::Ace::NG::MultipleParagraphLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_layout_algorithm.cpp176 return ParagraphReLayout(contentConstraint); in BuildParagraph()