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

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: address review comment 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
« no previous file with comments | « no previous file | src/gpu/gl/GrGLPath.cpp » ('j') | src/gpu/gl/GrGLPath.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/gl/GrGLDefines.h
diff --git a/src/gpu/gl/GrGLDefines.h b/src/gpu/gl/GrGLDefines.h
index afcbe819bddc7a6845f1a384078d62a68b503849..68d8da803061ba0782a578461d6791ff0f790c04 100644
--- a/src/gpu/gl/GrGLDefines.h
+++ b/src/gpu/gl/GrGLDefines.h
@@ -802,6 +802,7 @@
#define GR_GL_LINE_TO 0x04
#define GR_GL_QUADRATIC_CURVE_TO 0x0A
#define GR_GL_CUBIC_CURVE_TO 0x0C
+#define GR_GL_CONIC_CURVE_TO 0x1A
// path parameters
#define GR_GL_PATH_STROKE_WIDTH 0x9075
« no previous file with comments | « no previous file | src/gpu/gl/GrGLPath.cpp » ('j') | src/gpu/gl/GrGLPath.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698