Searched defs:png_destroy_read_struct (Results 1 - 4 of 4) sorted by relevance

/external/libpng/
H A Dpngread.c775 // so that we can free index correctly in png_destroy_read_struct.
1136 png_destroy_read_struct(png_structpp png_ptr_ptr, png_infopp info_ptr_ptr, function
1141 png_debug(1, "in png_destroy_read_struct");
1470 png_destroy_read_struct(&png_ptr, NULL, NULL);
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngread.c896 png_destroy_read_struct(png_structpp png_ptr_ptr, png_infopp info_ptr_ptr, function
901 png_debug(1, "in png_destroy_read_struct");
1211 png_destroy_read_struct(&png_ptr, NULL, NULL);
H A Dpng.h470 #define png_destroy_read_struct FOXIT_png_destroy_read_struct macro
1848 PNG_EXPORT(64, void, png_destroy_read_struct, (png_structpp png_ptr_ptr,
/external/skia/third_party/libpng/
H A Dpngprefix.h318 #define png_destroy_read_struct skia_png_destroy_read_struct macro

Completed in 176 milliseconds