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

Unified Diff: include/core/SkPathRef.h

Issue 1491843006: add support for capped hairlines (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: suppress warning Created 5 years 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
Index: include/core/SkPathRef.h
diff --git a/include/core/SkPathRef.h b/include/core/SkPathRef.h
index 86f55c9bcae2aec63bcc5e6c529bca2969496d52..6d0ec627e8a145b89c94bc8909a0f1a3754ee3cd 100644
--- a/include/core/SkPathRef.h
+++ b/include/core/SkPathRef.h
@@ -124,6 +124,7 @@ public:
@return The verb for the current segment
*/
uint8_t next(SkPoint pts[4]);
+ uint8_t peek() const;
SkScalar conicWeight() const { return *fConicWeights; }
« no previous file with comments | « include/core/SkPath.h ('k') | src/core/SkDraw.cpp » ('j') | src/core/SkPathRef.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698