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

  /external/webkit/Source/WebCore/platform/graphics/filters/
FEDiffuseLighting.cpp 34 float diffuseConstant, float kernelUnitLengthX, float kernelUnitLengthY, PassRefPtr<LightSource> lightSource)
35 : FELighting(filter, DiffuseLighting, lightingColor, surfaceScale, diffuseConstant, 0, 0, kernelUnitLengthX, kernelUnitLengthY, lightSource)
40 float surfaceScale, float diffuseConstant, float kernelUnitLengthX,
43 return adoptRef(new FEDiffuseLighting(filter, lightingColor, surfaceScale, diffuseConstant, kernelUnitLengthX, kernelUnitLengthY, lightSource));
76 float FEDiffuseLighting::diffuseConstant() const
81 bool FEDiffuseLighting::setDiffuseConstant(float diffuseConstant)
83 if (m_diffuseConstant == diffuseConstant)
85 m_diffuseConstant = diffuseConstant;
135 << "diffuseConstant=\"" << m_diffuseConstant << "\" "
  /external/webkit/Source/WebCore/platform/graphics/filters/arm/
FELightingNEON.h 50 float diffuseConstant;

Completed in 48 milliseconds