Searched refs:scal_width (Results 1 – 1 of 1) sorted by relevance
/external/libpng/ |
D | pngtest.c | 1276 double scal_width, scal_height; in test_one_file() local 1278 if (png_get_sCAL(read_ptr, read_info_ptr, &unit, &scal_width, in test_one_file() 1281 png_set_sCAL(write_ptr, write_info_ptr, unit, scal_width, scal_height); in test_one_file() 1288 png_charp scal_width, scal_height; in test_one_file() local 1290 if (png_get_sCAL_s(read_ptr, read_info_ptr, &unit, &scal_width, in test_one_file() 1293 png_set_sCAL_s(write_ptr, write_info_ptr, unit, scal_width, in test_one_file()
|