Home
last modified time | relevance | path

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

/external/libpng/
Dpngwio.c58 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr)); in png_default_write_data()
81 png_FILE_p io_ptr; in png_default_flush()
86 io_ptr = png_voidcast(png_FILE_p, (png_ptr->io_ptr)); in png_default_flush()
Dpngrio.c60 check = fread(data, 1, length, png_voidcast(png_FILE_p, png_ptr->io_ptr)); in png_default_read_data()
Dpngtest.c83 typedef FILE * png_FILE_p; typedef
400 check = fread(data, 1, length, (png_FILE_p)io_ptr); in pngtest_read_data()
432 check = fwrite(data, 1, length, (png_FILE_p)png_get_io_ptr(png_ptr)); in pngtest_write_data()
855 static png_FILE_p fpin; in test_one_file()
856 static png_FILE_p fpout; /* "static" prevents setjmp corruption */ in test_one_file()
Dpngconf.h597 typedef FILE * png_FILE_p; typedef
Dpng.h1560 PNG_EXPORT(74, void, png_init_io, (png_structrp png_ptr, png_FILE_p fp));
Dpng.c703 png_init_io(png_structrp png_ptr, png_FILE_p fp) in png_init_io()
DCHANGES1010 Do not typedef png_FILE_p in pngconf.h when PNG_NO_STDIO is defined.
/external/pdfium/third_party/libpng16/
Dpngwio.c58 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr)); in png_default_write_data()
81 png_FILE_p io_ptr; in png_default_flush()
86 io_ptr = png_voidcast(png_FILE_p, (png_ptr->io_ptr)); in png_default_flush()
Dpngrio.c60 check = fread(data, 1, length, png_voidcast(png_FILE_p, png_ptr->io_ptr)); in png_default_read_data()
Dpngconf.h597 typedef FILE * png_FILE_p; typedef
Dpng.h1560 PNG_EXPORT(74, void, png_init_io, (png_structrp png_ptr, png_FILE_p fp));
Dpng.c703 png_init_io(png_structrp png_ptr, png_FILE_p fp) in png_init_io()