#include "third_party/blink/renderer/core/svg/svg_component_transfer_function_element.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_enumeration_map.h"
#include "third_party/blink/renderer/core/svg/svg_fe_component_transfer_element.h"
#include "third_party/blink/renderer/core/svg/svg_number_list.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<ComponentTransferType>() { … }
SVGComponentTransferFunctionElement::SVGComponentTransferFunctionElement(
const QualifiedName& tag_name,
Document& document)
: … { … }
void SVGComponentTransferFunctionElement::Trace(Visitor* visitor) const { … }
void SVGComponentTransferFunctionElement::SvgAttributeChanged(
const SvgAttributeChangedParams& params) { … }
ComponentTransferFunction
SVGComponentTransferFunctionElement::TransferFunction() const { … }
SVGAnimatedPropertyBase*
SVGComponentTransferFunctionElement::PropertyFromAttribute(
const QualifiedName& attribute_name) const { … }
void SVGComponentTransferFunctionElement::SynchronizeAllSVGAttributes() const { … }
}