Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/svg/
Drender_svg_fe_composite.cpp33 operatorType_ = declaration->GetOperatorType(); in Update()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
Dsvg_fe_composite.cpp47 if (declaration->GetOperatorType() != FeOperatorType::FE_ARITHMETIC) { in OnAsImageFilter()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
Dsvg_fe_composite_declaration.h139 const FeOperatorType& GetOperatorType() const in GetOperatorType() function