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

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

Issue 10273024: Add chromaticity chunk read support to libpng (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 8 years, 7 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 | no next file » | no next file with comments »
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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_RGB_TO_GRAY 53 #define PNG_NO_READ_RGB_TO_GRAY
54 #define PNG_NO_READ_bKGD 54 #define PNG_NO_READ_bKGD
55 #define PNG_NO_READ_cHRM 55 #undef PNG_NO_READ_cHRM
56 #undef PNG_NO_READ_gAMA 56 #undef PNG_NO_READ_gAMA
57 #define PNG_NO_READ_hIST 57 #define PNG_NO_READ_hIST
58 #undef PNG_NO_READ_iCCP 58 #undef PNG_NO_READ_iCCP
59 #define PNG_NO_READ_oFFs 59 #define PNG_NO_READ_oFFs
60 #define PNG_NO_READ_pCAL 60 #define PNG_NO_READ_pCAL
61 #define PNG_NO_READ_pHYs 61 #define PNG_NO_READ_pHYs
62 #define PNG_NO_READ_sBIT 62 #define PNG_NO_READ_sBIT
63 #define PNG_NO_READ_sCAL 63 #define PNG_NO_READ_sCAL
64 #define PNG_NO_READ_sPLT 64 #define PNG_NO_READ_sPLT
65 #undef PNG_NO_READ_sRGB 65 #undef PNG_NO_READ_sRGB
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 #define png_write_sig wk_png_write_sig 480 #define png_write_sig wk_png_write_sig
481 #define png_write_start_row wk_png_write_start_row 481 #define png_write_start_row wk_png_write_start_row
482 #define png_write_tEXt wk_png_write_tEXt 482 #define png_write_tEXt wk_png_write_tEXt
483 #define png_write_tIME wk_png_write_tIME 483 #define png_write_tIME wk_png_write_tIME
484 #define png_write_tRNS wk_png_write_tRNS 484 #define png_write_tRNS wk_png_write_tRNS
485 #define png_write_zTXt wk_png_write_zTXt 485 #define png_write_zTXt wk_png_write_zTXt
486 #define png_zalloc wk_png_zalloc 486 #define png_zalloc wk_png_zalloc
487 #define png_zfree wk_png_zfree 487 #define png_zfree wk_png_zfree
488 488
489 #endif // CHROME_THIRD_PARTY_LIBPNG_PNGUSR_H__ 489 #endif // CHROME_THIRD_PARTY_LIBPNG_PNGUSR_H__
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698