Home
last modified time | relevance | path

Searched refs:m_lightingColor (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
DFEDiffuseLighting.cpp52 return m_lightingColor; in lightingColor()
57 if (m_lightingColor == lightingColor) in setLightingColor()
59 m_lightingColor = lightingColor; in setLightingColor()
DFESpecularLighting.cpp54 return m_lightingColor; in lightingColor()
59 if (m_lightingColor == lightingColor) in setLightingColor()
61 m_lightingColor = lightingColor; in setLightingColor()
DFELighting.cpp49 , m_lightingColor(lightingColor) in FELighting()
255 …paintingData.colorVector = FloatPoint3D(m_lightingColor.red(), m_lightingColor.green(), m_lighting… in drawLighting()
422 floatArguments.colorRed = m_lightingColor.red(); in drawInteriorPixels()
423 floatArguments.colorGreen = m_lightingColor.green(); in drawInteriorPixels()
424 floatArguments.colorBlue = m_lightingColor.blue(); in drawInteriorPixels()
DFELighting.h90 Color m_lightingColor; variable