Searched refs:read_png (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | readpng.c | 35 read_png(FILE *fp) in read_png() function 114 return !read_png(stdin); in main()
|
A D | timepng.c | 147 static int read_png(FILE *fp, png_int_32 transforms, FILE *write_file) in read_png() function 205 if (read_png(fp, transforms, NULL/*write*/)) in perform_one_test() 283 if (read_png(ip, -1/*by row*/, fp/*output*/)) in add_one_file()
|
A D | pngimage.c | 864 read_png(struct display *dp, struct buffer *bp, const char *operation, in read_png() function 931 read_png(dp, &dp->original_file, "original read", 0/*no transform*/); in update_display() 1420 read_png(dp, &dp->original_file, "ignored transforms", in test_one_file() 1435 read_png(dp, &dp->written_file, NULL, 0/*transforms*/); in test_one_file() 1457 read_png(dp, &dp->original_file, "active transforms", current); in test_one_file() 1483 read_png(dp, &dp->written_file, NULL, 0); in test_one_file()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | example.c | 273 void read_png(char *file_name) /* We need to open the file */ 286 void read_png(FILE *fp, int sig_read) /* File is already open */
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/ |
A D | pngcp.c | 1746 read_png(struct display *dp, const char *filename) in read_png() function 2180 read_png(dp, filename); in cp_one_file()
|
A D | pngfix.c | 3577 read_png(struct control *control) in read_png() function 3667 rc = read_png(&control); in one_file()
|
Completed in 23 milliseconds