Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
arm/ | 03-May-2024 | - | 944 | 664 | ||
intel/ | 03-May-2024 | - | 445 | 243 | ||
0000-build-config.patch | D | 03-May-2024 | 695 | 32 | 25 | |
0002-static-png-gt.patch | D | 03-May-2024 | 437 | 15 | 12 | |
LICENSE | D | 03-May-2024 | 5.2 KiB | 135 | 106 | |
README.pdfium | D | 03-May-2024 | 599 | 20 | 15 | |
png.c | D | 03-May-2024 | 153.7 KiB | 4,609 | 2,781 | |
png.h | D | 03-May-2024 | 139.5 KiB | 3,248 | 1,331 | |
pngconf.h | D | 03-May-2024 | 22.3 KiB | 624 | 312 | |
pngdebug.h | D | 03-May-2024 | 5.2 KiB | 154 | 115 | |
pngerror.c | D | 03-May-2024 | 28.5 KiB | 964 | 659 | |
pngget.c | D | 03-May-2024 | 33.2 KiB | 1,250 | 1,010 | |
pnginfo.h | D | 03-May-2024 | 12.2 KiB | 268 | 97 | |
pnglibconf.h | D | 03-May-2024 | 8 KiB | 237 | 143 | |
pngmem.c | D | 03-May-2024 | 8.2 KiB | 288 | 169 | |
pngpread.c | D | 03-May-2024 | 31 KiB | 1,097 | 804 | |
pngprefix.h | D | 03-May-2024 | 24.3 KiB | 462 | 451 | |
pngpriv.h | D | 03-May-2024 | 87.7 KiB | 2,153 | 1,149 | |
pngread.c | D | 03-May-2024 | 139 KiB | 4,226 | 2,681 | |
pngrio.c | D | 03-May-2024 | 3.8 KiB | 121 | 52 | |
pngrtran.c | D | 03-May-2024 | 163.5 KiB | 5,045 | 3,630 | |
pngrutil.c | D | 03-May-2024 | 144 KiB | 4,682 | 3,122 | |
pngset.c | D | 03-May-2024 | 50.2 KiB | 1,803 | 1,250 | |
pngstruct.h | D | 03-May-2024 | 19.7 KiB | 490 | 318 | |
pngtrans.c | D | 03-May-2024 | 24.6 KiB | 865 | 643 | |
pngwio.c | D | 03-May-2024 | 5.5 KiB | 169 | 80 | |
pngwrite.c | D | 03-May-2024 | 74.6 KiB | 2,396 | 1,644 | |
pngwtran.c | D | 03-May-2024 | 15 KiB | 576 | 428 | |
pngwutil.c | D | 03-May-2024 | 78.5 KiB | 2,782 | 1,881 |
README.pdfium
1Name: libpng 2URL: http://libpng.org/ 3Version: 1.6.37 4Security Critical: yes 5License: libpng license 6License Android Compatible: yes 7 8Description: 9PNG library. 10 11Local Modifications: 12 13Local changes in Chromium's copy of libpng as of 14e87a02987101e2dbe319a4aba6b52470f7624b4a - see README.chromium. 15 16pnglibconf.h: a copy of libpng's scripts/pnglibconf.h.prebuilt. 17pngprefix.h: manually-created redefinitions to avoid conflicts with Chromium. 180000-build-config.patch: Local build configuration changes. 190002-static-png-gt.patch: Unconditionally use static png_gt() in png.c to avoid compilation warning. 20