Home
last modified time | relevance | path

Searched refs:FeOperatorType (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.h23 enum class FeOperatorType { enum
35 FeOperatorType operatorType = FeOperatorType::FE_OVER;
95 static const LinearMapNode<FeOperatorType> FE_OPERATOR_TABLE[] = { in SetOperatorType()
96 { "arithmetic", FeOperatorType::FE_ARITHMETIC }, in SetOperatorType()
97 { "atop", FeOperatorType::FE_ATOP }, in SetOperatorType()
98 { "in", FeOperatorType::FE_IN }, in SetOperatorType()
99 { "lighter", FeOperatorType::FE_LIGHTER }, in SetOperatorType()
100 { "out", FeOperatorType::FE_OUT }, in SetOperatorType()
101 { "over", FeOperatorType::FE_OVER }, in SetOperatorType()
102 { "xor", FeOperatorType::FE_XOR }, in SetOperatorType()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_fe_composite.h36 FeOperatorType operatorType_ = FeOperatorType::FE_OVER;
H A Drosen_render_svg_fe_composite.cpp28 if (operatorType_ == FeOperatorType::FE_ARITHMETIC) { in OnAsImageFilter()