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

Unified Diff: include/gpu/GrTypes.h

Issue 24853002: Make GPU coord transforms automatic (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 3 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
Index: include/gpu/GrTypes.h
diff --git a/include/gpu/GrTypes.h b/include/gpu/GrTypes.h
index 2405679c0f8007b0c450d607d86d0aa9d39e4312..aba71aca33479ce6eeb944d48c9e548cca8ec3dd 100644
--- a/include/gpu/GrTypes.h
+++ b/include/gpu/GrTypes.h
@@ -241,6 +241,14 @@ enum GrBlendCoeff {
};
/**
+* Built-in coordinate sets provided by the framework.
bsalomon 2013/09/27 19:23:57 Does anything get worse if this is moved to a less
+*/
+enum GrCoordSet {
+ kLocal_GrCoordSet,
+ kPosition_GrCoordSet
+};
+
+/**
* Formats for masks, used by the font cache.
* Important that these are 0-based.
*/

Powered by Google App Engine
This is Rietveld 408576698