Searched defs:specularExponent (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/filters/ |
D | SpotLightSource.h | 34 const FloatPoint3D& direction, float specularExponent, float limitingConeAngle) in create() 48 float specularExponent() const { return m_specularExponent; } in specularExponent() function 60 float specularExponent, float limitingConeAngle) in SpotLightSource()
|
D | FESpecularLighting.cpp | 34 float specularConstant, float specularExponent, float kernelUnitLengthX, in FESpecularLighting() 41 float surfaceScale, float specularConstant, float specularExponent, in create() 91 float FESpecularLighting::specularExponent() const in specularExponent() function in WebCore::FESpecularLighting 96 bool FESpecularLighting::setSpecularExponent(float specularExponent) in setSpecularExponent()
|
D | LightSource.cpp | 99 bool LightSource::setSpecularExponent(float specularExponent) in setSpecularExponent()
|
D | LightSource.h | 60 int specularExponent; member
|
D | SpotLightSource.cpp | 164 bool SpotLightSource::setSpecularExponent(float specularExponent) in setSpecularExponent()
|
D | FELighting.cpp | 44 float diffuseConstant, float specularConstant, float specularExponent, in FELighting()
|
/external/webkit/Source/WebCore/platform/graphics/filters/arm/ |
D | FELightingNEON.h | 80 int specularExponent; member
|