| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright 2015 Google Inc. | 2 * Copyright 2015 Google Inc. |
| 3 * | 3 * |
| 4 * Use of this source code is governed by a BSD-style license that can be | 4 * Use of this source code is governed by a BSD-style license that can be |
| 5 * found in the LICENSE file. | 5 * found in the LICENSE file. |
| 6 */ | 6 */ |
| 7 | 7 |
| 8 /* | 8 /* |
| 9 * This file was created in part using the configuration script provided with | 9 * This file was created in part using the configuration script provided with |
| 10 * the libpng sources. However it was missing some symbols which caused the | 10 * the libpng sources. However it was missing some symbols which caused the |
| (...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 438 #define png_write_png skia_png_write_png | 438 #define png_write_png skia_png_write_png |
| 439 #define png_write_row skia_png_write_row | 439 #define png_write_row skia_png_write_row |
| 440 #define png_write_rows skia_png_write_rows | 440 #define png_write_rows skia_png_write_rows |
| 441 #define png_save_uint_16 skia_png_save_uint_16 | 441 #define png_save_uint_16 skia_png_save_uint_16 |
| 442 #define png_save_uint_32 skia_png_save_uint_32 | 442 #define png_save_uint_32 skia_png_save_uint_32 |
| 443 #define png_write_chunk skia_png_write_chunk | 443 #define png_write_chunk skia_png_write_chunk |
| 444 #define png_write_chunk_data skia_png_write_chunk_data | 444 #define png_write_chunk_data skia_png_write_chunk_data |
| 445 #define png_write_chunk_start skia_png_write_chunk_start | 445 #define png_write_chunk_start skia_png_write_chunk_start |
| 446 #define png_write_chunk_end skia_png_write_chunk_end | 446 #define png_write_chunk_end skia_png_write_chunk_end |
| 447 #define png_write_sig skia_png_write_sig | 447 #define png_write_sig skia_png_write_sig |
| 448 #define png_init_filter_functions_neon skia_png_init_filter_functions_neon |
| OLD | NEW |