Home
last modified time | relevance | path

Searched refs:step_y_res (Results 1 - 5 of 5) sorted by relevance

/third_party/backends/backend/
H A Dkvs1025_low.c320 int step_x_res, step_y_res; in CMD_read_support_info() local
329 step_y_res = (dev->buffer[14] << 8) | dev->buffer[15]; in CMD_read_support_info()
336 step_x_res > step_y_res ? step_x_res : step_y_res; in CMD_read_support_info()
H A Dcanon_dr.h185 int step_y_res; member
H A Dfujitsu.h172 int step_y_res[6]; /*one for each mode*/ member
H A Dfujitsu.c1375 s->step_y_res[MODE_LINEART] = get_IN_step_y_res (in); in init_vpd()
1376 DBG (15, " step y res: %d dpi\n", s->step_y_res[MODE_LINEART]); in init_vpd()
2102 s->step_y_res[i] = s->step_y_res[MODE_LINEART]; in init_model()
2188 s->step_y_res[i] = 1; in init_model()
2953 if(s->step_x_res[s->s_mode] && s->step_y_res[s->s_mode]){ in sane_get_option_descriptor()
H A Dcanon_dr.c1259 s->step_y_res = get_IN_step_y_res (in); in init_vpd()
1260 DBG (15, " step y res: %d dpi\n", s->step_y_res); in init_vpd()
2387 if(s->step_y_res){ in sane_get_option_descriptor()
2390 s->res_range.quant = s->step_y_res; in sane_get_option_descriptor()

Completed in 25 milliseconds