Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFieldset.cpp179 …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()
DRenderBlockFlow.cpp1911 paintInfo->context->clipOut(pixelSnappedIntRect(floatBox)); in clipOutFloatingObjects()
DRenderThemeChromiumMac.mm1702 paintInfo.context->clipOut(xPath);
DRenderBoxModelObject.cpp2544 context->clipOut(rectToClipOut); in paintBoxShadow()
DRenderBlock.cpp2456 …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/
DGraphicsContext.h287 void clipOut(const IntRect& rect) { clipRect(rect, NotAntiAliased, SkRegion::kDifference_Op); } in clipOut() function
342 void clipOut(const Path&);
DGraphicsContext.cpp1471 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/
DInspectorOverlay.cpp120 context->clipOut(quadPath); in drawOutlinedQuad()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DGraphicsContextTest.cpp215 context.clipOut(IntRect(30, 30, 10, 10)); in TEST()