Searched refs:scal_width (Results 1 – 1 of 1) sorted by relevance
/plan9/sys/src/cmd/gs/libpng/ |
H A D | pngtest.c | 970 double scal_width, scal_height; in test_one_file() local 972 if (png_get_sCAL(read_ptr, read_info_ptr, &unit, &scal_width, in test_one_file() 975 png_set_sCAL(write_ptr, write_info_ptr, unit, scal_width, scal_height); in test_one_file() 982 png_charp scal_width, scal_height; in test_one_file() local 984 if (png_get_sCAL_s(read_ptr, read_info_ptr, &unit, &scal_width, in test_one_file() 987 png_set_sCAL_s(write_ptr, write_info_ptr, unit, scal_width, scal_height); in test_one_file()
|