Home
last modified time | relevance | path

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

/external/libpng/
Dpngtest.c1433 png_uint_32 pass_height; in test_one_file() local
1438 pass_height = PNG_PASS_ROWS(height, pass); in test_one_file()
1441 pass_height = 0; in test_one_file()
1445 pass_height = height; in test_one_file()
1447 # define pass_height height in test_one_file()
1451 for (y = 0; y < pass_height; y++) in test_one_file()