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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEConvolveMatrix.h 67 bool setKernelUnitLength(const FloatPoint&);
FEConvolveMatrix.cpp 151 bool FEConvolveMatrix::setKernelUnitLength(const FloatPoint& kernelUnitLength)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEConvolveMatrixElement.cpp 146 return convolveMatrix->setKernelUnitLength(FloatPoint(kernelUnitLengthX()->currentValue()->value(), kernelUnitLengthY()->currentValue()->value()));

Completed in 514 milliseconds