preserveAlpha      41 Source/core/svg/SVGFEConvolveMatrixElement.h     SVGAnimatedBoolean* preserveAlpha() { return m_preserveAlpha.get(); }
preserveAlpha      39 Source/platform/graphics/filters/FEConvolveMatrix.cpp     const FloatPoint& kernelUnitLength, bool preserveAlpha, const Vector<float>& kernelMatrix)
preserveAlpha      47 Source/platform/graphics/filters/FEConvolveMatrix.cpp     , m_preserveAlpha(preserveAlpha)
preserveAlpha      56 Source/platform/graphics/filters/FEConvolveMatrix.cpp     const FloatPoint& kernelUnitLength, bool preserveAlpha, const Vector<float>& kernelMatrix)
preserveAlpha      59 Source/platform/graphics/filters/FEConvolveMatrix.cpp         preserveAlpha, kernelMatrix));
preserveAlpha     166 Source/platform/graphics/filters/FEConvolveMatrix.cpp bool FEConvolveMatrix::setPreserveAlpha(bool preserveAlpha)
preserveAlpha     168 Source/platform/graphics/filters/FEConvolveMatrix.cpp     if (m_preserveAlpha == preserveAlpha)
preserveAlpha     170 Source/platform/graphics/filters/FEConvolveMatrix.cpp     m_preserveAlpha = preserveAlpha;
preserveAlpha      69 Source/platform/graphics/filters/FEConvolveMatrix.h     bool preserveAlpha() const;