Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H A Dtext_declaration.h24 struct TextSpecializedAttribute : Attribute { struct
53 …auto& attribute = static_cast<TextSpecializedAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_AT… in GetData()
59 … auto& attribute = MaybeResetAttribute<TextSpecializedAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration_constants.cpp166 const std::shared_ptr<TextSpecializedAttribute> DeclarationConstants::DEFAULT_TEXT_ATTR =
167 std::make_shared<TextSpecializedAttribute>();
H A Ddeclaration_constants.h174 static const std::shared_ptr<TextSpecializedAttribute> DEFAULT_TEXT_ATTR;