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

Lines Matching full:chunks

549  * of sPLT chunks.
638 /* png_unknown_chunk is a structure to hold queued chunks for which there is
640 * up private chunks for output even though the library doesn't actually
721 * are writing, set the valid field to those chunks you want written,
740 /* The tEXt, and zTXt chunks contain human-readable textual data in
745 * unique, and the text string may be empty. Any number of text chunks may
872 /* storage for unknown chunks that the library doesn't recognize. */
887 /* data on sPLT chunks (there may be more than one). */
1006 /* This is for text chunks */
1763 * ancillary and critical chunks, and whether to use the data contained
1767 * chunks is warn/discard. These values should NOT be changed.
2342 /* png_get_text also returns the number of text chunks in *num_text */
2410 /* provide a list of chunks and how they are to be handled, if the built-in
2411 handling or default unknown chunk handling is not desired. Any chunks not
2412 listed will be handled in the default manner. The IHDR and IEND chunks
3010 /* write various chunks */
3321 /* The following decodes the appropriate chunks, and does error correction,