/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | GraphicsContextAndroid.cpp | 285 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()
|
D | PlatformGraphicsContextSkia.h | 68 virtual bool clipOut(const IntRect& r); 69 virtual bool clipOut(const Path& p);
|
D | PlatformGraphicsContextRecording.h | 109 virtual bool clipOut(const IntRect& r); 110 virtual bool clipOut(const Path& p);
|
D | PlatformGraphicsContext.h | 100 virtual bool clipOut(const IntRect& r) = 0; 101 virtual bool clipOut(const Path& p) = 0;
|
D | GraphicsOperation.h | 270 return context->clipOut(m_path); 286 return context->clipOut(m_rect);
|
D | PlatformGraphicsContextSkia.cpp | 199 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
|
D | PlatformGraphicsContextRecording.cpp | 737 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/ |
D | RenderFieldset.cpp | 173 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()
|
D | RenderBoxModelObject.cpp | 2141 context->clipOut(rectToClipOut); in paintBoxShadow()
|
D | RenderBlock.cpp | 2820 …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/ |
D | GraphicsContextHaiku.cpp | 379 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/ |
D | GraphicsContextOpenVG.cpp | 388 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/ |
D | DOMNodeHighlighter.cpp | 71 context.clipOut(quadPath); in drawOutlinedQuad() 89 context.clipOut(clipQuadPath); in drawOutlinedQuadWithClip()
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | GLES2Canvas.h | 78 void clipOut(const Path&);
|
D | GLES2Canvas.cpp | 366 void GLES2Canvas::clipOut(const Path& path) in clipOut() function in WebCore::GLES2Canvas
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext.h | 365 void clipOut(const IntRect&); 439 void clipOut(const Path&);
|
D | GraphicsContext.cpp | 583 clipOut(path); in clipOutRoundedRect()
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | GraphicsContextWx.cpp | 324 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/ |
D | GraphicsContextSkia.cpp | 387 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/ |
D | GraphicsContextCairo.cpp | 1066 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/ |
D | GraphicsContextCG.cpp | 840 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/ |
D | GraphicsContextQt.cpp | 1123 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/ |
D | RenderThemeAndroid.cpp | 506 context->clipOut(clip); in paintRadio()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | GraphicsContextWinCE.cpp | 974 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/ |
D | ChangeLog-2011-02-16 | 10542 (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 …]
|