Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_test_ng.cpp1218 auto svgFeColorMatrix2 = AceType::DynamicCast<SvgFeColorMatrix>(svgFilter->children_.at(1)); variable
1219 EXPECT_NE(svgFeColorMatrix2, nullptr);
1220 auto feColorDeclaration2 = svgFeColorMatrix2->matrixAttr_;