HomeSort by relevance Sort by last modified time
    Searched refs:png_file (Results 1 - 4 of 4) sorted by null

  /external/libpng/contrib/pngminus/
png2pnm.c 55 BOOL png2pnm (FILE *png_file, FILE *pnm_file, FILE *alpha_file, BOOL raw,
193 BOOL png2pnm (FILE *png_file, FILE *pnm_file, FILE *alpha_file,
216 ret = fread (buf, 1, 8, png_file);
245 png_init_io (png_ptr, png_file);
pnm2png.c 54 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace,
190 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace,
466 png_init_io (png_ptr, png_file);
  /external/fio/tools/plot/
fio2gnuplot 103 png_file=file.replace('.log','') variable
104 raw_filename = "%s-2Draw" % (png_file)
105 smooth_filename = "%s-2Dsmooth" % (png_file)
106 trend_filename = "%s-2Dtrend" % (png_file)
  /external/trappy/tests/
test_plotter.py 136 png_file = tempfile.mktemp(dir="/tmp", suffix=".png")
137 l.savefig(png_file)
138 self.assertTrue(os.path.isfile(png_file))
139 os.remove(png_file)

Completed in 214 milliseconds