/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderFieldset.cpp | 179 graphicsContext->clipOut(pixelSnappedIntRect(paintRect.x() + legend->x(), clipTop, legend->width(), clipHeight)); 183 graphicsContext->clipOut(pixelSnappedIntRect(clipLeft, paintRect.y() + legend->y(), clipWidth, legend->height()));
|
RenderBlockFlow.cpp | [all...] |
RenderThemeChromiumMac.mm | [all...] |
RenderBoxModelObject.cpp | [all...] |
RenderBlock.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
GraphicsContext.h | 287 void clipOut(const IntRect& rect) { clipRect(rect, NotAntiAliased, SkRegion::kDifference_Op); } 342 void clipOut(const Path&);
|
GraphicsContext.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorOverlay.cpp | 120 context->clipOut(quadPath);
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
GraphicsContextTest.cpp | 215 context.clipOut(IntRect(30, 30, 10, 10)); [all...] |