Home
last modified time | relevance | path

Searched refs:renderTextSpan (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dspan_composed_element.cpp59 auto renderTextSpan = GetRenderTextSpan(); in GetSpanData() local
60 return renderTextSpan ? renderTextSpan->GetSpanData() : NULL_STRING; in GetSpanData()
65 auto renderTextSpan = GetRenderTextSpan(); in GetSpanTextFontSize() local
66 auto fontSize = renderTextSpan ? renderTextSpan->GetSpanStyle().GetFontSize() : Dimension(); in GetSpanTextFontSize()
72 auto renderTextSpan = GetRenderTextSpan(); in GetTextCase() local
74 renderTextSpan ? renderTextSpan->GetSpanStyle().GetTextCase() : TextCase::NORMAL; in GetTextCase()
81 auto renderTextSpan = GetRenderTextSpan(); in GetDeclaration() local
82 …auto textDecoration = renderTextSpan ? renderTextSpan->GetSpanStyle().GetTextDecoration() : TextDe… in GetDeclaration()
83 …auto textDecorationColor = renderTextSpan ? renderTextSpan->GetSpanStyle().GetTextDecorationColor(… in GetDeclaration()
100 auto renderTextSpan = GetRenderTextSpan(); in GetLetterSpacing() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp155 auto renderTextSpan = AceType::DynamicCast<RenderTextSpan>(child); in UpdateAccessibilityText() local
156 if (renderTextSpan) { in UpdateAccessibilityText()
157 accessibilityText += renderTextSpan->GetSpanData(); in UpdateAccessibilityText()