| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_ALPHA | 50 #define PNG_NO_READ_SWAP_ALPHA |
| 51 #define PNG_NO_READ_INVERT_ALPHA | 51 #define PNG_NO_READ_INVERT_ALPHA |
| 52 #define PNG_NO_READ_RGB_TO_GRAY | 52 #define PNG_NO_READ_RGB_TO_GRAY |
| 53 #define PNG_NO_READ_USER_TRANSFORM | 53 #define PNG_NO_READ_USER_TRANSFORM |
| 54 #define PNG_NO_READ_bKGD | 54 #define PNG_NO_READ_bKGD |
| 55 #define PNG_NO_READ_cHRM | 55 #define PNG_NO_READ_cHRM |
| 56 #define PNG_NO_READ_hIST | 56 #define PNG_NO_READ_hIST |
| 57 #define PNG_NO_READ_iCCP | 57 #undef PNG_NO_READ_iCCP |
| 58 #define PNG_NO_READ_pCAL | 58 #define PNG_NO_READ_pCAL |
| 59 #define PNG_NO_READ_pHYs | 59 #define PNG_NO_READ_pHYs |
| 60 #define PNG_NO_READ_sBIT | 60 #define PNG_NO_READ_sBIT |
| 61 #define PNG_NO_READ_sCAL | 61 #define PNG_NO_READ_sCAL |
| 62 #define PNG_NO_READ_sPLT | 62 #define PNG_NO_READ_sPLT |
| 63 #define PNG_NO_READ_TEXT | 63 #define PNG_NO_READ_TEXT |
| 64 #define PNG_NO_READ_tIME | 64 #define PNG_NO_READ_tIME |
| 65 #define PNG_NO_READ_UNKNOWN_CHUNKS | 65 #define PNG_NO_READ_UNKNOWN_CHUNKS |
| 66 #define PNG_NO_READ_USER_CHUNKS | 66 #define PNG_NO_READ_USER_CHUNKS |
| 67 #define PNG_NO_USER_MEM | 67 #define PNG_NO_USER_MEM |
| (...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 435 #define png_convert_size webkit_png_convert_size | 435 #define png_convert_size webkit_png_convert_size |
| 436 #define png_get_uint_31 webkit_png_get_uint_31 | 436 #define png_get_uint_31 webkit_png_get_uint_31 |
| 437 #define png_get_user_height_max webkit_png_get_user_height_max | 437 #define png_get_user_height_max webkit_png_get_user_height_max |
| 438 #define png_get_user_width_max webkit_png_get_user_width_max | 438 #define png_get_user_width_max webkit_png_get_user_width_max |
| 439 #define png_set_user_limits webkit_png_set_user_limits | 439 #define png_set_user_limits webkit_png_set_user_limits |
| 440 | 440 |
| 441 /* libpng-1.2.7 addition */ | 441 /* libpng-1.2.7 addition */ |
| 442 #define png_set_add_alpha webkit_png_set_add_alpha | 442 #define png_set_add_alpha webkit_png_set_add_alpha |
| 443 | 443 |
| 444 #endif // CHROME_THIRD_PARTY_LIBPNG_PNGUSR_H__ | 444 #endif // CHROME_THIRD_PARTY_LIBPNG_PNGUSR_H__ |
| OLD | NEW |