Home
last modified time | relevance | path

Searched refs:read_info_ptr (Results 1 – 3 of 3) sorted by relevance

/external/libpng/
Dpngtest.c859 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()
962 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr); in test_one_file()
1073 png_read_info(read_ptr, read_info_ptr); in test_one_file()
1088 if (png_get_IHDR(read_ptr, read_info_ptr, &width, &height, &bit_depth, in test_one_file()
1121 if (png_get_cHRM_fixed(read_ptr, read_info_ptr, &white_x, &white_y, in test_one_file()
1133 if (png_get_gAMA_fixed(read_ptr, read_info_ptr, &gamma) != 0) in test_one_file()
1144 if (png_get_cHRM(read_ptr, read_info_ptr, &white_x, &white_y, &red_x, in test_one_file()
[all …]
Dlibpng-manual.txt3742 png_data_freer(read_ptr, read_info_ptr,
DCHANGES2484 Removed three direct references to read_info_ptr members in pngtest.c