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 710 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));
    [all...]

Completed in 49 milliseconds