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

Side by Side Diff: core/src/fxcodec/fx_lpng/lpng_v163/png.h

Issue 889253003: Fix XFA build after combining PDFium into Chromium binary. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 10 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
« no previous file with comments | « BUILD.gn ('k') | pdfium.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 /* png.h - header file for PNG reference library 2 /* png.h - header file for PNG reference library
3 * 3 *
4 * libpng version 1.6.3 - July 18, 2013 4 * libpng version 1.6.3 - July 18, 2013
5 * Copyright (c) 1998-2013 Glenn Randers-Pehrson 5 * Copyright (c) 1998-2013 Glenn Randers-Pehrson
6 * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) 6 * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
7 * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) 7 * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
8 * 8 *
9 * This code is released under the libpng license (See LICENSE, below) 9 * This code is released under the libpng license (See LICENSE, below)
10 * 10 *
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 #define png_get_y_pixels_per_inch FOXIT_png_get_y_pixels_per_inch 599 #define png_get_y_pixels_per_inch FOXIT_png_get_y_pixels_per_inch
600 #define png_get_x_offset_inches FOXIT_png_get_x_offset_inches 600 #define png_get_x_offset_inches FOXIT_png_get_x_offset_inches
601 #define png_get_x_offset_inches_fixed FOXIT_png_get_x_offset_inches_fixed 601 #define png_get_x_offset_inches_fixed FOXIT_png_get_x_offset_inches_fixed
602 #define png_get_y_offset_inches FOXIT_png_get_y_offset_inches 602 #define png_get_y_offset_inches FOXIT_png_get_y_offset_inches
603 #define png_get_y_offset_inches_fixed FOXIT_png_get_y_offset_inches_fixed 603 #define png_get_y_offset_inches_fixed FOXIT_png_get_y_offset_inches_fixed
604 #define png_get_pHYs_dpi FOXIT_png_get_pHYs_dpi 604 #define png_get_pHYs_dpi FOXIT_png_get_pHYs_dpi
605 #define png_get_io_state FOXIT_png_get_io_state 605 #define png_get_io_state FOXIT_png_get_io_state
606 #define png_get_io_chunk_name FOXIT_png_get_io_chunk_name 606 #define png_get_io_chunk_name FOXIT_png_get_io_chunk_name
607 #define png_get_io_chunk_type FOXIT_png_get_io_chunk_type 607 #define png_get_io_chunk_type FOXIT_png_get_io_chunk_type
608 #define png_get_uint_31 FOXIT_png_get_uint_31 608 #define png_get_uint_31 FOXIT_png_get_uint_31
609 #define png_get_uint_32 FOXIT_png_get_uint_32
610 #define png_get_uint_16 FOXIT_png_get_uint_16
611 #define png_get_int_32 FOXIT_png_get_int_32
609 #define png_save_uint_32 FOXIT_png_save_uint_32 612 #define png_save_uint_32 FOXIT_png_save_uint_32
610 #define png_save_int_32 FOXIT_png_save_int_32 613 #define png_save_int_32 FOXIT_png_save_int_32
611 #define png_save_uint_16 FOXIT_png_save_uint_16 614 #define png_save_uint_16 FOXIT_png_save_uint_16
612 #define png_image_begin_read_from_file FOXIT_png_image_begin_read_from_file 615 #define png_image_begin_read_from_file FOXIT_png_image_begin_read_from_file
613 #define png_image_begin_read_from_stdio FOXIT_png_image_begin_read_from_stdio 616 #define png_image_begin_read_from_stdio FOXIT_png_image_begin_read_from_stdio
614 #define png_image_begin_read_from_memory FOXIT_png_image_begin_read_from_memory 617 #define png_image_begin_read_from_memory FOXIT_png_image_begin_read_from_memory
615 #define png_image_finish_read FOXIT_png_image_finish_read 618 #define png_image_finish_read FOXIT_png_image_finish_read
616 #define png_image_free FOXIT_png_image_free 619 #define png_image_free FOXIT_png_image_free
617 #define png_image_write_to_file FOXIT_png_image_write_to_file 620 #define png_image_write_to_file FOXIT_png_image_write_to_file
618 #define png_image_write_to_stdio FOXIT_png_image_write_to_stdio 621 #define png_image_write_to_stdio FOXIT_png_image_write_to_stdio
(...skipping 2935 matching lines...) Expand 10 before | Expand all | Expand 10 after
3554 PNG_EXPORT_LAST_ORDINAL(244); 3557 PNG_EXPORT_LAST_ORDINAL(244);
3555 #endif 3558 #endif
3556 3559
3557 #ifdef __cplusplus 3560 #ifdef __cplusplus
3558 } 3561 }
3559 #endif 3562 #endif
3560 3563
3561 #endif /* PNG_VERSION_INFO_ONLY */ 3564 #endif /* PNG_VERSION_INFO_ONLY */
3562 /* Do not put anything past this line */ 3565 /* Do not put anything past this line */
3563 #endif /* PNG_H */ 3566 #endif /* PNG_H */
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | pdfium.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698