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

  /external/libpng/contrib/pngminus/
png2pnm.c 55 BOOL png2pnm (FILE *png_file, FILE *pnm_file, FILE *alpha_file, BOOL raw, BOOL alpha);
189 BOOL png2pnm (FILE *png_file, FILE *pnm_file, FILE *alpha_file, BOOL raw, BOOL alpha)
211 ret = fread (buf, 1, 8, png_file);
240 png_init_io (png_ptr, png_file);
pnm2png.c 53 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace, BOOL alpha);
187 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace, BOOL alpha)
452 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)

Completed in 54 milliseconds