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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextSkia.h 64 virtual void canvasClip(const Path& path);
GraphicsContextAndroid.cpp 279 void GraphicsContext::canvasClip(const Path& path)
284 platformContext()->canvasClip(path);
PlatformGraphicsContext.h 96 virtual void canvasClip(const Path& path) = 0;
PlatformGraphicsContextRecording.h 102 virtual void canvasClip(const Path& path);
PlatformGraphicsContextSkia.cpp 172 void PlatformGraphicsContextSkia::canvasClip(const Path& path)
PlatformGraphicsContextRecording.cpp 708 void PlatformGraphicsContextRecording::canvasClip(const Path& path)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 374 void GraphicsContext::canvasClip(const Path& path)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 383 void GraphicsContext::canvasClip(const Path& path)
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 438 void canvasClip(const Path&);
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 369 void GraphicsContext::canvasClip(const Path& path)
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 1061 void GraphicsContext::canvasClip(const Path& path)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 372 void GraphicsContext::canvasClip(const Path& path)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp     [all...]
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 955 c->canvasClip(m_path);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]

Completed in 46 milliseconds