/external/chromium_org/third_party/libpng/ |
pngrutil.c | 320 png_decompress_chunk(png_structp png_ptr, int comp_type, 332 else if (comp_type == PNG_COMPRESSION_TYPE_BASE) 401 else /* if (comp_type != PNG_COMPRESSION_TYPE_BASE) */ 407 comp_type); 2107 int comp_type; local 2228 int comp_type = 0; local [all...] |
png.h | [all...] |
/external/libpng/ |
pngrutil.c | 337 png_decompress_chunk(png_structp png_ptr, int comp_type, 349 else if (comp_type == PNG_COMPRESSION_TYPE_BASE) 417 else /* if (comp_type != PNG_COMPRESSION_TYPE_BASE) */ 423 comp_type); 2123 int comp_type; local 2244 int comp_type = 0; local [all...] |
png.h | [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngrutil.c | 184 png_decompress_chunk(png_structp png_ptr, int comp_type, 192 if (comp_type == PNG_COMPRESSION_TYPE_BASE) 326 else /* if (comp_type != PNG_COMPRESSION_TYPE_BASE) */ 332 "Unknown zTXt compression type %d", comp_type); 1955 int comp_type; local 2054 int comp_type = 0; local [all...] |
png.h | [all...] |
/ndk/tests/build/issue20862-libpng-O0/jni/ |
pngpriv.h | 783 int comp_type, png_size_t chunklength, png_size_t prefix_length, [all...] |