Searched refs:png_FILE_p (Results 1 – 12 of 12) sorted by relevance
/external/libpng/ |
D | pngwio.c | 58 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()
|
D | pngrio.c | 60 check = fread(data, 1, length, png_voidcast(png_FILE_p, png_ptr->io_ptr)); in png_default_read_data()
|
D | pngtest.c | 83 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()
|
D | pngconf.h | 597 typedef FILE * png_FILE_p; typedef
|
D | png.h | 1560 PNG_EXPORT(74, void, png_init_io, (png_structrp png_ptr, png_FILE_p fp));
|
D | png.c | 703 png_init_io(png_structrp png_ptr, png_FILE_p fp) in png_init_io()
|
D | CHANGES | 1010 Do not typedef png_FILE_p in pngconf.h when PNG_NO_STDIO is defined.
|
/external/pdfium/third_party/libpng16/ |
D | pngwio.c | 58 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()
|
D | pngrio.c | 60 check = fread(data, 1, length, png_voidcast(png_FILE_p, png_ptr->io_ptr)); in png_default_read_data()
|
D | pngconf.h | 597 typedef FILE * png_FILE_p; typedef
|
D | png.h | 1560 PNG_EXPORT(74, void, png_init_io, (png_structrp png_ptr, png_FILE_p fp));
|
D | png.c | 703 png_init_io(png_structrp png_ptr, png_FILE_p fp) in png_init_io()
|