kernelUnitLength 39 Source/platform/graphics/filters/FEConvolveMatrix.cpp const FloatPoint& kernelUnitLength, bool preserveAlpha, const Vector<float>& kernelMatrix) kernelUnitLength 46 Source/platform/graphics/filters/FEConvolveMatrix.cpp , m_kernelUnitLength(kernelUnitLength) kernelUnitLength 56 Source/platform/graphics/filters/FEConvolveMatrix.cpp const FloatPoint& kernelUnitLength, bool preserveAlpha, const Vector<float>& kernelMatrix) kernelUnitLength 58 Source/platform/graphics/filters/FEConvolveMatrix.cpp return adoptRef(new FEConvolveMatrix(filter, kernelSize, divisor, bias, targetOffset, edgeMode, kernelUnitLength, kernelUnitLength 151 Source/platform/graphics/filters/FEConvolveMatrix.cpp bool FEConvolveMatrix::setKernelUnitLength(const FloatPoint& kernelUnitLength) kernelUnitLength 153 Source/platform/graphics/filters/FEConvolveMatrix.cpp ASSERT(kernelUnitLength.x() > 0); kernelUnitLength 154 Source/platform/graphics/filters/FEConvolveMatrix.cpp ASSERT(kernelUnitLength.y() > 0); kernelUnitLength 155 Source/platform/graphics/filters/FEConvolveMatrix.cpp if (m_kernelUnitLength == kernelUnitLength) kernelUnitLength 157 Source/platform/graphics/filters/FEConvolveMatrix.cpp m_kernelUnitLength = kernelUnitLength; kernelUnitLength 66 Source/platform/graphics/filters/FEConvolveMatrix.h FloatPoint kernelUnitLength() const;