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 D | svg_fe.cpp | 51 { "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 D | svg_fe_blend.cpp | 74 { "SourceGraphic", SvgFeInType::SOURCE_GRAPHIC }, in ParseAndSetSpecializedAttr()
|
H A D | svg_fe_composite.cpp | 32 { "SourceGraphic", SvgFeInType::SOURCE_GRAPHIC }, in ConvertStrToSvgFeInType()
|
H A D | svg_attributes_parser.h | 50 SOURCE_GRAPHIC, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_fe_declaration.h | 30 SOURCE_GRAPHIC, enumerator 130 { "SourceGraphic", FeInType::SOURCE_GRAPHIC }, in SetIn()
|
H A D | svg_fe_blend_declaration.h | 51 { "SourceGraphic", FeInType::SOURCE_GRAPHIC }, in SetIn2()
|
H A D | svg_fe_composite_declaration.h | 81 { "SourceGraphic", FeInType::SOURCE_GRAPHIC }, in SetIn2()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | rosen_render_svg_filter.cpp | 118 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 D | parse_test_ng.cpp | 1313 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;
|