Home
last modified time | relevance | path

Searched refs:GetHasUserFontWeight (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.h299 bool GetHasUserFontWeight() in GetHasUserFontWeight() function
466 bool GetHasUserFontWeight() in GetHasUserFontWeight() function
H A Dspan_node.cpp606 if (!GetHasUserFontWeight()) { in InheritParentProperties()
H A Dtext_pattern.cpp3223 if (textLayoutProp->HasVariableFontWeight() && !child->GetHasUserFontWeight()) { in UpdateChildProperty()
3228 … if (textLayoutProp->HasEnableVariableFontWeight() && !child->GetHasUserFontWeight()) { in UpdateChildProperty()