Home
last modified time | relevance | path

Searched refs:CreateParagraphAndLayout (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_adapt_font_sizer.cpp35 … return CreateParagraphAndLayout(textStyle, content, contentConstraint, layoutWrapper, false); in AdaptMaxFontSize()
44 CreateParagraphAndLayout(textStyle, content, contentConstraint, layoutWrapper); in AdaptMaxFontSize()
57 if (!CreateParagraphAndLayout(textStyle, content, contentConstraint, layoutWrapper)) { in AdaptMaxFontSize()
70 return CreateParagraphAndLayout(textStyle, content, contentConstraint, layoutWrapper); in AdaptMaxFontSize()
80 … return CreateParagraphAndLayout(textStyle, content, contentConstraint, layoutWrapper, false); in AdaptMinFontSize()
88 if (!CreateParagraphAndLayout(textStyle, content, contentConstraint, layoutWrapper)) { in AdaptMinFontSize()
H A Dtext_adapt_font_sizer.h33 virtual bool CreateParagraphAndLayout(const TextStyle& textStyle, const std::string& content,
H A Dtext_layout_algorithm.cpp376 bool TextLayoutAlgorithm::CreateParagraphAndLayout(const TextStyle& textStyle, const std::string& c… in CreateParagraphAndLayout() function in OHOS::Ace::NG::TextLayoutAlgorithm
414 if (!CreateParagraphAndLayout(textStyle, content, contentConstraint, layoutWrapper)) { in AdaptMinTextSize()
430 if (!CreateParagraphAndLayout(textStyle, content, contentConstraint, layoutWrapper)) { in AdaptMinTextSize()
506 if (!CreateParagraphAndLayout( in BuildParagraph()
H A Dtext_layout_algorithm.h61 bool CreateParagraphAndLayout(const TextStyle& textStyle, const std::string& content,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp1029 … return CreateParagraphAndLayout(textStyle, textContent_, contentConstraint, layoutWrapper, false); in AddAdaptFontSizeAndAnimations()
1056 … return CreateParagraphAndLayout(textStyle, content, contentConstraint, layoutWrapper, false); in AdaptInlineFocusFontSize()
1072 if (!CreateParagraphAndLayout(textStyle, content, newContentConstraint, layoutWrapper)) { in AdaptInlineFocusFontSize()
1085 return CreateParagraphAndLayout(textStyle, content, contentConstraint, layoutWrapper); in AdaptInlineFocusFontSize()
1121 … return CreateParagraphAndLayout(textStyle, content, contentConstraint, layoutWrapper, false); in AdaptInlineFocusMinFontSize()
1133 if (!CreateParagraphAndLayout(textStyle, content, newContentConstraint, layoutWrapper)) { in AdaptInlineFocusMinFontSize()
1177 bool TextFieldLayoutAlgorithm::CreateParagraphAndLayout(const TextStyle& textStyle, const std::stri… in CreateParagraphAndLayout() function in OHOS::Ace::NG::TextFieldLayoutAlgorithm
H A Dtext_field_layout_algorithm.h58 bool CreateParagraphAndLayout(const TextStyle& textStyle, const std::string& content,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_tip_modifier.h135 void CreateParagraphAndLayout(
H A Dslider_pattern.h167 void CreateParagraphAndLayout(
H A Dslider_tip_modifier.cpp483 CreateParagraphAndLayout(textStyle, content); in BuildParagraph()
486 void SliderTipModifier::CreateParagraphAndLayout(const TextStyle& textStyle, const std::string& con… in CreateParagraphAndLayout() function in OHOS::Ace::NG::SliderTipModifier
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_test_ng.cpp633 …rowLayoutAlgorithm->CreateParagraphAndLayout(textStyle, "", contentConstraint, AceType::RawPtr(fra…
1122 …rowLayoutAlgorithm->CreateParagraphAndLayout(textStyle, "", contentConstraint, AceType::RawPtr(fra…
1172 …rowLayoutAlgorithm->CreateParagraphAndLayout(textStyle, "", contentConstraint, AceType::RawPtr(fra…
1620 …textLayoutAlgorithm->CreateParagraphAndLayout(textStyle, "", contentConstraint, AceType::RawPtr(te…
1673 auto ret = textLayoutAlgorithm->CreateParagraphAndLayout(
1727 auto ret = textLayoutAlgorithm->CreateParagraphAndLayout(
1976 …textLayoutAlgorithm->CreateParagraphAndLayout(textStyle, "", contentConstraint, AceType::RawPtr(te…
2031 …textLayoutAlgorithm->CreateParagraphAndLayout(textStyle, "", contentConstraint, AceType::RawPtr(te…