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

/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DGraphicsContextAndroid.cpp294 void GraphicsContext::clipPath(const Path& pathToClip, WindRule clipRule) argument
299 platformContext()->clipPath(pathToClip, clipRule);
H A DPlatformGraphicsContextSkia.cpp209 bool PlatformGraphicsContextSkia::clipPath(const Path& pathToClip, WindRule clipRule) argument
211 SkPath path = *pathToClip.platformPath();
H A DPlatformGraphicsContextRecording.cpp751 bool PlatformGraphicsContextRecording::clipPath(const Path& pathToClip, WindRule clipRule) argument
754 clipState(pathToClip.boundingRect());
755 GraphicsOperation::ClipPath* operation = NEW_OP(ClipPath)(pathToClip);
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp414 void GraphicsContext::clipPath(const Path& pathToClip, WindRule clipRule) argument
420 platformContext()->gpuCanvas()->clipPath(pathToClip);
422 SkPath path = *pathToClip.platformPath();

Completed in 90 milliseconds