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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
RenderSurfaceChromium.h 82 float m_drawOpacity;
RenderSurfaceChromium.cpp 137 m_contentRect.width(), m_contentRect.height(), m_drawOpacity,
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.h 121 float drawOpacity() const { return m_drawOpacity; }
122 void setDrawOpacity(float opacity) { m_drawOpacity = opacity; }
183 float m_drawOpacity;
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.h 160 void setDrawOpacity(float opacity) { m_drawOpacity = opacity; }
161 float drawOpacity() { return m_drawOpacity; }
339 float m_drawOpacity;

Completed in 248 milliseconds