Searched refs:vpAg (Results 1 – 5 of 5) sorted by relevance
/external/libpng/tests/ |
D | pngunknown-vpAg | 2 exec ./pngunknown --strict vpAg=if-safe "${srcdir}/pngtest.png"
|
/external/libpng/ |
D | pngtest.c | 766 png_byte vpAg[5] = {118, 112, 65, 103, '\0'}; in write_vpAg_chunk() local 779 png_write_chunk(write_ptr, vpAg, vpag_chunk_data, 9); in write_vpAg_chunk()
|
D | Makefile.am | 62 tests/pngunknown-sTER tests/pngunknown-save tests/pngunknown-vpAg\
|
D | CHANGES | 1993 public sTER chunk and a private vpAg chunk. 1999 Use png_get_uint_31() to get vpAg width and height in pngtest.c 2024 Used png_save_uint_32() to set vpAg width and height in pngtest.c (Cosmin). 2025 Cast to proper type when getting/setting vpAg units in pngtest.c (Cosmin). 4227 libpng handling of unknown chunks other than vpAg and sTER (including 4229 repositioning of vpAg and sTER in pngtest.png by changing pngtest.png
|
D | libpng-manual.txt | 616 where the private "vpAg" chunk will later be processed by a user chunk 619 png_byte vpAg[5]={118, 112, 65, 103, (png_byte) '\0'}; 641 /* except for vpAg: */ 642 png_set_keep_unknown_chunks(read_ptr, 2, vpAg, 1); 4287 private "vpAg" chunk and the new "sTER" chunk, which are both unknown to
|