Home | History | Annotate | Download | only in libpng

Lines Matching defs:vpAg

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