Home
last modified time | relevance | path

Searched refs:spanDeclaration (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component_v2.cpp40 auto spanDeclaration = AceType::DynamicCast<SpanDeclaration>(spanComponent->GetDeclaration()); in CheckAndSetChildStyle() local
41 if (!spanDeclaration) { in CheckAndSetChildStyle()
48 if (!spanDeclaration->HasSetFontSize()) { in CheckAndSetChildStyle()
51 if (!spanDeclaration->HasSetFontStyle()) { in CheckAndSetChildStyle()
54 if (!spanDeclaration->HasSetFontColor()) { in CheckAndSetChildStyle()
57 if (!spanDeclaration->HasSetFontWeight()) { in CheckAndSetChildStyle()
60 if (!spanDeclaration->HasSetTextDecoration()) { in CheckAndSetChildStyle()
66 if (!spanDeclaration->HasSetFontFamily()) { in CheckAndSetChildStyle()
69 if (!spanDeclaration->HasSetAllowScale()) { in CheckAndSetChildStyle()
72 if (!spanDeclaration in CheckAndSetChildStyle()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_span.cpp120 auto spanDeclaration = AceType::DynamicCast<SpanDeclaration>(declaration_); in PrepareSpecializedComponent() local
121 if (!spanDeclaration) { in PrepareSpecializedComponent()
135 textSpanChild_->SetDeclaration(spanDeclaration); in PrepareSpecializedComponent()

Completed in 1 milliseconds