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

  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextPlatformPrivateCG.h 72 void endTransparencyLayer() {}
88 void endTransparencyLayer() { m_transparencyCount--; }
GraphicsContextCG.cpp 904 void GraphicsContext::endTransparencyLayer()
911 m_data->endTransparencyLayer();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextPlatformPrivateCairo.h 82 void endTransparencyLayer() { m_transparencyCount--; }
97 void endTransparencyLayer() {}
GraphicsContextCairo.cpp 935 void GraphicsContext::endTransparencyLayer()
945 m_data->endTransparencyLayer();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 260 void GraphicsContext::endTransparencyLayer()
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 297 void GraphicsContext::endTransparencyLayer()
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsContextAndroid.cpp 330 void GraphicsContext::endTransparencyLayer()
335 platformContext()->endTransparencyLayer();
PlatformGraphicsContextSkia.cpp 99 void PlatformGraphicsContextSkia::endTransparencyLayer()
PlatformGraphicsContextRecording.cpp 184 context->endTransparencyLayer();
542 void PlatformGraphicsContextRecording::endTransparencyLayer()
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 565 void GraphicsContext::endTransparencyLayer()
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 280 endTransparencyLayer();
309 endTransparencyLayer();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 282 void GraphicsContext::endTransparencyLayer()
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]

Completed in 476 milliseconds