Home
last modified time | relevance | path

Searched defs:diffuseConstant (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
DFEDiffuseLighting.cpp34float diffuseConstant, float kernelUnitLengthX, float kernelUnitLengthY, PassRefPtr<LightSource> l… in FEDiffuseLighting()
40 float surfaceScale, float diffuseConstant, float kernelUnitLengthX, in create()
76 float FEDiffuseLighting::diffuseConstant() const in diffuseConstant() function in WebCore::FEDiffuseLighting
81 bool FEDiffuseLighting::setDiffuseConstant(float diffuseConstant) in setDiffuseConstant()
DFELighting.cpp44 float diffuseConstant, float specularConstant, float specularExponent, in FELighting()
/external/webkit/Source/WebCore/platform/graphics/filters/arm/
DFELightingNEON.h50 float diffuseConstant; member