Home
last modified time | relevance | path

Searched refs:pass_height (Results 1 – 1 of 1) sorted by relevance

/external/libpng/
Dpngtest.c1469 png_uint_32 pass_height; in test_one_file() local
1474 pass_height = PNG_PASS_ROWS(height, pass); in test_one_file()
1477 pass_height = 0; in test_one_file()
1481 pass_height = height; in test_one_file()
1483 # define pass_height height in test_one_file()
1487 for (y = 0; y < pass_height; y++) in test_one_file()