Searched refs:png_text_compress (Results 1 – 3 of 3) sorted by relevance
/external/libpng/ |
D | pngwutil.c | 489 png_text_compress(png_structrp png_ptr, png_uint_32 chunk_name, in png_text_compress() function 1164 if (png_text_compress(png_ptr, png_iCCP, &comp, name_len) != Z_OK) in png_write_iCCP() 1606 if (png_text_compress(png_ptr, png_zTXt, &comp, key_len) != Z_OK) in png_write_zTXt() 1692 if (png_text_compress(png_ptr, png_iTXt, &comp, prefix_len) != Z_OK) in png_write_iTXt()
|
D | CHANGES | 1532 Fixed bug in png_text_compress() that would fail to complete a large block.
|
/external/pdfium/third_party/libpng16/ |
D | pngwutil.c | 489 png_text_compress(png_structrp png_ptr, png_uint_32 chunk_name, in png_text_compress() function 1157 if (png_text_compress(png_ptr, png_iCCP, &comp, name_len) != Z_OK) in png_write_iCCP() 1576 if (png_text_compress(png_ptr, png_zTXt, &comp, key_len) != Z_OK) in png_write_zTXt() 1662 if (png_text_compress(png_ptr, png_iTXt, &comp, prefix_len) != Z_OK) in png_write_iTXt()
|