Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/filters/
DFESpecularLighting.cpp34 float specularConstant, float specularExponent, float kernelUnitLengthX, in FESpecularLighting()
41 float surfaceScale, float specularConstant, float specularExponent, in create()
78 float FESpecularLighting::specularConstant() const in specularConstant() function in WebCore::FESpecularLighting
83 bool FESpecularLighting::setSpecularConstant(float specularConstant) in setSpecularConstant()
DFELighting.cpp44 float diffuseConstant, float specularConstant, float specularExponent, in FELighting()