Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(325)

Unified Diff: include/gpu/GrTestUtils.h

Issue 1129083005: AADistanceFieldPathRenderer unit tests (Closed) Base URL: https://skia.googlesource.com/skia.git@randbatch7
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/gpu/GrAADistanceFieldPathRenderer.h » ('j') | src/gpu/GrAADistanceFieldPathRenderer.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrTestUtils.h
diff --git a/include/gpu/GrTestUtils.h b/include/gpu/GrTestUtils.h
index 07026278ec53179a27ea4e13f0a3a9ee85c74391..84a11d6321bc8f51db3c3d919498e0e656b775b8 100644
--- a/include/gpu/GrTestUtils.h
+++ b/include/gpu/GrTestUtils.h
@@ -14,6 +14,7 @@
#include "GrColor.h"
#include "SkRandom.h"
+#include "SkStrokeRec.h"
class SkMatrix;
class SkPath;
@@ -31,6 +32,7 @@ SkMatrix TestMatrixInvertible(SkRandom*);
const SkRect& TestRect(SkRandom*);
const SkRRect& TestRRectSimple(SkRandom*);
const SkPath& TestPath(SkRandom*);
+SkStrokeRec TestStrokeRec(SkRandom*);
}
« no previous file with comments | « no previous file | src/gpu/GrAADistanceFieldPathRenderer.h » ('j') | src/gpu/GrAADistanceFieldPathRenderer.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698