/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_layout_algorithm.h | 100 void CreateParagraph(const TextStyle& textStyle, std::string content, bool needObscureText, 102 void CreateParagraph(const TextStyle& textStyle, const std::vector<std::string>& contents,
|
H A D | text_field_layout_algorithm.cpp | 804 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 D | text_area_layout_algorithm.cpp | 229 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 D | rich_editor_layout_algorithm.h | 52 bool CreateParagraph(
|
H A D | rich_editor_layout_algorithm.cpp | 166 …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 D | text_field_algorithm_test.cpp | 416 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 D | text_field_pattern_testfour.cpp | 304 textInputLayoutAlgorithm->CreateParagraph(textStyle, strVec, "content", true, paragraphData);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_tip_modifier.h | 137 bool CreateParagraph(const TextStyle& textStyle, std::string content);
|
H A D | slider_pattern.h | 169 bool CreateParagraph(const TextStyle& textStyle, std::string content);
|
H A D | slider_tip_modifier.cpp | 488 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 D | text_layout_algorithm.h | 104 bool CreateParagraph(
|
H A D | multiple_paragraph_layout_algorithm.h | 58 virtual bool CreateParagraph(
|
H A D | text_layout_algorithm.cpp | 278 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 D | text_input_layout_algorithm.cpp | 399 CreateParagraph(textStyle, pattern->GetDragContents(), content, in CreateParagraphEx() 402 …CreateParagraph(textStyle, content, isPasswordType && pattern->GetTextObscured() && !showPlaceHold… in CreateParagraphEx()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_testtwo_ng.cpp | 617 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 D | text_testthree_ng.cpp | 179 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 D | text_testfive_ng.cpp | 977 …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 D | text_test_ng.cpp | 772 …auto ret = rowLayoutAlgorithm->CreateParagraph(textStyle, "", AceType::RawPtr(frameNode), maxSize.…
|