Home
last modified time | relevance | path

Searched refs:CreateParagraph (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.h100 void CreateParagraph(const TextStyle& textStyle, std::string content, bool needObscureText,
102 void CreateParagraph(const TextStyle& textStyle, const std::vector<std::string>& contents,
H A Dtext_field_layout_algorithm.cpp804 void TextFieldLayoutAlgorithm::CreateParagraph(const TextStyle& textStyle, std::string content, boo… in CreateParagraph() function in OHOS::Ace::NG::TextFieldLayoutAlgorithm
825 void TextFieldLayoutAlgorithm::CreateParagraph(const TextStyle& textStyle, const std::vector<std::s… in CreateParagraph() function in OHOS::Ace::NG::TextFieldLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_area/
H A Dtext_area_layout_algorithm.cpp229 CreateParagraph(textStyle, pattern->GetDragContents(), content, false, paragraphData); in CreateParagraphEx()
231 CreateParagraph(textStyle, content, false, pattern->GetNakedCharPosition(), paragraphData); in CreateParagraphEx()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_layout_algorithm.h52 bool CreateParagraph(
H A Drich_editor_layout_algorithm.cpp166 …if (!CreateParagraph(textStyle, layoutProperty->GetContent().value_or(""), layoutWrapper, maxSize.… in BuildParagraph()
179 bool RichEditorLayoutAlgorithm::CreateParagraph( in CreateParagraph() function in OHOS::Ace::NG::RichEditorLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_algorithm_test.cpp416 textInputLayoutAlgorithm->CreateParagraph(textStyle, strVec, "content", true, paragraphData);
436 textInputLayoutAlgorithm->CreateParagraph(textStyle, strVec, "content", false, paragraphData);
458 textInputLayoutAlgorithm->CreateParagraph(textStyle, strVec, "content", false, paragraphData);
H A Dtext_field_pattern_testfour.cpp304 textInputLayoutAlgorithm->CreateParagraph(textStyle, strVec, "content", true, paragraphData);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_tip_modifier.h137 bool CreateParagraph(const TextStyle& textStyle, std::string content);
H A Dslider_pattern.h169 bool CreateParagraph(const TextStyle& textStyle, std::string content);
H A Dslider_tip_modifier.cpp488 if (!CreateParagraph(textStyle, content)) { in CreateParagraphAndLayout()
510 bool SliderTipModifier::CreateParagraph(const TextStyle& textStyle, std::string content) in CreateParagraph() function in OHOS::Ace::NG::SliderTipModifier
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_layout_algorithm.h104 bool CreateParagraph(
H A Dmultiple_paragraph_layout_algorithm.h58 virtual bool CreateParagraph(
H A Dtext_layout_algorithm.cpp278 bool TextLayoutAlgorithm::CreateParagraph( in CreateParagraph() function in OHOS::Ace::NG::TextLayoutAlgorithm
382 if (!CreateParagraph(textStyle, content, layoutWrapper, maxSize.Width())) { in CreateParagraphAndLayout()
588 if (!CreateParagraph(textStyle, content, layoutWrapper)) { in BuildTextRaceParagraph()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/
H A Dtext_input_layout_algorithm.cpp399 CreateParagraph(textStyle, pattern->GetDragContents(), content, in CreateParagraphEx()
402CreateParagraph(textStyle, content, isPasswordType && pattern->GetTextObscured() && !showPlaceHold… in CreateParagraphEx()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testtwo_ng.cpp617 auto ret = rowLayoutAlgorithm->CreateParagraph(textStyle, "", AceType::RawPtr(frameNode));
669 auto ret = rowLayoutAlgorithm->CreateParagraph(textStyle, "", AceType::RawPtr(frameNode));
697 auto ret = rowLayoutAlgorithm->CreateParagraph(textStyle, "", AceType::RawPtr(frameNode));
H A Dtext_testthree_ng.cpp179 rowLayoutAlgorithm->CreateParagraph(textStyle, "This is a test.", AceType::RawPtr(host));
206 rowLayoutAlgorithm->CreateParagraph(textStyle, "This is a test.", AceType::RawPtr(host));
346 rowLayoutAlgorithm->CreateParagraph(textStyle, "This is a test.", AceType::RawPtr(frameNode));
H A Dtext_testfive_ng.cpp977 …EXPECT_EQ(textLayoutAlgorithm->CreateParagraph(textStyle, "", AceType::RawPtr(frameNode), maxSize.…
983 …EXPECT_EQ(textLayoutAlgorithm->CreateParagraph(textStyle, "", AceType::RawPtr(frameNode), maxSize.…
987 …EXPECT_EQ(textLayoutAlgorithm->CreateParagraph(textStyle, "", AceType::RawPtr(frameNode), maxSize.…
H A Dtext_test_ng.cpp772 …auto ret = rowLayoutAlgorithm->CreateParagraph(textStyle, "", AceType::RawPtr(frameNode), maxSize.…