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

Side by Side Diff: third_party/lpng_v163/pnglibconf.h

Issue 1392373004: Rename lpng and tiff to third_party/ (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: GN Created 5 years, 2 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 /* libpng 1.6.3 STANDARD API DEFINITION */ 1 /* libpng 1.6.3 STANDARD API DEFINITION */
2 2
3 /* pnglibconf.h - library build configuration */ 3 /* pnglibconf.h - library build configuration */
4 4
5 /* Libpng version 1.6.3 - July 18, 2013 */ 5 /* Libpng version 1.6.3 - July 18, 2013 */
6 6
7 /* Copyright (c) 1998-2013 Glenn Randers-Pehrson */ 7 /* Copyright (c) 1998-2013 Glenn Randers-Pehrson */
8 8
9 /* This code is released under the libpng license. */ 9 /* This code is released under the libpng license. */
10 /* For conditions of distribution and use, see the disclaimer */ 10 /* For conditions of distribution and use, see the disclaimer */
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 #define PNG_WEIGHT_SHIFT 8 202 #define PNG_WEIGHT_SHIFT 8
203 #define PNG_ZBUF_SIZE 8192 203 #define PNG_ZBUF_SIZE 8192
204 #define PNG_ZLIB_VERNUM 0 /* unknown */ 204 #define PNG_ZLIB_VERNUM 0 /* unknown */
205 #define PNG_Z_DEFAULT_COMPRESSION (-1) 205 #define PNG_Z_DEFAULT_COMPRESSION (-1)
206 #define PNG_Z_DEFAULT_NOFILTER_STRATEGY 0 206 #define PNG_Z_DEFAULT_NOFILTER_STRATEGY 0
207 #define PNG_Z_DEFAULT_STRATEGY 1 207 #define PNG_Z_DEFAULT_STRATEGY 1
208 #define PNG_sCAL_PRECISION 5 208 #define PNG_sCAL_PRECISION 5
209 #define PNG_sRGB_PROFILE_CHECKS 2 209 #define PNG_sRGB_PROFILE_CHECKS 2
210 /* end of settings */ 210 /* end of settings */
211 #endif /* PNGLCONF_H */ 211 #endif /* PNGLCONF_H */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698