Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/svg/include/
H A DSkSVGFeColorMatrix.h31 SVG_ATTR(Values, SkSVGFeColorMatrixValues, SkSVGFeColorMatrixValues())
H A DSkSVGTypes.h677 using SkSVGFeColorMatrixValues = std::vector<SkSVGNumberType>; variable
/aosp_15_r20/external/skia/modules/svg/src/
H A DSkSVGFeColorMatrix.cpp28 SkSVGAttributeParser::parse<SkSVGFeColorMatrixValues>("values", name, value)); in parseAndSetAttribute()