Searched refs:read_info_ptr (Results 1 – 3 of 3) sorted by relevance
/external/libpng/ |
D | pngtest.c | 859 png_infop read_info_ptr, end_info_ptr; in test_one_file() local 920 read_info_ptr = png_create_info_struct(read_ptr); in test_one_file() 928 init_callback_info(read_info_ptr); in test_one_file() 942 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr); in test_one_file() 964 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr); in test_one_file() 1075 png_read_info(read_ptr, read_info_ptr); in test_one_file() 1090 if (png_get_IHDR(read_ptr, read_info_ptr, &width, &height, &bit_depth, in test_one_file() 1123 if (png_get_cHRM_fixed(read_ptr, read_info_ptr, &white_x, &white_y, in test_one_file() 1135 if (png_get_gAMA_fixed(read_ptr, read_info_ptr, &gamma) != 0) in test_one_file() 1146 if (png_get_cHRM(read_ptr, read_info_ptr, &white_x, &white_y, &red_x, in test_one_file() [all …]
|
D | libpng-manual.txt | 3743 png_data_freer(read_ptr, read_info_ptr,
|
D | CHANGES | 2483 Removed three direct references to read_info_ptr members in pngtest.c
|