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

Unified Diff: src/core/SkValueKeys.h

Issue 1585813004: SkValue: SkXfermode (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: space Created 4 years, 11 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 | « src/core/SkValue.cpp ('k') | src/core/SkXfermode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkValueKeys.h
diff --git a/src/core/SkValueKeys.h b/src/core/SkValueKeys.h
new file mode 100644
index 0000000000000000000000000000000000000000..3ec3b5a306ad60325719f331ec5d171899fd6458
--- /dev/null
+++ b/src/core/SkValueKeys.h
@@ -0,0 +1,20 @@
+/*
+ * Copyright 2016 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef SkValueKeys_DEFINED
+#define SkValueKeys_DEFINED
+
+namespace SkValueKeys {
+ namespace ArithmeticXfermode {
+ enum { kK0, kK1, kK2, kK3, kEnforcePMColor };
+ }
+ namespace LerpXfermode { enum { kScale }; }
+ namespace PixelXorXfermode { enum { kOpColor }; }
+ namespace ProcCoeffXfermode { enum { kMode }; }
+}
+
+#endif // SkValueKeys_DEFINED
« no previous file with comments | « src/core/SkValue.cpp ('k') | src/core/SkXfermode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698