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

  /external/webkit/WebCore/svg/graphics/filters/
SVGFEConvolveMatrix.h 34 enum EdgeModeType {
44 const float&, const float&, const FloatSize&, EdgeModeType, const FloatPoint&,
62 EdgeModeType edgeMode() const;
63 void setEdgeMode(EdgeModeType);
78 const FloatSize&, EdgeModeType, const FloatPoint&, bool, const Vector<float>&);
86 EdgeModeType m_edgeMode;
SVGFEConvolveMatrix.cpp 32 const float& divisor, const float& bias, const FloatSize& targetOffset, EdgeModeType edgeMode,
49 const float& divisor, const float& bias, const FloatSize& targetOffset, EdgeModeType edgeMode,
107 EdgeModeType FEConvolveMatrix::edgeMode() const
112 void FEConvolveMatrix::setEdgeMode(EdgeModeType edgeMode)
145 static TextStream& operator<<(TextStream& ts, EdgeModeType t)

Completed in 1123 milliseconds