Searched defs:png_store_file (Results 1 - 1 of 1) sorted by relevance

/external/libpng/contrib/libtests/
H A Dpngvalid.c710 typedef struct png_store_file struct
712 struct png_store_file* next; /* as many as you like... */
719 } png_store_file; typedef in typeref:struct:png_store_file
772 png_store_file* current; /* Set when reading */
782 png_store_file* saved;
913 store_freefile(png_store_file **ppf)
938 png_store_file *pf = voidcast(png_store_file*, malloc(sizeof *pf));
1739 png_store_file *pf = ps->saved;
4634 * comes from the particular png_store_file tha
[all...]

Completed in 115 milliseconds