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

  /external/webkit/Source/WebCore/platform/graphics/filters/
FEConvolveMatrix.h 36 enum EdgeModeType {
48 float, float, const IntPoint&, EdgeModeType, const FloatPoint&,
66 EdgeModeType edgeMode() const;
67 bool setEdgeMode(EdgeModeType);
84 const IntPoint&, EdgeModeType, const FloatPoint&, bool, const Vector<float>&);
110 EdgeModeType m_edgeMode;
FEConvolveMatrix.cpp 38 float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode,
53 float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode,
120 EdgeModeType FEConvolveMatrix::edgeMode() const
125 bool FEConvolveMatrix::setEdgeMode(EdgeModeType edgeMode)
453 static TextStream& operator<<(TextStream& ts, const EdgeModeType& type)
  /external/webkit/Source/WebCore/svg/
SVGFEConvolveMatrixElement.cpp 135 return convolveMatrix->setEdgeMode(static_cast<EdgeModeType>(edgeMode()));
253 bias(), IntPoint(targetXValue, targetYValue), static_cast<EdgeModeType>(edgeMode()),

Completed in 381 milliseconds