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

Side by Side Diff: skia/ext/skia_utils_win.h

Issue 10835019: Fix license headers in a number of files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix case Created 8 years, 4 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef SKIA_EXT_SKIA_UTILS_WIN_H_ 5 #ifndef SKIA_EXT_SKIA_UTILS_WIN_H_
6 #define SKIA_EXT_SKIA_UTILS_WIN_H_ 6 #define SKIA_EXT_SKIA_UTILS_WIN_H_
7 7
8 #include "third_party/skia/include/core/SkColor.h" 8 #include "third_party/skia/include/core/SkColor.h"
9 9
10 struct SkIRect; 10 struct SkIRect;
11 struct SkPoint; 11 struct SkPoint;
(...skipping 28 matching lines...) Expand all
40 // Converts COLORREFs (0BGR) to the ARGB layout Skia expects. 40 // Converts COLORREFs (0BGR) to the ARGB layout Skia expects.
41 SK_API SkColor COLORREFToSkColor(COLORREF color); 41 SK_API SkColor COLORREFToSkColor(COLORREF color);
42 42
43 // Converts ARGB to COLORREFs (0BGR). 43 // Converts ARGB to COLORREFs (0BGR).
44 SK_API COLORREF SkColorToCOLORREF(SkColor color); 44 SK_API COLORREF SkColorToCOLORREF(SkColor color);
45 45
46 } // namespace skia 46 } // namespace skia
47 47
48 #endif // SKIA_EXT_SKIA_UTILS_WIN_H_ 48 #endif // SKIA_EXT_SKIA_UTILS_WIN_H_
49 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698