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

Unified Diff: src/gpu/gl/GrGLDefines.h

Issue 694503003: Implement conics for NVPR (Closed) Base URL: https://skia.googlesource.com/skia.git@hairline-test-fix-unskip-nvpr
Patch Set: cleanup Created 6 years, 1 month 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: src/gpu/gl/GrGLDefines.h
diff --git a/src/gpu/gl/GrGLDefines.h b/src/gpu/gl/GrGLDefines.h
index 11dc60167ebab4922d026a807b260997367e8c9d..2083ff54ceec094f2da47f4418ccfd08b3176c14 100644
--- a/src/gpu/gl/GrGLDefines.h
+++ b/src/gpu/gl/GrGLDefines.h
@@ -822,6 +822,8 @@
#define GR_GL_RELATIVE_LARGE_CCW_ARC_TO 0x17
#define GR_GL_LARGE_CW_ARC_TO 0x18
#define GR_GL_RELATIVE_LARGE_CW_ARC_TO 0x19
+#define GR_GL_CONIC_CURVE_TO 0x1A
+#define GR_GL_RELATIVE_CONIC_CURVE_TO 0x1B
#define GR_GL_CIRCULAR_CCW_ARC_TO 0xF8
#define GR_GL_CIRCULAR_CW_ARC_TO 0xFA
#define GR_GL_CIRCULAR_TANGENT_ARC_TO 0xFC
« include/core/SkPath.h ('K') | « src/core/SkPath.cpp ('k') | src/gpu/gl/GrGLPath.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698