Home
last modified time | relevance | path

Searched refs:AdaptMinTextSize (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drosen_render_text.h50 bool AdaptMinTextSize(double paragraphMaxWidth);
H A Drosen_render_text.cpp297 return AdaptMinTextSize(paragraphMaxWidth); in AdaptTextSize()
300 bool RosenRenderText::AdaptMinTextSize(double paragraphMaxWidth) in AdaptMinTextSize() function in OHOS::Ace::RosenRenderText
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_layout_algorithm.h100 …bool AdaptMinTextSize(TextStyle& textStyle, const std::string& content, const LayoutConstraintF& c…
H A Dtext_layout_algorithm.cpp400 bool TextLayoutAlgorithm::AdaptMinTextSize(TextStyle& textStyle, const std::string& content, in AdaptMinTextSize() function in OHOS::Ace::NG::TextLayoutAlgorithm
512 …if (!AdaptMinTextSize(textStyle, layoutProperty->GetContent().value_or(""), contentConstraint, lay… in BuildParagraph()
592 if (!AdaptMinTextSize(textStyle, content, contentConstraint, layoutWrapper)) { in BuildTextRaceParagraph()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testfive_ng.cpp1043 EXPECT_EQ(textLayoutAlgorithm->AdaptMinTextSize(
1048 EXPECT_EQ(textLayoutAlgorithm->AdaptMinTextSize(
1056 EXPECT_EQ(textLayoutAlgorithm->AdaptMinTextSize(
1070 EXPECT_EQ(textLayoutAlgorithm->AdaptMinTextSize(
H A Dtext_test_ng.cpp1453 auto result = textLayoutAlgorithm->AdaptMinTextSize(
1509 auto result = textLayoutAlgorithm->AdaptMinTextSize(
1565 auto result = textLayoutAlgorithm->AdaptMinTextSize(