Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_fe_component_transfer_declaration.cpp26 AddSpecializedAttribute(DeclarationConstants::DEFAULT_SVG_FE_COMPONENT_TRANSFER_ATTR); in InitSpecialized()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration_constants.h208 static const std::shared_ptr<SvgFeAttribute> DEFAULT_SVG_FE_COMPONENT_TRANSFER_ATTR; variable
H A Ddeclaration_constants.cpp227 const std::shared_ptr<SvgFeAttribute> DeclarationConstants::DEFAULT_SVG_FE_COMPONENT_TRANSFER_ATTR = member in OHOS::Ace::DeclarationConstants