ColorMatrixType 32 Source/core/svg/SVGFEColorMatrixElement.cpp template<> const SVGEnumerationStringEntries& getStaticStringEntries<ColorMatrixType>() ColorMatrixType 49 Source/core/svg/SVGFEColorMatrixElement.cpp , m_type(SVGAnimatedEnumeration<ColorMatrixType>::create(this, SVGNames::typeAttr, FECOLORMATRIX_TYPE_MATRIX)) ColorMatrixType 137 Source/core/svg/SVGFEColorMatrixElement.cpp ColorMatrixType filterType = m_type->currentValue()->enumValue(); ColorMatrixType 31 Source/core/svg/SVGFEColorMatrixElement.h template<> const SVGEnumerationStringEntries& getStaticStringEntries<ColorMatrixType>(); ColorMatrixType 39 Source/core/svg/SVGFEColorMatrixElement.h SVGAnimatedEnumeration<ColorMatrixType>* type() { return m_type.get(); } ColorMatrixType 52 Source/core/svg/SVGFEColorMatrixElement.h RefPtr<SVGAnimatedEnumeration<ColorMatrixType> > m_type; ColorMatrixType 38 Source/platform/graphics/filters/FEColorMatrix.cpp FEColorMatrix::FEColorMatrix(Filter* filter, ColorMatrixType type, const Vector<float>& values) ColorMatrixType 45 Source/platform/graphics/filters/FEColorMatrix.cpp PassRefPtr<FEColorMatrix> FEColorMatrix::create(Filter* filter, ColorMatrixType type, const Vector<float>& values) ColorMatrixType 50 Source/platform/graphics/filters/FEColorMatrix.cpp ColorMatrixType FEColorMatrix::type() const ColorMatrixType 55 Source/platform/graphics/filters/FEColorMatrix.cpp bool FEColorMatrix::setType(ColorMatrixType type) ColorMatrixType 124 Source/platform/graphics/filters/FEColorMatrix.cpp static SkColorFilter* createColorFilter(ColorMatrixType type, const float* values) ColorMatrixType 197 Source/platform/graphics/filters/FEColorMatrix.cpp static TextStream& operator<<(TextStream& ts, const ColorMatrixType& type) ColorMatrixType 42 Source/platform/graphics/filters/FEColorMatrix.h static PassRefPtr<FEColorMatrix> create(Filter*, ColorMatrixType, const Vector<float>&); ColorMatrixType 44 Source/platform/graphics/filters/FEColorMatrix.h ColorMatrixType type() const; ColorMatrixType 45 Source/platform/graphics/filters/FEColorMatrix.h bool setType(ColorMatrixType); ColorMatrixType 58 Source/platform/graphics/filters/FEColorMatrix.h FEColorMatrix(Filter*, ColorMatrixType, const Vector<float>&); ColorMatrixType 64 Source/platform/graphics/filters/FEColorMatrix.h ColorMatrixType m_type;