#include "third_party/blink/renderer/core/svg/svg_fe_morphology_element.h"
#include "third_party/blink/renderer/core/svg/graphics/filters/svg_filter_builder.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"
namespace blink {
template <>
const SVGEnumerationMap& GetEnumerationMap<MorphologyOperatorType>() { … }
SVGFEMorphologyElement::SVGFEMorphologyElement(Document& document)
: … { … }
SVGAnimatedNumber* SVGFEMorphologyElement::radiusX() { … }
SVGAnimatedNumber* SVGFEMorphologyElement::radiusY() { … }
void SVGFEMorphologyElement::Trace(Visitor* visitor) const { … }
bool SVGFEMorphologyElement::SetFilterEffectAttribute(
FilterEffect* effect,
const QualifiedName& attr_name) { … }
void SVGFEMorphologyElement::SvgAttributeChanged(
const SvgAttributeChangedParams& params) { … }
FilterEffect* SVGFEMorphologyElement::Build(SVGFilterBuilder* filter_builder,
Filter* filter) { … }
SVGAnimatedPropertyBase* SVGFEMorphologyElement::PropertyFromAttribute(
const QualifiedName& attribute_name) const { … }
void SVGFEMorphologyElement::SynchronizeAllSVGAttributes() const { … }
}