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 vpAg=if-safe "${srcdir}/pngtest.png"
  /external/libpng/
pngtest.c 612 /* Demonstration of user chunk support of the sTER and vpAg chunks */
614 /* (sTER is a public chunk not yet known by libpng. vpAg is a private
716 /* Found ImageMagick vpAg chunk */
722 return (0); /* duplicate vpAg */
746 png_byte vpAg[5] = {118, 112, 65, 103, '\0'};
751 fprintf(STDERR, " vpAg = %lu x %lu, units = %d\n",
759 png_write_chunk(write_ptr, vpAg, vpag_chunk_data, 9);
770 * vpAg chunks, resulting in an error later. This is not worth worrying
    [all...]

Completed in 354 milliseconds