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

Unified Diff: src/core/SkValueKeys.h

Issue 1585813004: SkValue: SkXfermode (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: comments from mtklein 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
Index: src/core/SkValueKeys.h
diff --git a/src/core/SkValueKeys.h b/src/core/SkValueKeys.h
new file mode 100644
index 0000000000000000000000000000000000000000..bcf10c00ae48200d8cd70bd49c5a3563f1f8fb94
--- /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
+
+#include "SkValue.h"
mtklein 2016/01/21 19:01:23 Not really needed?
hal.canary 2016/01/21 19:33:40 done
+
+namespace SkValueKeys {
+namespace ArithmeticXfermode { enum { kK0, kK1, kK2, kK3, kEnforcePMColor }; }
mtklein 2016/01/21 19:01:23 Might want to indent these inner namespaces a bit?
hal.canary 2016/01/21 19:33:40 done
+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') | src/effects/SkToFromValue.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698