Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_fe_merge_declaration.cpp26 AddSpecializedAttribute(DeclarationConstants::DEFAULT_SVG_FE_MERGE_ATTR); in InitSpecialized()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration_constants.h214 static const std::shared_ptr<SvgFeMergeAttribute> DEFAULT_SVG_FE_MERGE_ATTR; variable
H A Ddeclaration_constants.cpp239 const std::shared_ptr<SvgFeMergeAttribute> DeclarationConstants::DEFAULT_SVG_FE_MERGE_ATTR = member in OHOS::Ace::DeclarationConstants