EdgeModeType 35 Source/core/svg/SVGFEConvolveMatrixElement.cpp template<> const SVGEnumerationStringEntries& getStaticStringEntries<EdgeModeType>() EdgeModeType 52 Source/core/svg/SVGFEConvolveMatrixElement.cpp , m_edgeMode(SVGAnimatedEnumeration<EdgeModeType>::create(this, SVGNames::edgeModeAttr, EDGEMODE_DUPLICATE)) EdgeModeType 35 Source/core/svg/SVGFEConvolveMatrixElement.h template<> const SVGEnumerationStringEntries& getStaticStringEntries<EdgeModeType>(); EdgeModeType 48 Source/core/svg/SVGFEConvolveMatrixElement.h SVGAnimatedEnumeration<EdgeModeType>* edgeMode() { return m_edgeMode.get(); } EdgeModeType 66 Source/core/svg/SVGFEConvolveMatrixElement.h RefPtr<SVGAnimatedEnumeration<EdgeModeType> > m_edgeMode; EdgeModeType 38 Source/platform/graphics/filters/FEConvolveMatrix.cpp float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode, EdgeModeType 55 Source/platform/graphics/filters/FEConvolveMatrix.cpp float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode, EdgeModeType 133 Source/platform/graphics/filters/FEConvolveMatrix.cpp EdgeModeType FEConvolveMatrix::edgeMode() const EdgeModeType 138 Source/platform/graphics/filters/FEConvolveMatrix.cpp bool FEConvolveMatrix::setEdgeMode(EdgeModeType edgeMode) EdgeModeType 505 Source/platform/graphics/filters/FEConvolveMatrix.cpp SkMatrixConvolutionImageFilter::TileMode toSkiaTileMode(WebCore::EdgeModeType edgeMode) EdgeModeType 541 Source/platform/graphics/filters/FEConvolveMatrix.cpp static TextStream& operator<<(TextStream& ts, const EdgeModeType& type) EdgeModeType 45 Source/platform/graphics/filters/FEConvolveMatrix.h float, float, const IntPoint&, EdgeModeType, const FloatPoint&, EdgeModeType 63 Source/platform/graphics/filters/FEConvolveMatrix.h EdgeModeType edgeMode() const; EdgeModeType 64 Source/platform/graphics/filters/FEConvolveMatrix.h bool setEdgeMode(EdgeModeType); EdgeModeType 89 Source/platform/graphics/filters/FEConvolveMatrix.h const IntPoint&, EdgeModeType, const FloatPoint&, bool, const Vector<float>&); EdgeModeType 126 Source/platform/graphics/filters/FEConvolveMatrix.h EdgeModeType m_edgeMode;