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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp1348 void GraphicsContext::clipOut(const Path& pathToClip) argument
1354 SkPath& path = const_cast<SkPath&>(pathToClip.skPath());
1360 void GraphicsContext::clipPath(const Path& pathToClip, WindRule clipRule) argument
1362 if (contextDisabled() || pathToClip.isEmpty())
1366 SkPath& path = const_cast<SkPath&>(pathToClip.skPath());
1397 void GraphicsContext::canvasClip(const Path& pathToClip, WindRule clipRule) argument
1403 SkPath& path = const_cast<SkPath&>(pathToClip.skPath());

Completed in 43 milliseconds