Searched defs:comp_type (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libpng/
H A Dpngrutil.c320 png_decompress_chunk(png_structp png_ptr, int comp_type, argument
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
2178 comp_type = *(++text);
2179 if (comp_type != PNG_TEXT_COMPRESSION_zTXt)
2182 comp_type = PNG_TEXT_COMPRESSION_zTXt;
2188 png_decompress_chunk(png_ptr, comp_type,
2200 text_ptr->compression = comp_type;
2228 int comp_type = 0; local
[all...]
/external/qemu/distrib/libpng-1.2.46/
H A Dpngrutil.c337 png_decompress_chunk(png_structp png_ptr, int comp_type, argument
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
2194 comp_type = *(++text);
2195 if (comp_type != PNG_TEXT_COMPRESSION_zTXt)
2198 comp_type = PNG_TEXT_COMPRESSION_zTXt;
2204 png_decompress_chunk(png_ptr, comp_type,
2216 text_ptr->compression = comp_type;
2244 int comp_type = 0; local
[all...]

Completed in 54 milliseconds