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

  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextPlatformPrivateCG.h 64 void beginTransparencyLayer() {}
79 void beginTransparencyLayer() { m_transparencyCount++; }
GraphicsContextCG.cpp 744 void GraphicsContext::beginTransparencyLayer(float opacity)
752 m_data->beginTransparencyLayer();
    [all...]
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextPlatformPrivateCairo.h 76 void beginTransparencyLayer() { m_transparencyCount++; }
91 void beginTransparencyLayer() {}
GraphicsContextCairo.cpp 885 void GraphicsContext::beginTransparencyLayer(float opacity)
893 m_data->beginTransparencyLayer();
    [all...]
  /external/webkit/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 254 void GraphicsContext::beginTransparencyLayer(float opacity)
  /external/webkit/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 307 void GraphicsContext::beginTransparencyLayer(float opacity)
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 529 void GraphicsContext::beginTransparencyLayer(float)
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 825 void GraphicsContext::beginTransparencyLayer(float opacity)
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 788 void GraphicsContext::beginTransparencyLayer(float opacity)
    [all...]
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 261 void GraphicsContext::beginTransparencyLayer(float opacity)
    [all...]
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp     [all...]

Completed in 129 milliseconds