setTargetOffset 147 Source/core/svg/SVGFEConvolveMatrixElement.cpp return convolveMatrix->setTargetOffset(IntPoint(m_targetX->currentValue()->value(), m_targetY->currentValue()->value())); setTargetOffset 149 Source/core/svg/SVGFEConvolveMatrixElement.cpp return convolveMatrix->setTargetOffset(IntPoint(m_targetX->currentValue()->value(), m_targetY->currentValue()->value())); setTargetOffset 61 Source/platform/graphics/filters/FEConvolveMatrix.h bool setTargetOffset(const IntPoint&);