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

/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DGraphicsContextAndroid.cpp605 void GraphicsContext::strokePath(const Path& pathToStroke) argument
611 platformContext()->strokePath(pathToStroke);
H A DPlatformGraphicsContextSkia.cpp589 void PlatformGraphicsContextSkia::strokePath(const Path& pathToStroke) argument
591 const SkPath* path = pathToStroke.platformPath();
H A DPlatformGraphicsContextRecording.cpp902 void PlatformGraphicsContextRecording::strokePath(const Path& pathToStroke) argument
904 appendDrawingOperation(NEW_OP(StrokePath)(pathToStroke), pathToStroke.boundingRect());
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp1197 void GraphicsContext::strokePath(const Path& pathToStroke) argument
1202 SkPath path = *pathToStroke.platformPath();

Completed in 109 milliseconds