Home
last modified time | relevance | path

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

/external/libpng/scripts/
Dsymbols.def242 png_image_begin_read_from_stdio @235
/external/skia/third_party/libpng/
Dpngprefix.h321 #define png_image_begin_read_from_stdio skia_png_image_begin_read_from_stdio macro
/external/pdfium/samples/fx_lpng/lpng_v163/
Dpng.h616 #define png_image_begin_read_from_stdio FOXIT_png_image_begin_read_from_stdio macro
3397 PNG_EXPORT(235, int, png_image_begin_read_from_stdio, (png_imagep image,
Dfx_pngread.c1337 png_image_begin_read_from_stdio(png_imagep image, FILE* file) in png_image_begin_read_from_stdio() function
/external/libpng/
Dpng.h3111 PNG_EXPORT(235, int, png_image_begin_read_from_stdio, (png_imagep image,
Dpngread.c1596 png_image_begin_read_from_stdio(png_imagep image, FILE* file) in png_image_begin_read_from_stdio() function
Dlibpng-manual.txt3982 int png_image_begin_read_from_stdio (png_imagep image,
5156 png_image_begin_read_from_stdio()
/external/libpng/contrib/libtests/
Dpngstest.c3072 if (!png_image_begin_read_from_stdio(&image->image, image->input_file)) in read_file()