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

  /external/webkit/Source/WebCore/platform/graphics/filters/
FEConvolveMatrix.h 67 bool setEdgeMode(EdgeModeType);
FEConvolveMatrix.cpp 125 bool FEConvolveMatrix::setEdgeMode(EdgeModeType edgeMode)
  /external/webkit/Source/WebCore/svg/
SVGFEConvolveMatrixElement.cpp 135 return convolveMatrix->setEdgeMode(static_cast<EdgeModeType>(edgeMode()));

Completed in 286 milliseconds