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

1 2

  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextPlatformPrivateCairo.h 81 void beginTransparencyLayer() { m_transparencyCount++; }
96 void beginTransparencyLayer() {}
GraphicsContextCairo.cpp 924 void GraphicsContext::beginTransparencyLayer(float opacity)
932 m_data->beginTransparencyLayer();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextPlatformPrivateCG.h 71 void beginTransparencyLayer() {}
87 void beginTransparencyLayer() { m_transparencyCount++; }
GraphicsContextCG.cpp 892 void GraphicsContext::beginTransparencyLayer(float opacity)
900 m_data->beginTransparencyLayer();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.h 50 virtual void beginTransparencyLayer(float opacity);
PlatformGraphicsContextSkia.h 50 virtual void beginTransparencyLayer(float opacity);
GraphicsContextAndroid.cpp 317 void GraphicsContext::beginTransparencyLayer(float opacity)
322 platformContext()->beginTransparencyLayer(opacity);
PlatformGraphicsContext.h 55 virtual void beginTransparencyLayer(float opacity) = 0;
PlatformGraphicsContextRecording.cpp 53 void PlatformGraphicsContextRecording::beginTransparencyLayer(float opacity)
55 mGraphicsOperationCollection->append(new GraphicsOperation::BeginTransparencyLayer(opacity));
GraphicsOperation.h 177 class BeginTransparencyLayer : public Operation {
179 BeginTransparencyLayer(const float opacity) : m_opacity(opacity) {}
180 virtual void apply(PlatformGraphicsContext* context) { context->beginTransparencyLayer(m_opacity); }
PlatformGraphicsContextSkia.cpp 93 void PlatformGraphicsContextSkia::beginTransparencyLayer(float opacity)
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGForeignObject.cpp 61 childPaintInfo.context->beginTransparencyLayer(opacity);
SVGRenderSupport.cpp 98 paintInfo.context->beginTransparencyLayer(opacity);
104 paintInfo.context->beginTransparencyLayer(1);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
PageOverlay.cpp 108 graphicsContext.beginTransparencyLayer(1);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 141 m_graphicsContext->beginTransparencyLayer(layerAlpha);
154 m_graphicsContext->beginTransparencyLayer(layerAlpha);
  /external/webkit/Source/WebCore/svg/graphics/
SVGImage.cpp 189 context->beginTransparencyLayer(1);
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 252 void GraphicsContext::beginTransparencyLayer(float opacity)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 288 void GraphicsContext::beginTransparencyLayer(float opacity)
  /external/webkit/Source/WebKit/chromium/tests/
TransparencyWinTest.cpp 316 src->context()->beginTransparencyLayer(0.5);
422 src->context()->beginTransparencyLayer(0.5);
588 src->context()->beginTransparencyLayer(0.5);
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 405 void beginTransparencyLayer(float opacity);
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 560 void GraphicsContext::beginTransparencyLayer(float)
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 266 void GraphicsContext::beginTransparencyLayer(float opacity)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]

Completed in 612 milliseconds

1 2