Home
last modified time | relevance | path

Searched refs:vpAg (Results 1 – 5 of 5) sorted by relevance

/external/libpng/tests/
Dpngunknown-vpAg2 exec ./pngunknown --strict vpAg=if-safe "${srcdir}/pngtest.png"
/external/libpng/
Dpngtest.c766 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()
DMakefile.am62 tests/pngunknown-sTER tests/pngunknown-save tests/pngunknown-vpAg\
DCHANGES1993 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
Dlibpng-manual.txt616 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