Searched refs:write_png (Results 1 – 8 of 8) sorted by relevance
/external/libpng/contrib/libtests/ |
D | pngimage.c | 1320 write_png(struct display *dp, png_infop ip, int transforms) in write_png() function 1434 write_png(dp, dp->original_ip, 0/*transforms*/); in test_one_file() 1478 write_png(dp, dp->read_ip, current); in test_one_file()
|
D | makepng.c | 770 write_png(const char **name, FILE *fp, int color_type, int bit_depth, in write_png() function 1933 int ret = write_png(&file_name, fp, color_type, bit_depth, gamma, in main()
|
/external/syslinux/com32/lib/libpng/ |
D | example.c | 561 void write_png(char *file_name /* , ... other image information ... */)
|
D | CHANGES | 666 Added png_set_rows() and png_get_rows(), for use with png_read|write_png(). 865 Changed type of "params" from voidp to png_voidp in png_read|write_png().
|
/external/skia/third_party/libpng/ |
D | example.c | 764 void write_png(char *file_name /* , ... other image information ... */)
|
/external/libpng/ |
D | example.c | 764 void write_png(char *file_name /* , ... other image information ... */)
|
D | CHANGES | 725 Added png_set_rows() and png_get_rows(), for use with png_read|write_png(). 949 Changed type of "params" from voidp to png_voidp in png_read|write_png().
|
/external/libpng/contrib/tools/ |
D | pngcp.c | 1976 write_png(struct display *dp, const char *destname) in write_png() function 2217 write_png(dp, destname); in cp_one_file() 2246 write_png(dp, tmpname); in cp_one_file()
|