Searched defs:textLineStyle (Results 1 – 7 of 7) sorted by relevance
86 auto textLineStyle = std::make_unique<TextLineStyle>(); variable117 auto textLineStyle = std::make_unique<TextLineStyle>(); variable
89 const std::unique_ptr<TextLineStyle>& textLineStyle = textLayoutProperty->GetTextLineStyle(); variable140 const std::unique_ptr<TextLineStyle>& textLineStyle = textLayoutProperty->GetTextLineStyle(); variable166 const std::unique_ptr<TextLineStyle>& textLineStyle = textLayoutProperty->GetTextLineStyle(); variable
2746 auto textLineStyle = std::make_unique<TextLineStyle>(); variable2777 auto textLineStyle = std::make_unique<TextLineStyle>(); variable
36 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()
736 auto& textLineStyle = layoutProperty->GetTextLineStyle(); in GetMaxLines() local746 auto& textLineStyle = layoutProperty->GetTextLineStyle(); in GetTextAlign() local756 auto& textLineStyle = layoutProperty->GetTextLineStyle(); in GetTextOverflow() local767 auto& textLineStyle = layoutProperty->GetTextLineStyle(); in GetTextIndent() local
436 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()
239 auto& textLineStyle = spanItem->textLineStyle; variable