Searched refs:preserveAlpha (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFEConvolveMatrixElement.idl49 readonly attribute SVGAnimatedBoolean preserveAlpha; // in SVG 1.1, removed in SVG 2
H A DSVGFEConvolveMatrixElement.h41 SVGAnimatedBoolean* preserveAlpha() { return m_preserveAlpha.get(); } function in class:WebCore::FINAL
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEConvolveMatrix.cpp39 const FloatPoint& kernelUnitLength, bool preserveAlpha, const Vector<float>& kernelMatrix)
47 , m_preserveAlpha(preserveAlpha)
56 const FloatPoint& kernelUnitLength, bool preserveAlpha, const Vector<float>& kernelMatrix)
59 preserveAlpha, kernelMatrix));
161 bool FEConvolveMatrix::preserveAlpha() const function in class:WebCore::FEConvolveMatrix
166 bool FEConvolveMatrix::setPreserveAlpha(bool preserveAlpha) argument
168 if (m_preserveAlpha == preserveAlpha)
170 m_preserveAlpha = preserveAlpha;
572 << "preserveAlpha=\"" << m_preserveAlpha << "\"]\n";
37 FEConvolveMatrix(Filter* filter, const IntSize& kernelSize, float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode, const FloatPoint& kernelUnitLength, bool preserveAlpha, const Vector<float>& kernelMatrix) argument
54 create(Filter* filter, const IntSize& kernelSize, float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode, const FloatPoint& kernelUnitLength, bool preserveAlpha, const Vector<float>& kernelMatrix) argument
H A DFEConvolveMatrix.h69 bool preserveAlpha() const;

Completed in 99 milliseconds