#include "third_party/blink/renderer/core/svg/svg_fe_convolve_matrix_element.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/svg/graphics/filters/svg_filter_builder.h"
#include "third_party/blink/renderer/core/svg/svg_animated_boolean.h"
#include "third_party/blink/renderer/core/svg/svg_animated_integer.h"
#include "third_party/blink/renderer/core/svg/svg_animated_integer_optional_integer.h"
#include "third_party/blink/renderer/core/svg/svg_animated_number.h"
#include "third_party/blink/renderer/core/svg/svg_animated_number_list.h"
#include "third_party/blink/renderer/core/svg/svg_animated_number_optional_number.h"
#include "third_party/blink/renderer/core/svg/svg_animated_string.h"
#include "third_party/blink/renderer/core/svg/svg_enumeration_map.h"
#include "third_party/blink/renderer/core/svg_names.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
#include "ui/gfx/geometry/point.h"
#include "ui/gfx/geometry/size.h"
namespace blink {
template <>
CORE_EXPORT const SVGEnumerationMap&
GetEnumerationMap<FEConvolveMatrix::EdgeModeType>() { … }
class SVGAnimatedOrder : public SVGAnimatedIntegerOptionalInteger { … };
SVGParsingError SVGAnimatedOrder::AttributeChanged(const String& value) { … }
SVGFEConvolveMatrixElement::SVGFEConvolveMatrixElement(Document& document)
: … { … }
SVGAnimatedNumber* SVGFEConvolveMatrixElement::kernelUnitLengthX() { … }
SVGAnimatedNumber* SVGFEConvolveMatrixElement::kernelUnitLengthY() { … }
SVGAnimatedInteger* SVGFEConvolveMatrixElement::orderX() const { … }
SVGAnimatedInteger* SVGFEConvolveMatrixElement::orderY() const { … }
void SVGFEConvolveMatrixElement::Trace(Visitor* visitor) const { … }
gfx::Size SVGFEConvolveMatrixElement::MatrixOrder() const { … }
gfx::Point SVGFEConvolveMatrixElement::TargetPoint() const { … }
float SVGFEConvolveMatrixElement::ComputeDivisor() const { … }
bool SVGFEConvolveMatrixElement::SetFilterEffectAttribute(
FilterEffect* effect,
const QualifiedName& attr_name) { … }
void SVGFEConvolveMatrixElement::SvgAttributeChanged(
const SvgAttributeChangedParams& params) { … }
FilterEffect* SVGFEConvolveMatrixElement::Build(
SVGFilterBuilder* filter_builder,
Filter* filter) { … }
SVGAnimatedPropertyBase* SVGFEConvolveMatrixElement::PropertyFromAttribute(
const QualifiedName& attribute_name) const { … }
void SVGFEConvolveMatrixElement::SynchronizeAllSVGAttributes() const { … }
}