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