Searched refs:FeOperatorType (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_fe_composite_declaration.h | 23 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 D | render_svg_fe_composite.h | 36 FeOperatorType operatorType_ = FeOperatorType::FE_OVER;
|
H A D | rosen_render_svg_fe_composite.cpp | 28 if (operatorType_ == FeOperatorType::FE_ARITHMETIC) { in OnAsImageFilter()
|