HomeSort by relevance Sort by last modified time
    Searched refs:clipOut (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFieldset.cpp 180 graphicsContext->clipOut(pixelSnappedIntRect(paintRect.x() + legend->x(), clipTop, legend->width(), clipHeight));
184 graphicsContext->clipOut(pixelSnappedIntRect(clipLeft, paintRect.y() + legend->y(), clipWidth, legend->height()));
RenderThemeChromiumMac.mm     [all...]
RenderBlockFlow.cpp     [all...]
RenderBoxModelObject.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.h 311 void clipOut(const IntRect& rect) { clipRect(rect, NotAntiAliased, SkRegion::kDifference_Op); }
370 void clipOut(const Path&);
GraphicsContext.cpp     [all...]
GraphicsContextTest.cpp 214 context.clipOut(IntRect(30, 30, 10, 10));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEColorMatrix.cpp 176 resultImage->context()->clipOut(drawingRegion);
FEComponentTransfer.cpp 176 resultImage->context()->clipOut(destRect);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp 124 context->clipOut(quadPath);

Completed in 255 milliseconds