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

/external/libpng/contrib/libtests/
H A Dreadpng.c35 read_png(FILE *fp) function
114 return !read_png(stdin);
H A Dtimepng.c147 static int read_png(FILE *fp, png_int_32 transforms, FILE *write_file) function
205 if (read_png(fp, transforms, NULL/*write*/))
283 if (read_png(ip, -1/*by row*/, fp/*output*/))
H A Dpngimage.c864 read_png(struct display *dp, struct buffer *bp, const char *operation, function
931 read_png(dp, &dp->original_file, "original read", 0/*no transform*/);
1420 read_png(dp, &dp->original_file, "ignored transforms",
1435 read_png(dp, &dp->written_file, NULL, 0/*transforms*/);
1457 read_png(dp, &dp->original_file, "active transforms", current);
1483 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, int sig_read) /* File is already open */
/external/skia/third_party/libpng/
H A Dexample.c270 void read_png(char *file_name) /* We need to open the file */
283 void read_png(FILE *fp, int sig_read) /* File is already open */
/external/syslinux/com32/lib/libpng/
H A Dexample.c83 void read_png(char *file_name) /* We need to open the file */
96 void read_png(FILE *fp, unsigned int sig_read) /* File is already open */
/external/libpng/contrib/tools/
H A Dpngcp.c1746 read_png(struct display *dp, const char *filename) function
2180 read_png(dp, filename);
H A Dpngfix.c1047 /* jmpbuf is garbage: must be set by read_png */
3577 read_png(struct control *control) function
3667 rc = read_png(&control);
/external/chromium-trace/catapult/telemetry/third_party/png/
H A Dpng.py3802 if options.read_png:

Completed in 318 milliseconds