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

  /external/webkit/Source/WebCore/platform/graphics/filters/
FEDiffuseLighting.cpp 65 return m_surfaceScale;
70 if (m_surfaceScale == surfaceScale)
72 m_surfaceScale = surfaceScale;
134 ts << " surfaceScale=\"" << m_surfaceScale << "\" "
FESpecularLighting.cpp 67 return m_surfaceScale;
72 if (m_surfaceScale == surfaceScale)
74 m_surfaceScale = surfaceScale;
149 ts << " surfaceScale=\"" << m_surfaceScale << "\" "
FELighting.h 91 float m_surfaceScale;
FELighting.cpp 50 , m_surfaceScale(surfaceScale)
251 data.surfaceScale = m_surfaceScale / 255.0f;
  /external/webkit/Source/WebCore/svg/
SVGFEDiffuseLightingElement.cpp 47 , m_surfaceScale(1)
SVGFESpecularLightingElement.cpp 50 , m_surfaceScale(1)

Completed in 21 milliseconds