HomeSort by relevance Sort by last modified time
    Searched refs:endTransparencyLayer (Results 1 - 20 of 20) 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/rendering/
RenderForeignObject.cpp 65 childPaintInfo.context->endTransparencyLayer();
SVGRenderSupport.cpp 179 paintInfo.context->endTransparencyLayer();
184 paintInfo.context->endTransparencyLayer();
InlineFlowBox.cpp     [all...]
RenderBox.cpp 726 paintInfo.context->endTransparencyLayer();
    [all...]
RenderLayer.cpp     [all...]
  /external/webkit/WebCore/svg/graphics/
SVGImage.cpp 199 context->endTransparencyLayer();
  /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/WebKit/chromium/tests/
TransparencyWinTest.cpp 344 src->context()->endTransparencyLayer();
448 src->context()->endTransparencyLayer();
619 src->context()->endTransparencyLayer();
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 299 void endTransparencyLayer();
  /external/webkit/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 179 m_graphicsContext->endTransparencyLayer();
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 534 void GraphicsContext::endTransparencyLayer()
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 271 endTransparencyLayer();
813 void GraphicsContext::endTransparencyLayer()
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 834 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 142 milliseconds