Home
last modified time | relevance | path

Searched refs:read_png (Results 1 – 6 of 6) sorted by relevance

/external/libpng/contrib/libtests/
Dreadpng.c35 read_png(FILE *fp) in read_png() function
103 return !read_png(stdin); in main()
Dtimepng.c38 static int read_png(FILE *fp) in read_png() function
123 if (read_png(fp)) in perform_one_test()
Dpngimage.c781 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/
Dexample.c270 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/
Dpngfix.c3570 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/
Dpng.py3802 if options.read_png: