Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2852)

Unified Diff: gpu/src/GrPathUtils.h

Issue 4515071: use SkPath for GrPath, removing GrPathIter entirely (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: add tesselatedpathrenderer Created 13 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/src/GrPathRenderer.cpp ('k') | gpu/src/GrPathUtils.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/src/GrPathUtils.h
===================================================================
--- gpu/src/GrPathUtils.h (revision 1330)
+++ gpu/src/GrPathUtils.h (working copy)
@@ -19,15 +19,14 @@
#include "GrNoncopyable.h"
#include "GrPoint.h"
+#include "GrPath.h"
-class GrPathIter;
-
/**
* Utilities for evaluating paths.
*/
class GrPathUtils : public GrNoncopyable {
public:
- static int worstCasePointCount(GrPathIter* path,
+ static int worstCasePointCount(const GrPath&,
int* subpaths,
GrScalar tol);
static uint32_t quadraticPointCount(const GrPoint points[], GrScalar tol);
« no previous file with comments | « gpu/src/GrPathRenderer.cpp ('k') | gpu/src/GrPathUtils.cpp » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b