clipOut           115 Source/core/inspector/InspectorOverlay.cpp         context->clipOut(quadPath);
clipOut          2256 Source/core/rendering/RenderBlock.cpp         paintInfo->context->clipOut(IntRect(offset.x() + r->x(), offset.y() + r->y(), r->width(), r->height()));
clipOut          2052 Source/core/rendering/RenderBlockFlow.cpp             paintInfo->context->clipOut(pixelSnappedIntRect(floatBox));
clipOut          2534 Source/core/rendering/RenderBoxModelObject.cpp                         context->clipOut(rectToClipOut);
clipOut           180 Source/core/rendering/RenderFieldset.cpp         graphicsContext->clipOut(pixelSnappedIntRect(paintRect.x() + legend->x(), clipTop, legend->width(), clipHeight));
clipOut           184 Source/core/rendering/RenderFieldset.cpp         graphicsContext->clipOut(pixelSnappedIntRect(clipLeft, paintRect.y() + legend->y(), clipWidth, legend->height()));
clipOut           293 Source/platform/graphics/GraphicsContext.h     void clipOut(const IntRect& rect) { clipRect(rect, NotAntiAliased, SkRegion::kDifference_Op); }
clipOut           352 Source/platform/graphics/GraphicsContext.h     void clipOut(const Path&);
clipOut           213 Source/platform/graphics/GraphicsContextTest.cpp     context.clipOut(IntRect(30, 30, 10, 10));
clipOut           176 Source/platform/graphics/filters/FEColorMatrix.cpp         resultImage->context()->clipOut(drawingRegion);
clipOut           176 Source/platform/graphics/filters/FEComponentTransfer.cpp         resultImage->context()->clipOut(destRect);