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

  /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/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 408 void endTransparencyLayer();
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 565 void GraphicsContext::endTransparencyLayer()
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 928 void GraphicsContext::endTransparencyLayer()
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 282 void GraphicsContext::endTransparencyLayer()
    [all...]
  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.cpp     [all...]
RenderBoxModelObject.cpp     [all...]
RenderBox.cpp     [all...]
RenderLayer.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]

Completed in 887 milliseconds