Searched refs:specularConstant (Results 1 – 11 of 11) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/filters/ |
D | FESpecularLighting.cpp | 34 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()
|
D | FESpecularLighting.h | 42 float specularConstant() const;
|
D | FELighting.cpp | 44 float diffuseConstant, float specularConstant, float specularExponent, in FELighting() argument 52 , m_specularConstant(specularConstant) in FELighting()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGFESpecularLightingElement.cpp | 40 …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()
|
D | SVGFESpecularLightingElement.h | 54 DECLARE_ANIMATED_NUMBER(SpecularConstant, specularConstant)
|
D | SVGFESpecularLightingElement.idl | 32 readonly attribute SVGAnimatedNumber specularConstant;
|
D | svgattrs.in | 183 specularConstant
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-12-19 | 3680 (KCanvasFESpecularLighting::specularConstant): added 3807 (SVGFESpecularLightingElementImpl::specularConstant): added
|
D | ChangeLog-2011-02-16 | 4463 svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr.html 4467 svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop.html
|
D | ChangeLog-2006-12-31 | 9820 (WebCore::SVGFESpecularLighting::specularConstant):
|
D | ChangeLog-2008-08-10 | 5655 (WebCore::FESpecularLighting::specularConstant):
|