• Home
  • Raw
  • Download

Lines Matching refs:read_info_ptr

692    png_infop read_info_ptr, end_info_ptr;  in test_one_file()  local
787 read_info_ptr = png_create_info_struct(read_ptr); in test_one_file()
805 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr); in test_one_file()
827 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr); in test_one_file()
903 png_read_info(read_ptr, read_info_ptr); in test_one_file()
909 if (png_get_IHDR(read_ptr, read_info_ptr, &width, &height, &bit_depth, in test_one_file()
925 if (png_get_cHRM_fixed(read_ptr, read_info_ptr, &white_x, &white_y, in test_one_file()
937 if (png_get_gAMA_fixed(read_ptr, read_info_ptr, &gamma)) in test_one_file()
947 if (png_get_cHRM(read_ptr, read_info_ptr, &white_x, &white_y, &red_x, in test_one_file()
959 if (png_get_gAMA(read_ptr, read_info_ptr, &gamma)) in test_one_file()
972 if (png_get_iCCP(read_ptr, read_info_ptr, &name, &compression_type, in test_one_file()
984 if (png_get_sRGB(read_ptr, read_info_ptr, &intent)) in test_one_file()
992 if (png_get_PLTE(read_ptr, read_info_ptr, &palette, &num_palette)) in test_one_file()
999 if (png_get_bKGD(read_ptr, read_info_ptr, &background)) in test_one_file()
1009 if (png_get_hIST(read_ptr, read_info_ptr, &hist)) in test_one_file()
1018 if (png_get_oFFs(read_ptr, read_info_ptr, &offset_x, &offset_y, in test_one_file()
1032 if (png_get_pCAL(read_ptr, read_info_ptr, &purpose, &X0, &X1, &type, in test_one_file()
1045 if (png_get_pHYs(read_ptr, read_info_ptr, &res_x, &res_y, &unit_type)) in test_one_file()
1053 if (png_get_sBIT(read_ptr, read_info_ptr, &sig_bit)) in test_one_file()
1063 if (png_get_sCAL(read_ptr, read_info_ptr, &unit, &scal_width, in test_one_file()
1075 if (png_get_sCAL_s(read_ptr, read_info_ptr, &unit, &scal_width, in test_one_file()
1090 if (png_get_text(read_ptr, read_info_ptr, &text_ptr, &num_text) > 0) in test_one_file()
1101 if (png_get_tIME(read_ptr, read_info_ptr, &mod_time)) in test_one_file()
1124 if (png_get_tRNS(read_ptr, read_info_ptr, &trans, &num_trans, in test_one_file()
1143 int num_unknowns = (int)png_get_unknown_chunks(read_ptr, read_info_ptr, in test_one_file()
1207 png_get_rowbytes(read_ptr, read_info_ptr)); in test_one_file()
1235 png_get_rowbytes(read_ptr, read_info_ptr)); in test_one_file()
1237 png_get_rowbytes(read_ptr, read_info_ptr)); in test_one_file()
1264 png_free_data(read_ptr, read_info_ptr, PNG_FREE_UNKN, -1); in test_one_file()
1348 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr); in test_one_file()