Lines Matching refs:text_ptr
794 pngtest_check_text_support(png_const_structp png_ptr, png_textp text_ptr, in pngtest_check_text_support() argument
799 switch (text_ptr[--num_text].compression) in pngtest_check_text_support()
1248 png_textp text_ptr; in test_one_file() local
1251 if (png_get_text(read_ptr, read_info_ptr, &text_ptr, &num_text) > 0) in test_one_file()
1255 pngtest_check_text_support(read_ptr, text_ptr, num_text); in test_one_file()
1265 i, text_ptr[i].compression); in test_one_file()
1269 png_set_text(write_ptr, write_info_ptr, text_ptr, num_text); in test_one_file()
1430 png_textp text_ptr; in test_one_file() local
1433 if (png_get_text(read_ptr, end_info_ptr, &text_ptr, &num_text) > 0) in test_one_file()
1437 pngtest_check_text_support(read_ptr, text_ptr, num_text); in test_one_file()
1447 i, text_ptr[i].compression); in test_one_file()
1451 png_set_text(write_ptr, write_end_info_ptr, text_ptr, num_text); in test_one_file()