Searched defs:clipOut (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp379 void GraphicsContext::clipOut(const Path& path) function in class:WebCore::GraphicsContext
422 void GraphicsContext::clipOut(const IntRect& rect) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp388 void GraphicsContext::clipOut(const Path& path) function in class:WebCore::GraphicsContext
420 void GraphicsContext::clipOut(const IntRect& rect) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DGraphicsContextAndroid.cpp287 void GraphicsContext::clipOut(const IntRect& r) function in class:WebCore::GraphicsContext
292 platformContext()->clipOut(r);
305 void GraphicsContext::clipOut(const Path& p) function in class:WebCore::GraphicsContext
310 platformContext()->clipOut(p);
H A DPlatformGraphicsContextSkia.cpp198 bool PlatformGraphicsContextSkia::clipOut(const IntRect& r) function in class:WebCore::PlatformGraphicsContextSkia
203 bool PlatformGraphicsContextSkia::clipOut(const Path& path) function in class:WebCore::PlatformGraphicsContextSkia
H A DPlatformGraphicsContextRecording.cpp736 bool PlatformGraphicsContextRecording::clipOut(const IntRect& r) function in class:WebCore::PlatformGraphicsContextRecording
743 bool PlatformGraphicsContextRecording::clipOut(const Path& path) function in class:WebCore::PlatformGraphicsContextRecording
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp324 void GraphicsContext::clipOut(const Path&) function in class:WebCore::GraphicsContext
329 void GraphicsContext::clipOut(const IntRect&) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp1066 void GraphicsContext::clipOut(const Path& path) function in class:WebCore::GraphicsContext
1101 void GraphicsContext::clipOut(const IntRect& r) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp840 void GraphicsContext::clipOut(const IntRect& rect) function in class:WebCore::GraphicsContext
1113 void GraphicsContext::clipOut(const Path& path) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGLES2Canvas.cpp366 void GLES2Canvas::clipOut(const Path& path) function in class:WebCore::GLES2Canvas
368 ASSERT(!"clipOut is unsupported in GLES2Canvas.\n");
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp1123 void GraphicsContext::clipOut(const Path& path) function in class:WebCore::GraphicsContext
1168 void GraphicsContext::clipOut(const IntRect& rect) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp387 void GraphicsContext::clipOut(const IntRect& rect) function in class:WebCore::GraphicsContext
399 void GraphicsContext::clipOut(const Path& p) function in class:WebCore::GraphicsContext
405 platformContext()->gpuCanvas()->clipOut(p);
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp974 void GraphicsContext::clipOut(const IntRect& rect) function in class:WebCore::GraphicsContext
1202 void GraphicsContext::clipOut(const Path&) function in class:WebCore::GraphicsContext

Completed in 145 milliseconds