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

Side by Side Diff: include/core/SkImageEncoder.h

Issue 15806010: Separate core and images project. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Change FORCE_LINKING to be more specific. Created 7 years, 6 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
« no previous file with comments | « include/core/SkImageDecoder.h ('k') | include/images/SkForceLinking.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 /* 2 /*
3 * Copyright 2011 Google Inc. 3 * Copyright 2011 Google Inc.
4 * 4 *
5 * Use of this source code is governed by a BSD-style license that can be 5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file. 6 * found in the LICENSE file.
7 */ 7 */
8 #ifndef SkImageEncoder_DEFINED 8 #ifndef SkImageEncoder_DEFINED
9 #define SkImageEncoder_DEFINED 9 #define SkImageEncoder_DEFINED
10 10
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 /** An ARGBImageEncoder will always write out 91 /** An ARGBImageEncoder will always write out
92 * bitmap.width() * bitmap.height() * 4 92 * bitmap.width() * bitmap.height() * 4
93 * bytes. 93 * bytes.
94 */ 94 */
95 DECLARE_ENCODER_CREATOR(ARGBImageEncoder); 95 DECLARE_ENCODER_CREATOR(ARGBImageEncoder);
96 DECLARE_ENCODER_CREATOR(JPEGImageEncoder); 96 DECLARE_ENCODER_CREATOR(JPEGImageEncoder);
97 DECLARE_ENCODER_CREATOR(PNGImageEncoder); 97 DECLARE_ENCODER_CREATOR(PNGImageEncoder);
98 DECLARE_ENCODER_CREATOR(WEBPImageEncoder); 98 DECLARE_ENCODER_CREATOR(WEBPImageEncoder);
99 99
100 #endif 100 #endif
OLDNEW
« no previous file with comments | « include/core/SkImageDecoder.h ('k') | include/images/SkForceLinking.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698