Home
last modified time | relevance | path

Searched refs:HasSetFontStyle (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_span.h33 bool HasSetFontStyle() const in HasSetFontStyle() function
36 return declaration ? declaration->HasSetFontStyle() : false; in HasSetFontStyle()
H A Ddom_span.cpp56 if (!domSpan->HasSetFontStyle()) { in CheckAndSetCurrentSpanStyle()
H A Ddom_text.cpp64 if (!dmoSpan->HasSetFontStyle()) { in CheckAndSetSpanStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component_v2.cpp52 if (!spanDeclaration->HasSetFontStyle()) { in CheckAndSetChildStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/
H A Dspan_declaration.h80 bool HasSetFontStyle() const in HasSetFontStyle() function