Home
last modified time | relevance | path

Searched defs:SvgFeColorMatrixAttribute (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_fe_colormatrix_declaration.h24 struct SvgFeColorMatrixAttribute : SvgFeAttribute { struct
25 SvgFeColorMatrixType type = SvgFeColorMatrixType::Matrix;
26 std::string values;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_attributes_parser.h228 struct SvgFeColorMatrixAttribute { struct
229 SvgFeColorMatrixType type = SvgFeColorMatrixType::MATRIX;
230 std::string values;