Home
last modified time | relevance | path

Searched refs:png_image_write_to_file (Results 1 – 10 of 10) sorted by relevance

/external/libpng/contrib/examples/
Dpngtopng.c52 if (png_image_write_to_file(&image, argv[2], in main()
/external/libpng/scripts/
Dsymbols.def246 png_image_write_to_file @239
/external/libpng/
Dexample.c107 if (png_image_write_to_file(&image, argv[2], 0/*convert_to_8bit*/,
Dpng.h3179 PNG_EXPORT(239, int, png_image_write_to_file, (png_imagep image,
Dpngwrite.c2369 png_image_write_to_file(png_imagep image, const char *file_name, in png_image_write_to_file() function
Dlibpng-manual.txt4041 int png_image_write_to_file, (png_imagep image,
5161 png_image_write_to_file()
/external/skia/third_party/libpng/
Dpngprefix.h415 #define png_image_write_to_file skia_png_image_write_to_file macro
/external/pdfium/samples/fx_lpng/lpng_v163/
Dpng.h620 #define png_image_write_to_file FOXIT_png_image_write_to_file macro
3465 PNG_EXPORT(239, int, png_image_write_to_file, (png_imagep image,
Dfx_pngwrite.c2262 png_image_write_to_file(png_imagep image, const char *file_name, in png_image_write_to_file() function
/external/libpng/contrib/libtests/
Dpngstest.c3273 if (png_image_write_to_file(&image->image, name, convert_to_8bit, in write_one_file()