Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_fe_composite_declaration.cpp26 AddSpecializedAttribute(DeclarationConstants::DEFAULT_SVG_FE_COMPOSITE_ATTR); in InitSpecialized()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration_constants.h209 static const std::shared_ptr<SvgFeCompositeAttribute> DEFAULT_SVG_FE_COMPOSITE_ATTR; variable
H A Ddeclaration_constants.cpp229 const std::shared_ptr<SvgFeCompositeAttribute> DeclarationConstants::DEFAULT_SVG_FE_COMPOSITE_ATTR = member in OHOS::Ace::DeclarationConstants