#include "third_party/blink/renderer/core/svg/svg_fe_turbulence_element.h"
#include "third_party/blink/renderer/core/svg/svg_animated_integer.h"
#include "third_party/blink/renderer/core/svg/svg_animated_number.h"
#include "third_party/blink/renderer/core/svg/svg_animated_number_optional_number.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 <>
CORE_EXPORT const SVGEnumerationMap& GetEnumerationMap<SVGStitchOptions>() { … }
template <>
CORE_EXPORT const SVGEnumerationMap& GetEnumerationMap<TurbulenceType>() { … }
SVGFETurbulenceElement::SVGFETurbulenceElement(Document& document)
: … { … }
SVGAnimatedNumber* SVGFETurbulenceElement::baseFrequencyX() { … }
SVGAnimatedNumber* SVGFETurbulenceElement::baseFrequencyY() { … }
void SVGFETurbulenceElement::Trace(Visitor* visitor) const { … }
bool SVGFETurbulenceElement::SetFilterEffectAttribute(
FilterEffect* effect,
const QualifiedName& attr_name) { … }
void SVGFETurbulenceElement::SvgAttributeChanged(
const SvgAttributeChangedParams& params) { … }
FilterEffect* SVGFETurbulenceElement::Build(SVGFilterBuilder*, Filter* filter) { … }
SVGAnimatedPropertyBase* SVGFETurbulenceElement::PropertyFromAttribute(
const QualifiedName& attribute_name) const { … }
void SVGFETurbulenceElement::SynchronizeAllSVGAttributes() const { … }
}