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

Side by Side Diff: include/client/android/SkPixelXorXfermode.h

Issue 1645093002: Move SkPixelXorXfermode.h to include/client/android (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add new include dir to android_framgework_lib.gyp Created 4 years, 10 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
1 /* 1 /*
2 * Copyright 2007 The Android Open Source Project 2 * Copyright 2007 The Android Open Source Project
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 #ifndef SkPixelXorXfermode_DEFINED 8 #ifndef SkPixelXorXfermode_DEFINED
9 #define SkPixelXorXfermode_DEFINED 9 #define SkPixelXorXfermode_DEFINED
10 10
(...skipping 28 matching lines...) Expand all
39 explicit SkPixelXorXfermode(SkColor opColor) { 39 explicit SkPixelXorXfermode(SkColor opColor) {
40 fOpColor = SkPreMultiplyColor(opColor | 0xFF000000); 40 fOpColor = SkPreMultiplyColor(opColor | 0xFF000000);
41 } 41 }
42 42
43 SkPMColor fOpColor; 43 SkPMColor fOpColor;
44 44
45 typedef SkXfermode INHERITED; 45 typedef SkXfermode INHERITED;
46 }; 46 };
47 47
48 #endif 48 #endif
OLDNEW
« gyp/effects.gyp ('K') | « gyp/ports.gyp ('k') | include/effects/SkPixelXorXfermode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698