Searched refs:getFillPath (Results 1 – 7 of 7) sorted by relevance
277 paint.getFillPath(context->platformContext()->currentPath(), &boundingPath); in boundingBoxForCurrentStroke()309 paint.getFillPath(*platformPath(), &strokePath); in strokeContains()
71 paint.getFillPath(path, &fillPath); in compute_bounds()
285 paint.getFillPath(*path, &fillPath); in boundingBoxForCurrentStroke()
368 bool getFillPath(const SkPath& src, SkPath* dst) const;
416 p.getFillPath(path, &fillPath); in FillPath()
1368 bool SkPaint::getFillPath(const SkPath& src, SkPath* dst) const in getFillPath() function in SkPaint
827 doFill = paint.getFillPath(*pathPtr, &tmpPath); in drawPath()