HomeSort by relevance Sort by last modified time
    Searched refs:m_diffuseConstant (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/filters/
FEDiffuseLighting.cpp 78 return m_diffuseConstant;
83 if (m_diffuseConstant == diffuseConstant)
85 m_diffuseConstant = diffuseConstant;
135 << "diffuseConstant=\"" << m_diffuseConstant << "\" "
FELighting.h 92 float m_diffuseConstant;
FELighting.cpp 51 , m_diffuseConstant(diffuseConstant)
191 lightStrength = m_diffuseConstant * paintingData.lightVector.z() / paintingData.lightVectorLength;
209 lightStrength = m_diffuseConstant * (normalVector * paintingData.lightVector) / (normalVectorLength * paintingData.lightVectorLength);
465 floatArguments.diffuseConstant = m_diffuseConstant;
  /external/webkit/Source/WebCore/svg/
SVGFEDiffuseLightingElement.cpp 46 , m_diffuseConstant(1)

Completed in 189 milliseconds