Home
last modified time | relevance | path

Searched refs:MeasureEmptyContentSize (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_layout_algorithm.h68 …std::optional<SizeF> MeasureEmptyContentSize(const LayoutConstraintF& constraint, LayoutWrapper* l…
H A Drich_editor_layout_algorithm.cpp106 std::optional<SizeF> RichEditorLayoutAlgorithm::MeasureEmptyContentSize( in MeasureEmptyContentSize() function in OHOS::Ace::NG::RichEditorLayoutAlgorithm
150 ? MeasureEmptyContentSize(contentConstraint, layoutWrapper) in MeasureContent()