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

Side by Side Diff: src/core/SkValueKeys.h

Issue 1585813004: SkValue: SkXfermode (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2016-01-14 (Thursday) 16:27:56 EST 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 unified diff | Download patch
OLDNEW
(Empty)
1 /*
2 * Copyright 2016 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7 #ifndef SkValueKeys_DEFINED
8 #define SkValueKeys_DEFINED
9
10 #include "SkValue.h"
11
12 namespace SkValueKeys {
13
14 enum ArithmeticXfermodeKeys {
15 ArithmeticXfermode_K0,
16 ArithmeticXfermode_K1,
17 ArithmeticXfermode_K2,
18 ArithmeticXfermode_K3,
19 ArithmeticXfermode_EnforcePMColor
20 };
21
22 enum PixelXorXfermodeKeys { PixelXorXfermode_OpColor };
23
24 enum ProcCoeffXfermodeKeys { ProcCoeffXfermode_Mode };
25
26 enum LerpXfermodeKeys { LerpXfermode_Scale256 };
27 }
28
29 #endif // SkValueKeys_DEFINED
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698