Home
last modified time | relevance | path

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

/external/libpng/scripts/
Dsymbols.def241 png_image_begin_read_from_stdio @235
/external/libpng/contrib/examples/
Dsimpleover.c358 if (png_image_begin_read_from_stdio(&in, sprite->file)) in add_sprite()
/external/pdfium/third_party/libpng16/
Dpngprefix.h222 #define png_image_begin_read_from_stdio PDFIUM_png_image_begin_read_from_stdio macro
Dpng.h2986 PNG_EXPORT(235, int, png_image_begin_read_from_stdio, (png_imagep image,
Dpngread.c1472 png_image_begin_read_from_stdio(png_imagep image, FILE* file) in png_image_begin_read_from_stdio() function
/external/libpng/
Dpng.h2986 PNG_EXPORT(235, int, png_image_begin_read_from_stdio, (png_imagep image,
Dpngread.c1472 png_image_begin_read_from_stdio(png_imagep image, FILE* file) in png_image_begin_read_from_stdio() function
Dlibpng-manual.txt4100 int png_image_begin_read_from_stdio (png_imagep image,
5086 png_image_begin_read_from_stdio()
/external/libpng/contrib/libtests/
Dpngstest.c2965 if (!png_image_begin_read_from_stdio(&image->image, image->input_file)) in read_file()