OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGFESpecularLightingElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGFESpecularLightingElement.h
33
class
SVGFESpecularLightingElement
: public SVGFilterPrimitiveStandardAttributes {
35
static PassRefPtr<
SVGFESpecularLightingElement
> create(const QualifiedName&, Document*);
39
SVGFESpecularLightingElement
(const QualifiedName&, Document*);
SVGFESpecularLightingElement.cpp
25
#include "
SVGFESpecularLightingElement
.h"
39
DEFINE_ANIMATED_STRING(
SVGFESpecularLightingElement
, SVGNames::inAttr, In1, in1)
40
DEFINE_ANIMATED_NUMBER(
SVGFESpecularLightingElement
, SVGNames::specularConstantAttr, SpecularConstant, specularConstant)
41
DEFINE_ANIMATED_NUMBER(
SVGFESpecularLightingElement
, SVGNames::specularExponentAttr, SpecularExponent, specularExponent)
42
DEFINE_ANIMATED_NUMBER(
SVGFESpecularLightingElement
, SVGNames::surfaceScaleAttr, SurfaceScale, surfaceScale)
43
DEFINE_ANIMATED_NUMBER_MULTIPLE_WRAPPERS(
SVGFESpecularLightingElement
, SVGNames::kernelUnitLengthAttr, kernelUnitLengthXIdentifier(), KernelUnitLengthX, kernelUnitLengthX)
44
DEFINE_ANIMATED_NUMBER_MULTIPLE_WRAPPERS(
SVGFESpecularLightingElement
, SVGNames::kernelUnitLengthAttr, kernelUnitLengthYIdentifier(), KernelUnitLengthY, kernelUnitLengthY)
46
inline
SVGFESpecularLightingElement
::
SVGFESpecularLightingElement
(const QualifiedName& tagName, Document* document)
54
PassRefPtr<
SVGFESpecularLightingElement
> SVGFESpecularLightingElement::create(const QualifiedName& tagName, Document* document
[
all
...]
Completed in 27 milliseconds