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

  /external/webkit/Source/WebCore/platform/graphics/filters/
FEConvolveMatrix.h 64 bool setTargetOffset(const IntPoint&);
FEConvolveMatrix.cpp 112 bool FEConvolveMatrix::setTargetOffset(const IntPoint& targetOffset)
  /external/webkit/Source/WebCore/svg/
SVGFEConvolveMatrixElement.cpp 141 return convolveMatrix->setTargetOffset(IntPoint(targetX(), targetY()));
143 return convolveMatrix->setTargetOffset(IntPoint(targetX(), targetY()));

Completed in 116 milliseconds