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

Side by Side Diff: third_party/libpng/pngusr.h

Issue 9496004: Support for interlaced PNGs (in gfx::PNGCodec) (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 9 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 | « no previous file | ui/gfx/codec/png_codec.cc » ('j') | ui/gfx/codec/png_codec.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* ***** BEGIN LICENSE BLOCK ***** 1 /* ***** BEGIN LICENSE BLOCK *****
2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1 2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3 * 3 *
4 * The contents of this file are subject to the Mozilla Public License Version 4 * The contents of this file are subject to the Mozilla Public License Version
5 * 1.1 (the "License"); you may not use this file except in compliance with 5 * 1.1 (the "License"); you may not use this file except in compliance with
6 * the License. You may obtain a copy of the License at 6 * the License. You may obtain a copy of the License at
7 * http://www.mozilla.org/MPL/ 7 * http://www.mozilla.org/MPL/
8 * 8 *
9 * Software distributed under the License is distributed on an "AS IS" basis, 9 * Software distributed under the License is distributed on an "AS IS" basis,
10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 #define PNG_NO_READ_BACKGROUND 43 #define PNG_NO_READ_BACKGROUND
44 #define PNG_NO_READ_DITHER 44 #define PNG_NO_READ_DITHER
45 #define PNG_NO_READ_INVERT 45 #define PNG_NO_READ_INVERT
46 #define PNG_NO_READ_SHIFT 46 #define PNG_NO_READ_SHIFT
47 #define PNG_NO_READ_PACK 47 #define PNG_NO_READ_PACK
48 #define PNG_NO_READ_PACKSWAP 48 #define PNG_NO_READ_PACKSWAP
49 #undef PNG_NO_READ_FILLER 49 #undef PNG_NO_READ_FILLER
50 #define PNG_NO_READ_SWAP 50 #define PNG_NO_READ_SWAP
51 #define PNG_NO_READ_SWAP_ALPHA 51 #define PNG_NO_READ_SWAP_ALPHA
52 #define PNG_NO_READ_INVERT_ALPHA 52 #define PNG_NO_READ_INVERT_ALPHA
53 #define PNG_NO_READ_STRIP_ALPHA
54 #define PNG_NO_READ_RGB_TO_GRAY 53 #define PNG_NO_READ_RGB_TO_GRAY
55 #define PNG_NO_READ_USER_TRANSFORM
56 #define PNG_NO_READ_bKGD 54 #define PNG_NO_READ_bKGD
57 #define PNG_NO_READ_cHRM 55 #define PNG_NO_READ_cHRM
58 #undef PNG_NO_READ_gAMA 56 #undef PNG_NO_READ_gAMA
59 #define PNG_NO_READ_hIST 57 #define PNG_NO_READ_hIST
60 #undef PNG_NO_READ_iCCP 58 #undef PNG_NO_READ_iCCP
61 #define PNG_NO_READ_oFFs 59 #define PNG_NO_READ_oFFs
62 #define PNG_NO_READ_pCAL 60 #define PNG_NO_READ_pCAL
63 #define PNG_NO_READ_pHYs 61 #define PNG_NO_READ_pHYs
64 #define PNG_NO_READ_sBIT 62 #define PNG_NO_READ_sBIT
65 #define PNG_NO_READ_sCAL 63 #define PNG_NO_READ_sCAL
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 #define PNG_NO_WRITE_USER_CHUNKS 100 #define PNG_NO_WRITE_USER_CHUNKS
103 #define PNG_NO_WRITE_EMPTY_PLTE 101 #define PNG_NO_WRITE_EMPTY_PLTE
104 #define PNG_NO_WRITE_OPT_PLTE 102 #define PNG_NO_WRITE_OPT_PLTE
105 #else 103 #else
106 #define PNG_NO_WRITE_SUPPORTED 104 #define PNG_NO_WRITE_SUPPORTED
107 #endif 105 #endif
108 106
109 #define PNG_NO_USER_MEM 107 #define PNG_NO_USER_MEM
110 #define PNG_NO_FIXED_POINT_SUPPORTED 108 #define PNG_NO_FIXED_POINT_SUPPORTED
111 #define PNG_NO_MNG_FEATURES 109 #define PNG_NO_MNG_FEATURES
112 #define PNG_NO_USER_TRANSFORM_PTR
113 #define PNG_NO_HANDLE_AS_UNKNOWN 110 #define PNG_NO_HANDLE_AS_UNKNOWN
114 #define PNG_NO_CONSOLE_IO 111 #define PNG_NO_CONSOLE_IO
115 #define PNG_NO_ZALLOC_ZERO 112 #define PNG_NO_ZALLOC_ZERO
116 #define PNG_NO_ERROR_NUMBERS 113 #define PNG_NO_ERROR_NUMBERS
117 #undef PNG_NO_EASY_ACCESS 114 #undef PNG_NO_EASY_ACCESS
118 #define PNG_NO_USER_LIMITS 115 #define PNG_NO_USER_LIMITS
119 #define PNG_NO_SET_USER_LIMITS 116 #define PNG_NO_SET_USER_LIMITS
120 #define PNG_NO_TIME_RFC1123 117 #define PNG_NO_TIME_RFC1123
121 #undef PNG_NO_INFO_IMAGE 118 #undef PNG_NO_INFO_IMAGE
122 #undef PNG_NO_PROGRESSIVE_READ 119 #undef PNG_NO_PROGRESSIVE_READ
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 #define png_write_sig wk_png_write_sig 480 #define png_write_sig wk_png_write_sig
484 #define png_write_start_row wk_png_write_start_row 481 #define png_write_start_row wk_png_write_start_row
485 #define png_write_tEXt wk_png_write_tEXt 482 #define png_write_tEXt wk_png_write_tEXt
486 #define png_write_tIME wk_png_write_tIME 483 #define png_write_tIME wk_png_write_tIME
487 #define png_write_tRNS wk_png_write_tRNS 484 #define png_write_tRNS wk_png_write_tRNS
488 #define png_write_zTXt wk_png_write_zTXt 485 #define png_write_zTXt wk_png_write_zTXt
489 #define png_zalloc wk_png_zalloc 486 #define png_zalloc wk_png_zalloc
490 #define png_zfree wk_png_zfree 487 #define png_zfree wk_png_zfree
491 488
492 #endif // CHROME_THIRD_PARTY_LIBPNG_PNGUSR_H__ 489 #endif // CHROME_THIRD_PARTY_LIBPNG_PNGUSR_H__
OLDNEW
« no previous file with comments | « no previous file | ui/gfx/codec/png_codec.cc » ('j') | ui/gfx/codec/png_codec.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698