OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGComponentTransferFunctionElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/svg/
SVGComponentTransferFunctionElement.h
32
class
SVGComponentTransferFunctionElement
: public SVGElement {
34
SVGComponentTransferFunctionElement
(const QualifiedName&, Document*);
35
virtual ~
SVGComponentTransferFunctionElement
();
43
DECLARE_ANIMATED_PROPERTY(
SVGComponentTransferFunctionElement
, SVGNames::typeAttr, int, Type, type)
44
DECLARE_ANIMATED_PROPERTY(
SVGComponentTransferFunctionElement
, SVGNames::tableValuesAttr, SVGNumberList*, TableValues, tableValues)
45
DECLARE_ANIMATED_PROPERTY(
SVGComponentTransferFunctionElement
, SVGNames::slopeAttr, float, Slope, slope)
46
DECLARE_ANIMATED_PROPERTY(
SVGComponentTransferFunctionElement
, SVGNames::interceptAttr, float, Intercept, intercept)
47
DECLARE_ANIMATED_PROPERTY(
SVGComponentTransferFunctionElement
, SVGNames::amplitudeAttr, float, Amplitude, amplitude)
48
DECLARE_ANIMATED_PROPERTY(
SVGComponentTransferFunctionElement
, SVGNames::exponentAttr, float, Exponent, exponent)
49
DECLARE_ANIMATED_PROPERTY(
SVGComponentTransferFunctionElement
, SVGNames::offsetAttr, float, Offset, offset
[
all
...]
SVGComponentTransferFunctionElement.cpp
24
#include "
SVGComponentTransferFunctionElement
.h"
33
SVGComponentTransferFunctionElement
::
SVGComponentTransferFunctionElement
(const QualifiedName& tagName, Document* doc)
43
SVGComponentTransferFunctionElement
::~
SVGComponentTransferFunctionElement
()
47
void
SVGComponentTransferFunctionElement
::parseMappedAttribute(MappedAttribute* attr)
78
void
SVGComponentTransferFunctionElement
::synchronizeProperty(const QualifiedName& attrName)
109
ComponentTransferFunction
SVGComponentTransferFunctionElement
::transferFunction() const
Completed in 35 milliseconds