Searched refs:png_destroy_info_struct (Results 1 – 14 of 14) sorted by relevance
/external/libpng/scripts/ |
D | symbols.def | 71 png_destroy_info_struct @63
|
/external/libpng/contrib/examples/ |
D | pngpixel.c | 348 png_destroy_info_struct(png_ptr, &info_ptr); in main()
|
/external/deqp/framework/common/ |
D | tcuImageIO.cpp | 131 png_destroy_info_struct(png_ptr, &info_ptr); in loadPNG()
|
/external/libpng/ |
D | pngtest.c | 941 png_destroy_info_struct(write_ptr, &write_end_info_ptr); in test_one_file() 956 png_destroy_info_struct(write_ptr, &write_end_info_ptr); in test_one_file() 1606 png_destroy_info_struct(write_ptr, &write_end_info_ptr); in test_one_file()
|
D | pngwrite.c | 978 png_destroy_info_struct(png_ptr, info_ptr_ptr); in png_destroy_write_struct() 1485 png_destroy_info_struct(png_ptr, &info_ptr); in png_image_write_init()
|
D | pngread.c | 1172 png_destroy_info_struct(png_ptr, end_info_ptr_ptr); in png_destroy_read_struct() 1173 png_destroy_info_struct(png_ptr, info_ptr_ptr); in png_destroy_read_struct() 1486 png_destroy_info_struct(png_ptr, &info_ptr); in png_image_read_init()
|
D | png.h | 1422 PNG_EXPORT(63, void, png_destroy_info_struct, (png_const_structrp png_ptr,
|
D | png.c | 366 png_destroy_info_struct(png_const_structrp png_ptr, png_infopp info_ptr_ptr) in png_destroy_info_struct() function
|
/external/skia/third_party/libpng/ |
D | pngprefix.h | 213 #define png_destroy_info_struct skia_png_destroy_info_struct macro
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | fx_pngread.c | 913 png_destroy_info_struct(png_ptr, end_info_ptr_ptr); in png_destroy_read_struct() 914 png_destroy_info_struct(png_ptr, info_ptr_ptr); in png_destroy_read_struct() 1208 png_destroy_info_struct(png_ptr, &info_ptr); in png_image_read_init()
|
D | fx_pngwrite.c | 909 png_destroy_info_struct(png_ptr, info_ptr_ptr); in png_destroy_write_struct() 1594 png_destroy_info_struct(png_ptr, &info_ptr); in png_image_write_init()
|
D | png.h | 393 #define png_destroy_info_struct FOXIT_png_destroy_info_struct macro 1844 PNG_EXPORT(63, void, png_destroy_info_struct, (png_const_structrp png_ptr,
|
D | fx_png.c | 355 png_destroy_info_struct(png_const_structrp png_ptr, png_infopp info_ptr_ptr) in png_destroy_info_struct() function
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.c | 750 png_destroy_info_struct(png, &info); in compressImagePNG()
|