Searched refs:vpAg (Results 1 - 4 of 4) sorted by relevance

/external/libpng/tests/
H A Dpngunknown-vpAg2 exec ./pngunknown --strict vpAg=if-safe "${srcdir}/pngtest.png"
/external/libpng/
H A Dpngtest.c642 /* 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'}; local
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/sTE
[all...]
/external/skia/third_party/libpng/
H A Dpngtest.c641 /* 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'}; local
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/sTE
[all...]
/external/syslinux/com32/lib/libpng/
H A DCHANGES2182 Added demo of decoding vpAg and sTER chunks to pngtest.c, from 1.4.0beta19.

Completed in 123 milliseconds