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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEConvolveMatrixElement.cpp 231 return convolveMatrix->setKernelUnitLength(FloatPoint(kernelUnitLengthXCurrentValue(), kernelUnitLengthYCurrentValue()));
246 void SVGFEConvolveMatrixElement::setKernelUnitLength(float x, float y)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEConvolveMatrix.cpp 148 bool FEConvolveMatrix::setKernelUnitLength(const FloatPoint& kernelUnitLength)

Completed in 154 milliseconds