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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp1471 void GraphicsContext::clipOut(const Path& pathToClip) argument
1477 SkPath& path = const_cast<SkPath&>(pathToClip.skPath());
1483 void GraphicsContext::clipPath(const Path& pathToClip, WindRule clipRule) argument
1485 if (paintingDisabled() || pathToClip.isEmpty())
1489 SkPath& path = const_cast<SkPath&>(pathToClip.skPath());
1527 void GraphicsContext::canvasClip(const Path& pathToClip, WindRule clipRule) argument
1533 SkPath& path = const_cast<SkPath&>(pathToClip.skPath());

Completed in 74 milliseconds