Home
last modified time | relevance | path

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

/external/webkit/WebCore/svg/graphics/filters/
DSVGFEDiffuseLighting.cpp33const float& diffuseConstant, const float& kernelUnitLengthX, const float& kernelUnitLengthY, Pass… in FEDiffuseLighting()
46 const float& surfaceScale, const float& diffuseConstant, const float& kernelUnitLengthX, in create()
76 float FEDiffuseLighting::diffuseConstant() const in diffuseConstant() function in WebCore::FEDiffuseLighting
81 void FEDiffuseLighting::setDiffuseConstant(float diffuseConstant) in setDiffuseConstant()