Searched refs:pathToClip (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp1509 void GraphicsContext::clipOut(const Path& pathToClip) argument
1515 SkPath& path = const_cast<SkPath&>(pathToClip.skPath());
1521 void GraphicsContext::clipPath(const Path& pathToClip, WindRule clipRule) argument
1523 if (contextDisabled() || pathToClip.isEmpty())
1527 SkPath& path = const_cast<SkPath&>(pathToClip.skPath());
1558 void GraphicsContext::canvasClip(const Path& pathToClip, WindRule clipRule) argument
1564 SkPath& path = const_cast<SkPath&>(pathToClip.skPath());

Completed in 70 milliseconds