Home
last modified time | relevance | path

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

/external/libpng/contrib/examples/
Dpngtopng.c36 if (png_image_begin_read_from_file(&image, argv[1])) in main()
/external/libpng/scripts/
Dsymbols.def241 png_image_begin_read_from_file @234
/external/libpng/
Dexample.c55 if (png_image_begin_read_from_file(&image, argv[1]))
Dpng.h3105 PNG_EXPORT(234, int, png_image_begin_read_from_file, (png_imagep image,
Dpngread.c1626 png_image_begin_read_from_file(png_imagep image, const char *file_name) in png_image_begin_read_from_file() function
Dlibpng-manual.txt3976 int png_image_begin_read_from_file( png_imagep image,
5155 png_image_begin_read_from_file()
/external/skia/third_party/libpng/
Dpngprefix.h319 #define png_image_begin_read_from_file skia_png_image_begin_read_from_file macro
/external/pdfium/samples/fx_lpng/lpng_v163/
Dpng.h615 #define png_image_begin_read_from_file FOXIT_png_image_begin_read_from_file macro
3391 PNG_EXPORT(234, int, png_image_begin_read_from_file, (png_imagep image,
Dfx_pngread.c1367 png_image_begin_read_from_file(png_imagep image, const char *file_name) in png_image_begin_read_from_file() function
/external/libpng/contrib/libtests/
Dpngstest.c3078 if (!png_image_begin_read_from_file(&image->image, image->file_name)) in read_file()