Searched refs:SVGComponentTransferFunctionElement (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGFEFuncAElement.idl28 ] interface SVGFEFuncAElement : SVGComponentTransferFunctionElement {
H A DSVGFEFuncBElement.idl28 ] interface SVGFEFuncBElement : SVGComponentTransferFunctionElement {
H A DSVGFEFuncGElement.idl28 ] interface SVGFEFuncGElement : SVGComponentTransferFunctionElement {
H A DSVGFEFuncRElement.idl28 ] interface SVGFEFuncRElement : SVGComponentTransferFunctionElement {
H A DSVGComponentTransferFunctionElement.cpp24 #include "SVGComponentTransferFunctionElement.h"
36 DEFINE_ANIMATED_ENUMERATION(SVGComponentTransferFunctionElement, SVGNames::typeAttr, Type, type, ComponentTransferType)
37 DEFINE_ANIMATED_NUMBER_LIST(SVGComponentTransferFunctionElement, SVGNames::tableValuesAttr, TableValues, tableValues)
38 DEFINE_ANIMATED_NUMBER(SVGComponentTransferFunctionElement, SVGNames::slopeAttr, Slope, slope)
39 DEFINE_ANIMATED_NUMBER(SVGComponentTransferFunctionElement, SVGNames::interceptAttr, Intercept, intercept)
40 DEFINE_ANIMATED_NUMBER(SVGComponentTransferFunctionElement, SVGNames::amplitudeAttr, Amplitude, amplitude)
41 DEFINE_ANIMATED_NUMBER(SVGComponentTransferFunctionElement, SVGNames::exponentAttr, Exponent, exponent)
42 DEFINE_ANIMATED_NUMBER(SVGComponentTransferFunctionElement, SVGNames::offsetAttr, Offset, offset)
44 BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGComponentTransferFunctionElement)
54 SVGComponentTransferFunctionElement function in class:WebCore::SVGComponentTransferFunctionElement
[all...]
H A DSVGFEFuncAElement.cpp30 : SVGComponentTransferFunctionElement(tagName, document)
H A DSVGFEFuncAElement.h25 #include "SVGComponentTransferFunctionElement.h"
29 class SVGFEFuncAElement final : public SVGComponentTransferFunctionElement {
H A DSVGFEFuncBElement.cpp30 : SVGComponentTransferFunctionElement(tagName, document)
H A DSVGFEFuncBElement.h25 #include "SVGComponentTransferFunctionElement.h"
29 class SVGFEFuncBElement final : public SVGComponentTransferFunctionElement {
H A DSVGFEFuncGElement.cpp30 : SVGComponentTransferFunctionElement(tagName, document)
H A DSVGFEFuncGElement.h25 #include "SVGComponentTransferFunctionElement.h"
29 class SVGFEFuncGElement final : public SVGComponentTransferFunctionElement {
H A DSVGFEFuncRElement.cpp30 : SVGComponentTransferFunctionElement(tagName, document)
H A DSVGFEFuncRElement.h25 #include "SVGComponentTransferFunctionElement.h"
29 class SVGFEFuncRElement final : public SVGComponentTransferFunctionElement {
H A DSVGComponentTransferFunctionElement.h73 class SVGComponentTransferFunctionElement : public SVGElement { class in namespace:WebCore
78 SVGComponentTransferFunctionElement(const QualifiedName&, Document&);
87 BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGComponentTransferFunctionElement)
H A DSVGComponentTransferFunctionElement.idl29 ] interface SVGComponentTransferFunctionElement : SVGElement {

Completed in 95 milliseconds