Searched refs:read_info_ptr (Results 1 – 3 of 3) sorted by relevance
/external/libpng/ |
D | pngtest.c | 835 png_infop read_info_ptr, end_info_ptr; in test_one_file() local 893 read_info_ptr = png_create_info_struct(read_ptr); in test_one_file() 901 init_callback_info(read_info_ptr); in test_one_file() 913 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr); in test_one_file() 929 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr); in test_one_file() 1036 png_read_info(read_ptr, read_info_ptr); in test_one_file() 1051 if (png_get_IHDR(read_ptr, read_info_ptr, &width, &height, &bit_depth, in test_one_file() 1084 if (png_get_cHRM_fixed(read_ptr, read_info_ptr, &white_x, &white_y, in test_one_file() 1096 if (png_get_gAMA_fixed(read_ptr, read_info_ptr, &gamma)) in test_one_file() 1107 if (png_get_cHRM(read_ptr, read_info_ptr, &white_x, &white_y, &red_x, in test_one_file() [all …]
|
D | libpng-manual.txt | 3677 png_data_freer(read_ptr, read_info_ptr,
|
D | CHANGES | 2475 Removed three direct references to read_info_ptr members in pngtest.c
|