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

  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextPlatformPrivateCG.h 65 void endTransparencyLayer() {}
80 void endTransparencyLayer() { m_transparencyCount--; }
GraphicsContextCG.cpp 756 void GraphicsContext::endTransparencyLayer()
763 m_data->endTransparencyLayer();
    [all...]
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextPlatformPrivateCairo.h 77 void endTransparencyLayer() { m_transparencyCount--; }
92 void endTransparencyLayer() {}
GraphicsContextCairo.cpp 896 void GraphicsContext::endTransparencyLayer()
906 m_data->endTransparencyLayer();
    [all...]
  /external/webkit/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 262 void GraphicsContext::endTransparencyLayer()
  /external/webkit/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 316 void GraphicsContext::endTransparencyLayer()
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 534 void GraphicsContext::endTransparencyLayer()
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 834 void GraphicsContext::endTransparencyLayer()
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 271 endTransparencyLayer();
813 void GraphicsContext::endTransparencyLayer()
    [all...]
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 277 void GraphicsContext::endTransparencyLayer()
    [all...]
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp     [all...]

Completed in 543 milliseconds