Home
last modified time | relevance | path

Searched refs:clipOut (Results 1 – 25 of 31) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/android/context/
DGraphicsContextAndroid.cpp285 void GraphicsContext::clipOut(const IntRect& r) in clipOut() function in WebCore::GraphicsContext
290 platformContext()->clipOut(r); in clipOut()
303 void GraphicsContext::clipOut(const Path& p) in clipOut() function in WebCore::GraphicsContext
308 platformContext()->clipOut(p); in clipOut()
DPlatformGraphicsContextSkia.h68 virtual bool clipOut(const IntRect& r);
69 virtual bool clipOut(const Path& p);
DPlatformGraphicsContextRecording.h109 virtual bool clipOut(const IntRect& r);
110 virtual bool clipOut(const Path& p);
DPlatformGraphicsContext.h100 virtual bool clipOut(const IntRect& r) = 0;
101 virtual bool clipOut(const Path& p) = 0;
DGraphicsOperation.h270 return context->clipOut(m_path);
286 return context->clipOut(m_rect);
DPlatformGraphicsContextSkia.cpp199 bool PlatformGraphicsContextSkia::clipOut(const IntRect& r) in clipOut() function in WebCore::PlatformGraphicsContextSkia
204 bool PlatformGraphicsContextSkia::clipOut(const Path& path) in clipOut() function in WebCore::PlatformGraphicsContextSkia
DPlatformGraphicsContextRecording.cpp737 bool PlatformGraphicsContextRecording::clipOut(const IntRect& r) in clipOut() function in WebCore::PlatformGraphicsContextRecording
744 bool PlatformGraphicsContextRecording::clipOut(const Path& path) in clipOut() function in WebCore::PlatformGraphicsContextRecording
/external/webkit/Source/WebCore/rendering/
DRenderFieldset.cpp173 graphicsContext->clipOut(IntRect(tx + legend->x(), clipTop, legend->width(), clipHeight)); in paintBoxDecorations()
177 graphicsContext->clipOut(IntRect(clipLeft, ty + legend->y(), clipWidth, legend->height())); in paintBoxDecorations()
DRenderBoxModelObject.cpp2141 context->clipOut(rectToClipOut); in paintBoxShadow()
DRenderBlock.cpp2820 …paintInfo->context->clipOut(IntRect(offset.x() + r->x(), offset.y() + r->y(), r->width(), r->heigh… in clipOutPositionedObjects()
2870 paintInfo->context->clipOut(floatBox); in selectionGaps()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DGraphicsContextHaiku.cpp379 void GraphicsContext::clipOut(const Path& path) in clipOut() function in WebCore::GraphicsContext
422 void GraphicsContext::clipOut(const IntRect& rect) in clipOut() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp388 void GraphicsContext::clipOut(const Path& path) in clipOut() function in WebCore::GraphicsContext
420 void GraphicsContext::clipOut(const IntRect& rect) in clipOut() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/inspector/
DDOMNodeHighlighter.cpp71 context.clipOut(quadPath); in drawOutlinedQuad()
89 context.clipOut(clipQuadPath); in drawOutlinedQuadWithClip()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGLES2Canvas.h78 void clipOut(const Path&);
DGLES2Canvas.cpp366 void GLES2Canvas::clipOut(const Path& path) in clipOut() function in WebCore::GLES2Canvas
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h365 void clipOut(const IntRect&);
439 void clipOut(const Path&);
DGraphicsContext.cpp583 clipOut(path); in clipOutRoundedRect()
/external/webkit/Source/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp324 void GraphicsContext::clipOut(const Path&) in clipOut() function in WebCore::GraphicsContext
329 void GraphicsContext::clipOut(const IntRect&) in clipOut() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp387 void GraphicsContext::clipOut(const IntRect& rect) in clipOut() function in WebCore::GraphicsContext
399 void GraphicsContext::clipOut(const Path& p) in clipOut() function in WebCore::GraphicsContext
405 platformContext()->gpuCanvas()->clipOut(p); in clipOut()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp1066 void GraphicsContext::clipOut(const Path& path) in clipOut() function in WebCore::GraphicsContext
1101 void GraphicsContext::clipOut(const IntRect& r) in clipOut() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp840 void GraphicsContext::clipOut(const IntRect& rect) in clipOut() function in WebCore::GraphicsContext
1113 void GraphicsContext::clipOut(const Path& path) in clipOut() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp1123 void GraphicsContext::clipOut(const Path& path) in clipOut() function in WebCore::GraphicsContext
1168 void GraphicsContext::clipOut(const IntRect& rect) in clipOut() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/android/
DRenderThemeAndroid.cpp506 context->clipOut(clip); in paintRadio()
/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp974 void GraphicsContext::clipOut(const IntRect& rect) in clipOut() function in WebCore::GraphicsContext
1202 void GraphicsContext::clipOut(const Path&) in clipOut() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1610542 (WebCore::GraphicsContext::clipOut):
21491 (WebCore::GLES2Canvas::clipOut):
21492 Stub out clipOut() (not called by Canvas 2D).
21540 (WebCore::GraphicsContext::clipOut):
22532 (WebCore::GraphicsContext::clipOut):
22833 (WebCore::GLES2Canvas::clipOut):
22834 Stub out clipOut() (not called by Canvas 2D).
22882 (WebCore::GraphicsContext::clipOut):
44023 (WebCore::GraphicsContext::clipOut):
46198 (WebCore::GraphicsContext::clipOut):
[all …]

12