Lines Matching full:png_store_file
710 typedef struct png_store_file
712 struct png_store_file* next; /* as many as you like... */
719 } 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 that is selected.
5380 /* Initialize the palette correctly from the png_store_file. */