Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching full:chunk

17  * library.  If you have a new chunk to add, make a function to write it,
18 * and put it in the correct location here. If you want the chunk written
21 * the chunk, as that will keep the code from breaking if you want to just
51 flag set, and if it does, writes the chunk. */
191 "png_write_sCAL not supported; sCAL chunk not written.");
216 png_debug2(2, "Writing header text chunk %d, type %d\n", i,
218 /* an internationalized chunk? */
222 /* write international chunk */
232 /* Mark this chunk as written */
235 /* If we want a compressed text chunk */
239 /* write compressed chunk */
246 /* Mark this chunk as written */
252 /* write uncompressed chunk */
259 /* Mark this chunk as written */
310 /* check to see if user has supplied a time chunk */
319 png_debug2(2, "Writing trailer text chunk %d, type %d\n", i,
321 /* an internationalized chunk? */
325 /* write international chunk */
335 /* Mark this chunk as written */
341 /* write compressed chunk */
348 /* Mark this chunk as written */
354 /* write uncompressed chunk */
361 /* Mark this chunk as written */