HomeSort by relevance Sort by last modified time
    Searched refs:FEConvolveMatrix (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEConvolveMatrix.h 42 class FEConvolveMatrix : public FilterEffect {
44 static PassRefPtr<FEConvolveMatrix> create(Filter*, const IntSize&,
88 FEConvolveMatrix(Filter*, const IntSize&, float, float,
112 FEConvolveMatrix* filter;
FEConvolveMatrix.cpp 27 #include "core/platform/graphics/filters/FEConvolveMatrix.h"
42 FEConvolveMatrix::FEConvolveMatrix(Filter* filter, const IntSize& kernelSize,
59 PassRefPtr<FEConvolveMatrix> FEConvolveMatrix::create(Filter* filter, const IntSize& kernelSize,
63 return adoptRef(new FEConvolveMatrix(filter, kernelSize, divisor, bias, targetOffset, edgeMode, kernelUnitLength,
68 IntSize FEConvolveMatrix::kernelSize() const
73 void FEConvolveMatrix::setKernelSize(const IntSize& kernelSize)
80 const Vector<float>& FEConvolveMatrix::kernel() const
85 void FEConvolveMatrix::setKernel(const Vector<float>& kernel
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEConvolveMatrixElement.cpp 140 "feConvolveMatrix: problem parsing order=\"" + value
151 "feConvolveMatrix: problem parsing edgeMode=\"" + value
170 "feConvolveMatrix: problem parsing divisor=\"" + value
197 "feConvolveMatrix: problem parsing kernelUnitLength=\"" + value
209 "feConvolveMatrix: problem parsing preserveAlphaAttr=\"" + value
219 FEConvolveMatrix* convolveMatrix = static_cast<FEConvolveMatrix*>(effect);
338 RefPtr<FilterEffect> effect = FEConvolveMatrix::create(filter,
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_platform.target.darwin-arm.mk 222 third_party/WebKit/Source/core/platform/graphics/filters/FEConvolveMatrix.cpp \
    [all...]
webcore_platform.target.darwin-mips.mk 222 third_party/WebKit/Source/core/platform/graphics/filters/FEConvolveMatrix.cpp \
    [all...]
webcore_platform.target.darwin-x86.mk 222 third_party/WebKit/Source/core/platform/graphics/filters/FEConvolveMatrix.cpp \
    [all...]
webcore_platform.target.linux-arm.mk 222 third_party/WebKit/Source/core/platform/graphics/filters/FEConvolveMatrix.cpp \
    [all...]
webcore_platform.target.linux-mips.mk 222 third_party/WebKit/Source/core/platform/graphics/filters/FEConvolveMatrix.cpp \
    [all...]
webcore_platform.target.linux-x86.mk 222 third_party/WebKit/Source/core/platform/graphics/filters/FEConvolveMatrix.cpp \
    [all...]

Completed in 89 milliseconds