Searched defs:comp_type (Results 1 - 3 of 3) 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/libpng/
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...]
/external/qemu/distrib/libpng-1.2.19/
H A Dpngrutil.c184 png_decompress_chunk(png_structp png_ptr, int comp_type, argument
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
2005 comp_type = *(++text);
2006 if (comp_type != PNG_TEXT_COMPRESSION_zTXt)
2009 comp_type = PNG_TEXT_COMPRESSION_zTXt;
2015 chunkdata = (png_charp)png_decompress_chunk(png_ptr, comp_type, chunkdata,
2026 text_ptr->compression = comp_type;
2054 int comp_type = 0; local
[all...]

Completed in 71 milliseconds