HomeSort by relevance Sort by last modified time
    Searched defs:specularExponent (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/filters/
SpotLightSource.h 34 const FloatPoint3D& direction, float specularExponent, float limitingConeAngle)
36 return adoptRef(new SpotLightSource(position, direction, specularExponent, limitingConeAngle));
48 float specularExponent() const { return m_specularExponent; }
60 float specularExponent, float limitingConeAngle)
64 , m_specularExponent(specularExponent)
LightSource.h 60 int specularExponent;
FESpecularLighting.cpp 34 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,
91 float FESpecularLighting::specularExponent() const
96 bool FESpecularLighting::setSpecularExponent(float specularExponent)
98 if (m_specularExponent == specularExponent)
100 m_specularExponent = specularExponent;
151 << "specularExponent=\"" << m_specularExponent << "\"]\n";
  /external/webkit/Source/WebCore/platform/graphics/filters/arm/
FELightingNEON.h 80 int specularExponent;

Completed in 251 milliseconds