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

/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFEConvolveMatrix.cpp39 const FloatPoint& kernelUnitLength, bool preserveAlpha, const Vector<float>& kernelMatrix)
47 , m_preserveAlpha(preserveAlpha)
54 const FloatPoint& kernelUnitLength, bool preserveAlpha, const Vector<float>& kernelMatrix)
57 preserveAlpha, kernelMatrix));
146 bool FEConvolveMatrix::preserveAlpha() const function in class:WebCore::FEConvolveMatrix
151 bool FEConvolveMatrix::setPreserveAlpha(bool preserveAlpha) argument
153 if (m_preserveAlpha == preserveAlpha)
155 m_preserveAlpha = preserveAlpha;
484 << "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
52 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

Completed in 252 milliseconds