OLD | NEW |
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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 #define PNG_NO_WRITE_gAMA | 90 #define PNG_NO_WRITE_gAMA |
91 #define PNG_NO_WRITE_hIST | 91 #define PNG_NO_WRITE_hIST |
92 #define PNG_NO_WRITE_iCCP | 92 #define PNG_NO_WRITE_iCCP |
93 #define PNG_NO_WRITE_oFFs | 93 #define PNG_NO_WRITE_oFFs |
94 #define PNG_NO_WRITE_pCAL | 94 #define PNG_NO_WRITE_pCAL |
95 #define PNG_NO_WRITE_pHYs | 95 #define PNG_NO_WRITE_pHYs |
96 #define PNG_NO_WRITE_sBIT | 96 #define PNG_NO_WRITE_sBIT |
97 #define PNG_NO_WRITE_sCAL | 97 #define PNG_NO_WRITE_sCAL |
98 #define PNG_NO_WRITE_sPLT | 98 #define PNG_NO_WRITE_sPLT |
99 #define PNG_NO_WRITE_sRGB | 99 #define PNG_NO_WRITE_sRGB |
100 #define PNG_NO_WRITE_TEXT | |
101 #define PNG_NO_WRITE_tIME | 100 #define PNG_NO_WRITE_tIME |
102 #define PNG_NO_WRITE_UNKNOWN_CHUNKS | 101 #define PNG_NO_WRITE_UNKNOWN_CHUNKS |
103 #define PNG_NO_WRITE_USER_CHUNKS | 102 #define PNG_NO_WRITE_USER_CHUNKS |
104 #define PNG_NO_WRITE_EMPTY_PLTE | 103 #define PNG_NO_WRITE_EMPTY_PLTE |
105 #define PNG_NO_WRITE_OPT_PLTE | 104 #define PNG_NO_WRITE_OPT_PLTE |
106 #else | 105 #else |
107 #define PNG_NO_WRITE_SUPPORTED | 106 #define PNG_NO_WRITE_SUPPORTED |
108 #endif | 107 #endif |
109 | 108 |
110 #define PNG_NO_USER_MEM | 109 #define PNG_NO_USER_MEM |
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
484 #define png_write_sig wk_png_write_sig | 483 #define png_write_sig wk_png_write_sig |
485 #define png_write_start_row wk_png_write_start_row | 484 #define png_write_start_row wk_png_write_start_row |
486 #define png_write_tEXt wk_png_write_tEXt | 485 #define png_write_tEXt wk_png_write_tEXt |
487 #define png_write_tIME wk_png_write_tIME | 486 #define png_write_tIME wk_png_write_tIME |
488 #define png_write_tRNS wk_png_write_tRNS | 487 #define png_write_tRNS wk_png_write_tRNS |
489 #define png_write_zTXt wk_png_write_zTXt | 488 #define png_write_zTXt wk_png_write_zTXt |
490 #define png_zalloc wk_png_zalloc | 489 #define png_zalloc wk_png_zalloc |
491 #define png_zfree wk_png_zfree | 490 #define png_zfree wk_png_zfree |
492 | 491 |
493 #endif // CHROME_THIRD_PARTY_LIBPNG_PNGUSR_H__ | 492 #endif // CHROME_THIRD_PARTY_LIBPNG_PNGUSR_H__ |
OLD | NEW |