Home
last modified time | relevance | path

Searched defs:specularExponent (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
DSpotLightSource.h34 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()
DFESpecularLighting.cpp34 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()
DLightSource.cpp99 bool LightSource::setSpecularExponent(float specularExponent) in setSpecularExponent()
DLightSource.h60 int specularExponent; member
DSpotLightSource.cpp164 bool SpotLightSource::setSpecularExponent(float specularExponent) in setSpecularExponent()
DFELighting.cpp44 float diffuseConstant, float specularConstant, float specularExponent, in FELighting()
/external/webkit/Source/WebCore/platform/graphics/filters/arm/
DFELightingNEON.h80 int specularExponent; member