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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEConvolveMatrix.h 61 bool setTargetOffset(const IntPoint&);
FEConvolveMatrix.cpp 125 bool FEConvolveMatrix::setTargetOffset(const IntPoint& targetOffset)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEConvolveMatrixElement.cpp 142 return convolveMatrix->setTargetOffset(IntPoint(m_targetX->currentValue()->value(), m_targetY->currentValue()->value()));
144 return convolveMatrix->setTargetOffset(IntPoint(m_targetX->currentValue()->value(), m_targetY->currentValue()->value()));

Completed in 57 milliseconds