HomeSort by relevance Sort by last modified time
    Searched refs:endTransparencyLayer (Results 1 - 25 of 28) sorted by null

1 2

  /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/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/android/context/
PlatformGraphicsContextRecording.h 51 virtual void endTransparencyLayer();
PlatformGraphicsContextSkia.h 51 virtual void endTransparencyLayer();
GraphicsContextAndroid.cpp 325 void GraphicsContext::endTransparencyLayer()
330 platformContext()->endTransparencyLayer();
PlatformGraphicsContext.h 56 virtual void endTransparencyLayer() = 0;
PlatformGraphicsContextRecording.cpp 58 void PlatformGraphicsContextRecording::endTransparencyLayer()
60 mGraphicsOperationCollection->append(new GraphicsOperation::EndTransparencyLayer());
GraphicsOperation.h 185 class EndTransparencyLayer : public Operation {
187 EndTransparencyLayer() {}
188 virtual void apply(PlatformGraphicsContext* context) { context->endTransparencyLayer(); }
PlatformGraphicsContextSkia.cpp 99 void PlatformGraphicsContextSkia::endTransparencyLayer()
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGForeignObject.cpp 66 childPaintInfo.context->endTransparencyLayer();
SVGRenderSupport.cpp 157 paintInfo.context->endTransparencyLayer();
160 paintInfo.context->endTransparencyLayer();
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
PageOverlay.cpp 113 graphicsContext.endTransparencyLayer();
  /external/webkit/Source/WebCore/svg/graphics/
SVGImage.cpp 209 context->endTransparencyLayer();
  /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/WebKit/chromium/tests/
TransparencyWinTest.cpp 341 src->context()->endTransparencyLayer();
445 src->context()->endTransparencyLayer();
614 src->context()->endTransparencyLayer();
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 180 m_graphicsContext->endTransparencyLayer();
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 280 endTransparencyLayer();
309 endTransparencyLayer();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 406 void endTransparencyLayer();
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 565 void GraphicsContext::endTransparencyLayer()
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 282 void GraphicsContext::endTransparencyLayer()
    [all...]
  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]

Completed in 247 milliseconds

1 2