Searched defs:ColorMatrixType (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEColorMatrix.h32 enum ColorMatrixType { enum in namespace:WebCore
42 static PassRefPtr<FEColorMatrix> create(Filter*, ColorMatrixType, const Vector<float>&);
44 ColorMatrixType type() const;
45 bool setType(ColorMatrixType);
58 FEColorMatrix(Filter*, ColorMatrixType, const Vector<float>&);
64 ColorMatrixType m_type;

Completed in 80 milliseconds