HomeSort by relevance Sort by last modified time
    Searched defs:setKernelUnitLength (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGFEConvolveMatrixElement.cpp 145 return convolveMatrix->setKernelUnitLength(FloatPoint(kernelUnitLengthX(), kernelUnitLengthY()));
160 void SVGFEConvolveMatrixElement::setKernelUnitLength(float x, float y)
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEConvolveMatrix.cpp 138 bool FEConvolveMatrix::setKernelUnitLength(const FloatPoint& kernelUnitLength)

Completed in 29 milliseconds