Searched refs:write_png (Results 1 – 6 of 6) sorted by relevance
/external/skia/tools/skiaserve/ |
D | Request.cpp | 20 static void write_png(const png_bytep rgba, png_uint_32 width, png_uint_32 height, SkWStream& out) { in write_png() function 70 write_png((const png_bytep) bmp->getPixels(), bmp->width(), bmp->height(), buffer); in writeCanvasToPng()
|
/external/libpng/contrib/libtests/ |
D | pngimage.c | 1304 write_png(struct display *dp, png_infop ip, int transforms) in write_png() function 1418 write_png(dp, dp->original_ip, 0/*transforms*/); in test_one_file() 1462 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/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/opencv3/3rdparty/libpng/ |
D | CHANGES | 717 Added png_set_rows() and png_get_rows(), for use with png_read|write_png(). 941 Changed type of "params" from voidp to png_voidp in png_read|write_png().
|