Searched defs:specularConstant (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFESpecularLighting.cpp34 float specularConstant, float specularExponent, float kernelUnitLengthX,
36 : FELighting(filter, SpecularLighting, lightingColor, surfaceScale, 0, specularConstant, specularExponent, kernelUnitLengthX, kernelUnitLengthY, lightSource)
41 float surfaceScale, float specularConstant, float specularExponent,
44 return adoptRef(new FESpecularLighting(filter, lightingColor, surfaceScale, specularConstant, specularExponent,
78 float FESpecularLighting::specularConstant() const function in class:WebCore::FESpecularLighting
83 bool FESpecularLighting::setSpecularConstant(float specularConstant) argument
85 if (m_specularConstant == specularConstant)
87 m_specularConstant = specularConstant;
33 FESpecularLighting(Filter* filter, const Color& lightingColor, float surfaceScale, float specularConstant, float specularExponent, float kernelUnitLengthX, float kernelUnitLengthY, PassRefPtr<LightSource> lightSource) argument
40 create(Filter* filter, const Color& lightingColor, float surfaceScale, float specularConstant, float specularExponent, float kernelUnitLengthX, float kernelUnitLengthY, PassRefPtr<LightSource> lightSource) argument
H A DFELighting.cpp44 float diffuseConstant, float specularConstant, float specularExponent,
52 , m_specularConstant(specularConstant)
43 FELighting(Filter* filter, LightingType lightingType, const Color& lightingColor, float surfaceScale, float diffuseConstant, float specularConstant, float specularExponent, float kernelUnitLengthX, float kernelUnitLengthY, PassRefPtr<LightSource> lightSource) argument

Completed in 1110 milliseconds