Home | History | Annotate | Download | only in libpng

Lines Matching defs:vpAg

642 /* Demonstration of user chunk support of the sTER and vpAg chunks */
644 /* (sTER is a public chunk not yet known by libpng. vpAg is a private
746 /* Found ImageMagick vpAg chunk */
752 return (0); /* duplicate vpAg */
776 png_byte vpAg[5] = {118, 112, 65, 103, '\0'};
781 fprintf(STDERR, " vpAg = %lu x %lu, units = %d\n",
789 png_write_chunk(write_ptr, vpAg, vpag_chunk_data, 9);
800 * vpAg chunks, resulting in an error later. This is not worth worrying
1590 /* When the unknown vpAg/sTER chunks are written by pngtest the only way to
1593 * There seems to be no way round this, however vpAg/sTER are not expected