Searched refs:read_png (Results 1 - 5 of 5) sorted by relevance

/external/libpng/contrib/libtests/
H A Dreadpng.c35 read_png(FILE *fp) function
103 return !read_png(stdin);
H A Dtimepng.c38 static int read_png(FILE *fp) function
123 if (read_png(fp))
H A Dpngimage.c781 read_png(struct display *dp, struct buffer *bp, const char *operation, function
848 read_png(dp, &dp->original_file, "original read", 0/*no transform*/);
1335 read_png(dp, &dp->original_file, "ignored transforms",
1350 read_png(dp, &dp->written_file, NULL, 0/*transforms*/);
1372 read_png(dp, &dp->original_file, "active transforms", current);
1398 read_png(dp, &dp->written_file, NULL, 0);
/external/libpng/
H A 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/
H A Dpngfix.c1041 /* jmpbuf is garbage: must be set by read_png */
3570 read_png(struct control *control) function
3663 rc = read_png(&control);

Completed in 109 milliseconds