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

  /external/chromium_org/third_party/WebKit/Source/core/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;
131 << "diffuseConstant=\"" << m_diffuseConstant << "\" "
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/cpu/arm/filters/
FELightingNEON.h 53 float diffuseConstant;
158 floatArguments.diffuseConstant = m_diffuseConstant;
161 floatArguments.diffuseConstant = m_specularConstant;
166 if (floatArguments.diffuseConstant == 1)

Completed in 92 milliseconds