Home
last modified time | relevance | path

Searched refs:AdaptMaxTextSize (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_layout_algorithm.h114 …bool AdaptMaxTextSize(TextStyle& textStyle, const std::string& content, const LayoutConstraintF& c…
H A Dtext_layout_algorithm.cpp523 …if (!AdaptMaxTextSize(textStyle, layoutProperty->GetContent().value_or(""), contentConstraint, lay… in BuildParagraphAdaptUseMinFontSize()
630 bool TextLayoutAlgorithm::AdaptMaxTextSize(TextStyle& textStyle, const std::string& content, in AdaptMaxTextSize() function in OHOS::Ace::NG::TextLayoutAlgorithm