Home
last modified time | relevance | path

Searched refs:write_png (Results 1 – 8 of 8) sorted by relevance

/external/libpng/contrib/libtests/
Dpngimage.c1320 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()
Dmakepng.c770 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/
Dexample.c561 void write_png(char *file_name /* , ... other image information ... */)
DCHANGES666 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/
Dexample.c764 void write_png(char *file_name /* , ... other image information ... */)
/external/libpng/
Dexample.c764 void write_png(char *file_name /* , ... other image information ... */)
DCHANGES725 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/
Dpngcp.c1976 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()