Home
last modified time | relevance | path

Searched refs:currentPathInLocalCoordinates (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/platform/graphics/skia/
DPlatformContextSkia.h137 SkPath currentPathInLocalCoordinates() const;
DGraphicsContextSkia.cpp405 SkPath path = platformContext()->currentPathInLocalCoordinates(); in clipPath()
709 SkPath path = platformContext()->currentPathInLocalCoordinates(); in fillPath()
1123 SkPath path = platformContext()->currentPathInLocalCoordinates(); in strokePath()
DPathSkia.cpp280 paint.getFillPath(context->platformContext()->currentPathInLocalCoordinates(), &boundingPath); in boundingBoxForCurrentStroke()
DPlatformContextSkia.cpp487 SkPath PlatformContextSkia::currentPathInLocalCoordinates() const in currentPathInLocalCoordinates() function in PlatformContextSkia
/external/webkit/WebCore/
DChangeLog9589 Return an empty path in PlatformContextSkia::currentPathInLocalCoordinates
9598 (PlatformContextSkia::currentPathInLocalCoordinates):