Home
last modified time | relevance | path

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

/external/skia/modules/svg/include/
DSkSVGFeColorMatrix.h22 SVG_ATTR(Values, SkSVGFeColorMatrixValues, SkSVGFeColorMatrixValues())
DSkSVGTypes.h637 using SkSVGFeColorMatrixValues = SkTDArray<SkSVGNumberType>; variable
/external/skia/modules/svg/src/
DSkSVGFeColorMatrix.cpp22 SkSVGAttributeParser::parse<SkSVGFeColorMatrixValues>("values", name, value)); in parseAndSetAttribute()
100 template <> bool SkSVGAttributeParser::parse(SkSVGFeColorMatrixValues* values) { in parse()