Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_text.cpp46 TextStyle spanStyle = spanComponent->GetTextStyle(); in CheckAndSetAllSpanStyle() local
53 void DOMText::CheckAndSetSpanStyle(const RefPtr<DOMSpan>& dmoSpan, TextStyle& spanStyle) in CheckAndSetSpanStyle()
104 TextStyle spanStyle = spanComponent->GetTextStyle(); in OnChildNodeAdded() local
H A Ddom_span.h93 void SetTextStyle(const TextStyle& spanStyle) in SetTextStyle()
H A Ddom_span.cpp40 TextStyle spanStyle = spanComponent->GetTextStyle(); in ResetInitializedStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component_v2.cpp46 auto spanStyle = spanComponent->GetTextStyle(); in CheckAndSetChildStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_span/
H A Dtext_span_component.cpp57 void TextSpanComponent::SetTextStyle(const TextStyle& spanStyle) in SetTextStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/
H A Dspan_declaration.h30 TextStyle spanStyle; member
58 void SetTextStyle(const TextStyle& spanStyle) in SetTextStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp2226 TextStyle spanStyle; in SetSelectSpanStyle() local
10463 void RichEditorPattern::HandleSelectFontStyleWrapper(KeyCode code, TextStyle& spanStyle) in OnBackPressed()