Searched refs:clipOut (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFieldset.cpp184 graphicsContext->clipOut(pixelSnappedIntRect(paintRect.x() + legend->x(), clipTop, legend->width(), clipHeight));
188 graphicsContext->clipOut(pixelSnappedIntRect(clipLeft, paintRect.y() + legend->y(), clipWidth, legend->height()));
H A DRenderThemeChromiumMac.mm1557 paintInfo.context->clipOut(xPath);
H A DRenderBlock.cpp1870 paintInfo->context->clipOut(IntRect(offset.x() + r->x(), offset.y() + r->y(), r->width(), r->height()));
H A DRenderBlockFlow.cpp2138 paintInfo->context->clipOut(pixelSnappedIntRect(floatBox));
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEColorMatrix.cpp176 resultImage->context()->clipOut(drawingRegion);
H A DFEComponentTransfer.cpp176 resultImage->context()->clipOut(destRect);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.h316 void clipOut(const IntRect& rect) { clipRect(rect, NotAntiAliased, SkRegion::kDifference_Op); } function in class:blink::GraphicsContext
317 void clipOut(const Path&);
H A DGraphicsContextTest.cpp214 context.clipOut(IntRect(30, 30, 10, 10));
H A DGraphicsContext.cpp1509 void GraphicsContext::clipOut(const Path& pathToClip) function in class:blink::GraphicsContext
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorOverlay.cpp175 context->clipOut(quadPath);
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp1919 context->clipOut(rectToClipOut);

Completed in 1380 milliseconds