HomeSort by relevance Sort by last modified time
    Searched refs:vpAg (Results 1 - 2 of 2) sorted by null

  /external/libpng/tests/
pngunknown-vpAg 2 exec ./pngunknown --strict vpAg=if-safe "${srcdir}/pngtest.png"
  /external/libpng/
pngtest.c 633 /* Demonstration of user chunk support of the sTER and vpAg chunks */
635 /* (sTER is a public chunk not yet known by libpng. vpAg is a private
737 /* Found ImageMagick vpAg chunk */
743 return (0); /* duplicate vpAg */
767 png_byte vpAg[5] = {118, 112, 65, 103, '\0'};
772 fprintf(STDERR, " vpAg = %lu x %lu, units = %d\n",
780 png_write_chunk(write_ptr, vpAg, vpag_chunk_data, 9);
791 * vpAg chunks, resulting in an error later. This is not worth worrying
    [all...]

Completed in 64 milliseconds