Home
last modified time | relevance | path

Searched refs:SOURCE_GRAPHIC (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_fe.cpp51 { "SourceGraphic", SvgFeInType::SOURCE_GRAPHIC }, in __anon17f12f840402()
82 if (fe.in.in == SvgFeInType::SOURCE_GRAPHIC) { in InitFilterColor()
143 case SvgFeInType::SOURCE_GRAPHIC: in MakeImageFilter()
H A Dsvg_fe_blend.cpp74 { "SourceGraphic", SvgFeInType::SOURCE_GRAPHIC }, in ParseAndSetSpecializedAttr()
H A Dsvg_fe_composite.cpp32 { "SourceGraphic", SvgFeInType::SOURCE_GRAPHIC }, in ConvertStrToSvgFeInType()
H A Dsvg_attributes_parser.h50 SOURCE_GRAPHIC, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_fe_declaration.h30 SOURCE_GRAPHIC, enumerator
130 { "SourceGraphic", FeInType::SOURCE_GRAPHIC }, in SetIn()
H A Dsvg_fe_blend_declaration.h51 { "SourceGraphic", FeInType::SOURCE_GRAPHIC }, in SetIn2()
H A Dsvg_fe_composite_declaration.h81 { "SourceGraphic", FeInType::SOURCE_GRAPHIC }, in SetIn2()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_filter.cpp118 if (fe->GetInType() == FeInType::SOURCE_GRAPHIC) { in InitFilterColor()
133 case FeInType::SOURCE_GRAPHIC: in MakeImageFilter()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_test_ng.cpp1313 EXPECT_EQ(svgFeCompositeDeclaration.in2.in, SvgFeInType::SOURCE_GRAPHIC);
1340 EXPECT_EQ(svgFeCommonDeclaration.in.in, SvgFeInType::SOURCE_GRAPHIC);
1567 .in = SvgFeInType::SOURCE_GRAPHIC,
1570 in.in = SvgFeInType::SOURCE_GRAPHIC;