HomeSort by relevance Sort by last modified time
    Searched refs:diffuseConstant (Results 1 - 7 of 7) 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 << "\" "
FEDiffuseLighting.h 44 float diffuseConstant() const;
FELighting.cpp 44 float diffuseConstant, float specularConstant, float specularExponent,
51 , m_diffuseConstant(diffuseConstant)
465 floatArguments.diffuseConstant = m_diffuseConstant;
468 floatArguments.diffuseConstant = m_specularConstant;
473 if (floatArguments.diffuseConstant == 1)
  /external/webkit/Source/WebCore/svg/
SVGFEDiffuseLightingElement.idl 32 readonly attribute SVGAnimatedNumber diffuseConstant;
SVGFEDiffuseLightingElement.h 55 DECLARE_ANIMATED_NUMBER(DiffuseConstant, diffuseConstant)
SVGFEDiffuseLightingElement.cpp 39 DEFINE_ANIMATED_NUMBER(SVGFEDiffuseLightingElement, SVGNames::diffuseConstantAttr, DiffuseConstant, diffuseConstant)
100 return diffuseLighting->setDiffuseConstant(diffuseConstant());
211 RefPtr<FilterEffect> effect = FEDiffuseLighting::create(filter, color, surfaceScale(), diffuseConstant(),
  /external/webkit/Source/WebCore/platform/graphics/filters/arm/
FELightingNEON.h 50 float diffuseConstant;

Completed in 297 milliseconds