Home
last modified time | relevance | path

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

/external/libpng/
Dpngtest.c867 png_infop read_info_ptr, end_info_ptr; in test_one_file() local
928 read_info_ptr = png_create_info_struct(read_ptr); in test_one_file()
936 init_callback_info(read_info_ptr); in test_one_file()
948 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()
1064 png_read_info(read_ptr, read_info_ptr); in test_one_file()
1079 if (png_get_IHDR(read_ptr, read_info_ptr, &width, &height, &bit_depth, in test_one_file()
1112 if (png_get_cHRM_fixed(read_ptr, read_info_ptr, &white_x, &white_y, in test_one_file()
1124 if (png_get_gAMA_fixed(read_ptr, read_info_ptr, &gamma) != 0) in test_one_file()
1135 if (png_get_cHRM(read_ptr, read_info_ptr, &white_x, &white_y, &red_x, in test_one_file()
[all …]
Dlibpng-manual.txt3684 png_data_freer(read_ptr, read_info_ptr,
DCHANGES2484 Removed three direct references to read_info_ptr members in pngtest.c
/external/opencv3/3rdparty/libpng/
DCHANGES2475 Removed three direct references to read_info_ptr members in pngtest.c