Home
last modified time | relevance | path

Searched refs:FE_ARITHMETIC (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_fe_composite.cpp46 { "arithmetic", SvgFeOperatorType::FE_ARITHMETIC }, in ConvertStrToSvgFeOperatorType()
85 case SvgFeOperatorType::FE_ARITHMETIC: in BlendModeForOperator()
101 if (mode != SvgFeOperatorType::FE_ARITHMETIC) { in OnAsImageFilter()
H A Dsvg_attributes_parser.h66 FE_ARITHMETIC, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_fe_composite_declaration.h24 FE_ARITHMETIC, enumerator
96 { "arithmetic", FeOperatorType::FE_ARITHMETIC }, in SetOperatorType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_fe_composite.cpp28 if (operatorType_ == FeOperatorType::FE_ARITHMETIC) { in OnAsImageFilter()