Home
last modified time | relevance | path

Searched refs:FEColorMatrix (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFEColorMatrix.cpp38 FEColorMatrix::FEColorMatrix(Filter* filter, ColorMatrixType type, const Vector<float>& values) in FEColorMatrix() function in WebCore::FEColorMatrix
45 PassRefPtr<FEColorMatrix> FEColorMatrix::create(Filter* filter, ColorMatrixType type, const Vector<… in create()
47 return adoptRef(new FEColorMatrix(filter, type, values)); in create()
50 ColorMatrixType FEColorMatrix::type() const in type()
55 bool FEColorMatrix::setType(ColorMatrixType type) in setType()
63 const Vector<float>& FEColorMatrix::values() const in values()
68 bool FEColorMatrix::setValues(const Vector<float> &values) in setValues()
115 FEColorMatrix::calculateSaturateComponents(components, values[0]); in effectType()
117 FEColorMatrix::calculateHueRotateComponents(components, values[0]); in effectType()
145 void FEColorMatrix::applySoftware() in applySoftware()
[all …]
DFEColorMatrix.h40 class PLATFORM_EXPORT FEColorMatrix : public FilterEffect {
42 static PassRefPtr<FEColorMatrix> create(Filter*, ColorMatrixType, const Vector<float>&);
58 FEColorMatrix(Filter*, ColorMatrixType, const Vector<float>&);
67 inline void FEColorMatrix::calculateSaturateComponents(float* components, float value) in calculateSaturateComponents()
80 inline void FEColorMatrix::calculateHueRotateComponents(float* components, float value) in calculateHueRotateComponents()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFEColorMatrixElement.cpp100 FEColorMatrix* colorMatrix = static_cast<FEColorMatrix*>(effect); in setFilterEffectAttribute()
170 RefPtr<FilterEffect> effect = FEColorMatrix::create(filter, filterType, filterValues); in build()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFilterEffectRenderer.cpp158 effect = FEColorMatrix::create(this, FECOLORMATRIX_TYPE_MATRIX, inputParameters); in build()
185 effect = FEColorMatrix::create(this, FECOLORMATRIX_TYPE_MATRIX, inputParameters); in build()
191 effect = FEColorMatrix::create(this, FECOLORMATRIX_TYPE_SATURATE, inputParameters); in build()
197 effect = FEColorMatrix::create(this, FECOLORMATRIX_TYPE_HUEROTATE, inputParameters); in build()
/external/chromium_org/third_party/WebKit/Source/platform/
Dblink_platform.gypi450 'graphics/filters/FEColorMatrix.cpp',
451 'graphics/filters/FEColorMatrix.h',
Dblink_platform.target.linux-mips.mk233 third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp \
Dblink_platform.target.linux-x86.mk233 third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp \
Dblink_platform.target.darwin-mips.mk233 third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp \
Dblink_platform.target.linux-arm.mk234 third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp \
Dblink_platform.target.darwin-x86.mk233 third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp \
Dblink_platform.target.darwin-arm.mk234 third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp \