Searched refs:FEColorMatrix (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
D | FEColorMatrix.cpp | 38 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 …]
|
D | FEColorMatrix.h | 40 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/ |
D | SVGFEColorMatrixElement.cpp | 100 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/ |
D | FilterEffectRenderer.cpp | 158 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/ |
D | blink_platform.gypi | 450 'graphics/filters/FEColorMatrix.cpp', 451 'graphics/filters/FEColorMatrix.h',
|
D | blink_platform.target.linux-mips.mk | 233 third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp \
|
D | blink_platform.target.linux-x86.mk | 233 third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp \
|
D | blink_platform.target.darwin-mips.mk | 233 third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp \
|
D | blink_platform.target.linux-arm.mk | 234 third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp \
|
D | blink_platform.target.darwin-x86.mk | 233 third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp \
|
D | blink_platform.target.darwin-arm.mk | 234 third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp \
|