Home
last modified time | relevance | path

Searched defs:textLineStyle (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testsix_ng.cpp86 auto textLineStyle = std::make_unique<TextLineStyle>(); variable
117 auto textLineStyle = std::make_unique<TextLineStyle>(); variable
H A Dtext_test_ng.cpp89 const std::unique_ptr<TextLineStyle>& textLineStyle = textLayoutProperty->GetTextLineStyle(); variable
140 const std::unique_ptr<TextLineStyle>& textLineStyle = textLayoutProperty->GetTextLineStyle(); variable
166 const std::unique_ptr<TextLineStyle>& textLineStyle = textLayoutProperty->GetTextLineStyle(); variable
H A Dtext_testfive_ng.cpp2746 auto textLineStyle = std::make_unique<TextLineStyle>(); variable
2777 auto textLineStyle = std::make_unique<TextLineStyle>(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_styles.cpp36 const std::unique_ptr<TextLineStyle>& textLineStyle, const RefPtr<TextTheme>& textTheme) in CreateTextStyleUsingTheme()
81 const std::unique_ptr<TextLineStyle>& textLineStyle, TextStyle& textStyle) in UseSelfStyle()
122 … const std::unique_ptr<FontStyle>& fontStyle, const std::unique_ptr<TextLineStyle>& textLineStyle, in CreateTextStyleUsingThemeWithText()
H A Dtext_model_ng.cpp736 auto& textLineStyle = layoutProperty->GetTextLineStyle(); in GetMaxLines() local
746 auto& textLineStyle = layoutProperty->GetTextLineStyle(); in GetTextAlign() local
756 auto& textLineStyle = layoutProperty->GetTextLineStyle(); in GetTextOverflow() local
767 auto& textLineStyle = layoutProperty->GetTextLineStyle(); in GetTextIndent() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dspan_to_html.cpp436 const NG::FontStyle& fontStyle, const OHOS::Ace::NG::TextLineStyle& textLineStyle) in NormalStyleToHtml()
527 std::string SpanToHtml::ParagraphStyleToHtml(const OHOS::Ace::NG::TextLineStyle& textLineStyle) in ParagraphStyleToHtml()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_styled_string_test_ng.cpp239 auto& textLineStyle = spanItem->textLineStyle; variable