Searched defs:clipOut (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsContext.h276 void clipOut(const IntRect& rect) { clipRect(rect, NotAntiAliased, SkRegion::kDifference_Op); } function in class:WebCore::GraphicsContext
326 void clipOut(const Path&);
H A DGraphicsContext.cpp1370 void GraphicsContext::clipOut(const Path& pathToClip) function in class:WebCore::GraphicsContext
1417 clipOut(rect.rect());
1423 clipOut(path);

Completed in 91 milliseconds