Searched refs:clipOut (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderFieldset.cpp | 179 …graphicsContext->clipOut(pixelSnappedIntRect(paintRect.x() + legend->x(), clipTop, legend->width()… in paintBoxDecorations() 183 …graphicsContext->clipOut(pixelSnappedIntRect(clipLeft, paintRect.y() + legend->y(), clipWidth, leg… in paintBoxDecorations()
|
D | RenderBlockFlow.cpp | 1911 paintInfo->context->clipOut(pixelSnappedIntRect(floatBox)); in clipOutFloatingObjects()
|
D | RenderThemeChromiumMac.mm | 1702 paintInfo.context->clipOut(xPath);
|
D | RenderBoxModelObject.cpp | 2544 context->clipOut(rectToClipOut); in paintBoxShadow()
|
D | RenderBlock.cpp | 2456 …paintInfo->context->clipOut(IntRect(offset.x() + r->x(), offset.y() + r->y(), r->width(), r->heigh… in clipOutPositionedObjects()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContext.h | 287 void clipOut(const IntRect& rect) { clipRect(rect, NotAntiAliased, SkRegion::kDifference_Op); } in clipOut() function 342 void clipOut(const Path&);
|
D | GraphicsContext.cpp | 1471 void GraphicsContext::clipOut(const Path& pathToClip) in clipOut() function in WebCore::GraphicsContext 1518 clipOut(rect.rect()); in clipOutRoundedRect() 1524 clipOut(path); in clipOutRoundedRect()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorOverlay.cpp | 120 context->clipOut(quadPath); in drawOutlinedQuad()
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | GraphicsContextTest.cpp | 215 context.clipOut(IntRect(30, 30, 10, 10)); in TEST()
|