Searched refs:read_png (Results 1 – 6 of 6) sorted by relevance
/external/libpng/contrib/libtests/ |
D | readpng.c | 35 read_png(FILE *fp) in read_png() function 103 return !read_png(stdin); in main()
|
D | timepng.c | 38 static int read_png(FILE *fp) in read_png() function 123 if (read_png(fp)) in perform_one_test()
|
D | pngimage.c | 781 read_png(struct display *dp, struct buffer *bp, const char *operation, in read_png() function 848 read_png(dp, &dp->original_file, "original read", 0/*no transform*/); in update_display() 1335 read_png(dp, &dp->original_file, "ignored transforms", in test_one_file() 1350 read_png(dp, &dp->written_file, NULL, 0/*transforms*/); in test_one_file() 1372 read_png(dp, &dp->original_file, "active transforms", current); in test_one_file() 1398 read_png(dp, &dp->written_file, NULL, 0); in test_one_file()
|
/external/libpng/ |
D | example.c | 270 void read_png(char *file_name) /* We need to open the file */ 283 void read_png(FILE *fp, unsigned int sig_read) /* File is already open */
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 3570 read_png(struct control *control) in read_png() function 3663 rc = read_png(&control); in one_file()
|
/external/chromium_org/tools/telemetry/third_party/png/ |
D | png.py | 3802 if options.read_png:
|