HomeSort by relevance Sort by last modified time
    Searched full:png_store_file (Results 1 - 1 of 1) sorted by null

  /external/libpng/contrib/libtests/
pngvalid.c 589 typedef struct png_store_file struct
591 struct png_store_file* next; /* as many as you like... */
598 } png_store_file; typedef in typeref:struct:png_store_file
651 png_store_file* current; /* Set when reading */
661 png_store_file* saved;
792 store_freefile(png_store_file **ppf)
817 png_store_file *pf = voidcast(png_store_file*, malloc(sizeof *pf));
    [all...]

Completed in 402 milliseconds