Home
last modified time | relevance | path

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

/external/libpng/scripts/
Dsymbols.def242 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/skia/third_party/libpng/
Dpngprefix.h325 #define png_image_begin_read_from_stdio skia_png_image_begin_read_from_stdio macro
Dpng.h3003 PNG_EXPORT(235, int, png_image_begin_read_from_stdio, (png_imagep image,
Dpngread.c1444 png_image_begin_read_from_stdio(png_imagep image, FILE* file) in png_image_begin_read_from_stdio() function
Dlibpng-manual.txt4041 int png_image_begin_read_from_stdio (png_imagep image,
5028 png_image_begin_read_from_stdio()
/external/libpng/
Dpng.h3009 PNG_EXPORT(235, int, png_image_begin_read_from_stdio, (png_imagep image,
Dpngread.c1453 png_image_begin_read_from_stdio(png_imagep image, FILE* file) in png_image_begin_read_from_stdio() function
Dlibpng-manual.txt4046 int png_image_begin_read_from_stdio (png_imagep image,
5033 png_image_begin_read_from_stdio()
/external/pdfium/third_party/libpng16/
Dpng.h3003 PNG_EXPORT(235, int, png_image_begin_read_from_stdio, (png_imagep image,
Dpngread.c1454 png_image_begin_read_from_stdio(png_imagep image, FILE* file) in png_image_begin_read_from_stdio() function
/external/libpng/contrib/libtests/
Dpngstest.c2956 if (!png_image_begin_read_from_stdio(&image->image, image->input_file)) in read_file()