Home
last modified time | relevance | path

Searched refs:pitch_max (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Dcoolscan3.c2434 int pitch, pitch_max; in cs3_full_inquiry() local
2497 s->resx_n_list = pitch_max = in cs3_full_inquiry()
2501 pitch_max * in cs3_full_inquiry()
2503 for (pitch = 1; pitch <= pitch_max; pitch++) in cs3_full_inquiry()
2507 s->resy_n_list = pitch_max = in cs3_full_inquiry()
2511 pitch_max * in cs3_full_inquiry()
2514 for (pitch = 1; pitch <= pitch_max; pitch++) in cs3_full_inquiry()
H A Dcoolscan2.c2389 int pitch, pitch_max; in cs2_full_inquiry() local
2451 s->resx_n_list = pitch_max = floor (s->resx_max / (double) s->resx_min); in cs2_full_inquiry()
2454 pitch_max * sizeof (unsigned int)); in cs2_full_inquiry()
2455 for (pitch = 1; pitch <= pitch_max; pitch++) in cs2_full_inquiry()
2459 s->resy_n_list = pitch_max = floor (s->resy_max / (double) s->resy_min); in cs2_full_inquiry()
2462 pitch_max * sizeof (unsigned int)); in cs2_full_inquiry()
2463 for (pitch = 1; pitch <= pitch_max; pitch++) in cs2_full_inquiry()

Completed in 7 milliseconds