Searched refs:AdaptMinTextSize (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/ |
H A D | rosen_render_text.h | 50 bool AdaptMinTextSize(double paragraphMaxWidth);
|
H A D | rosen_render_text.cpp | 297 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 D | text_layout_algorithm.h | 100 …bool AdaptMinTextSize(TextStyle& textStyle, const std::string& content, const LayoutConstraintF& c…
|
H A D | text_layout_algorithm.cpp | 400 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 D | text_testfive_ng.cpp | 1043 EXPECT_EQ(textLayoutAlgorithm->AdaptMinTextSize( 1048 EXPECT_EQ(textLayoutAlgorithm->AdaptMinTextSize( 1056 EXPECT_EQ(textLayoutAlgorithm->AdaptMinTextSize( 1070 EXPECT_EQ(textLayoutAlgorithm->AdaptMinTextSize(
|
H A D | text_test_ng.cpp | 1453 auto result = textLayoutAlgorithm->AdaptMinTextSize( 1509 auto result = textLayoutAlgorithm->AdaptMinTextSize( 1565 auto result = textLayoutAlgorithm->AdaptMinTextSize(
|