Home
last modified time | relevance | path

Searched refs:specularConstant (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
DFESpecularLighting.cpp34 float specularConstant, float specularExponent, float kernelUnitLengthX, in FESpecularLighting() argument
36 …: FELighting(filter, SpecularLighting, lightingColor, surfaceScale, 0, specularConstant, specularE… in FESpecularLighting()
41 float surfaceScale, float specularConstant, float specularExponent, in create() argument
44 …return adoptRef(new FESpecularLighting(filter, lightingColor, surfaceScale, specularConstant, spec… in create()
78 float FESpecularLighting::specularConstant() const in specularConstant() function in WebCore::FESpecularLighting
83 bool FESpecularLighting::setSpecularConstant(float specularConstant) in setSpecularConstant() argument
85 if (m_specularConstant == specularConstant) in setSpecularConstant()
87 m_specularConstant = specularConstant; in setSpecularConstant()
DFESpecularLighting.h42 float specularConstant() const;
DFELighting.cpp44 float diffuseConstant, float specularConstant, float specularExponent, in FELighting() argument
52 , m_specularConstant(specularConstant) in FELighting()
/external/webkit/Source/WebCore/svg/
DSVGFESpecularLightingElement.cpp40 …R(SVGFESpecularLightingElement, SVGNames::specularConstantAttr, SpecularConstant, specularConstant) in DEFINE_ANIMATED_STRING()
105 return specularLighting->setSpecularConstant(specularConstant()); in setFilterEffectAttribute()
223 …ilterEffect> effect = FESpecularLighting::create(filter, color, surfaceScale(), specularConstant(), in build()
DSVGFESpecularLightingElement.h54 DECLARE_ANIMATED_NUMBER(SpecularConstant, specularConstant)
DSVGFESpecularLightingElement.idl32 readonly attribute SVGAnimatedNumber specularConstant;
Dsvgattrs.in183 specularConstant
/external/webkit/Source/WebCore/
DChangeLog-2005-12-193680 (KCanvasFESpecularLighting::specularConstant): added
3807 (SVGFESpecularLightingElementImpl::specularConstant): added
DChangeLog-2011-02-164463 svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr.html
4467 svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop.html
DChangeLog-2006-12-319820 (WebCore::SVGFESpecularLighting::specularConstant):
DChangeLog-2008-08-105655 (WebCore::FESpecularLighting::specularConstant):