Home
last modified time | relevance | path

Searched refs:maxres (Results 1 - 10 of 10) sorted by relevance

/third_party/backends/backend/
H A Dmustek_pp_decl.h9 SANE_Int *maxres, SANE_Int *minres,
42 SANE_Int *maxres,
68 SANE_Int *maxres,
H A Dmustek_pp_null.c79 SANE_Int *maxres, SANE_Int *minres, in debug_drv_capabilities()
87 *maxres = 300; in debug_drv_capabilities()
77 debug_drv_capabilities(SANE_Int info __UNUSED__, SANE_String *model, SANE_String *vendor, SANE_String *type, SANE_Int *maxres, SANE_Int *minres, SANE_Int *maxhsize, SANE_Int *maxvsize, SANE_Int *caps) debug_drv_capabilities() argument
H A Dmustek_pp.h100 SANE_Int *maxres,
168 int maxres; member
H A Dmustek_pp_cis.c750 return (int)((dist * dev->CIS.hw_hres) / dev->desc->dev->maxres + 0.5); in max2hw_hres()
757 return (int)((dist * dev->CIS.hw_vres) / dev->desc->dev->maxres + 0.5); in max2hw_vres()
764 return (int)((dist * dev->CIS.cisRes) / dev->desc->dev->maxres + 0.5); in max2cis_hres()
770 return (int)((dist * dev->desc->dev->maxres) / dev->CIS.cisRes + 0.5); in cis2max_res()
777 return (int)((dist * dev->desc->dev->maxres) / dev->CIS.hw_vres + 0.5); in hw2max_vres()
1160 cis_move_motor (Mustek_PP_CIS_dev * dev, SANE_Int steps) /* steps @ maxres */ in cis_move_motor()
2117 dev->CIS.hw_vres = dev->desc->dev->maxres; in cis_calibrate()
2161 DBG(3, "cis_calibrate: remaining skips to origin @maxres: %d\n", in cis_calibrate()
2284 SANE_Int *maxres, SANE_Int *minres, in cis_drv_capabilities()
2296 *maxres in cis_drv_capabilities()
2282 cis_drv_capabilities(SANE_Int info, SANE_String *model, SANE_String *vendor, SANE_String *type, SANE_Int *maxres, SANE_Int *minres, SANE_Int *maxhsize, SANE_Int *maxvsize, SANE_Int *caps) cis_drv_capabilities() argument
[all...]
H A Dmustek_pp.c354 &dev->maxres, &dev->minres, &dev->maxhsize, &dev->maxvsize, in sane_attach()
425 hndl->dpi_range.max = SANE_FIX (hndl->dev->maxres); in init_options()
490 hndl->x_range.max = SANE_FIX (PIXEL_TO_MM(hndl->dev->maxhsize,hndl->dev->maxres)); in init_options()
503 hndl->y_range.max = SANE_FIX(PIXEL_TO_MM(hndl->dev->maxvsize,hndl->dev->maxres)); in init_options()
1607 (MM_TO_PIXEL (SANE_UNFIX(hndl->val[OPT_TL_X].w), hndl->dev->maxres) + in sane_get_parameters()
1611 (MM_TO_PIXEL (SANE_UNFIX(hndl->val[OPT_TL_Y].w), hndl->dev->maxres) + in sane_get_parameters()
1616 (MM_TO_PIXEL (SANE_UNFIX(hndl->val[OPT_BR_X].w), hndl->dev->maxres) + in sane_get_parameters()
1620 (MM_TO_PIXEL (SANE_UNFIX(hndl->val[OPT_BR_Y].w), hndl->dev->maxres) + in sane_get_parameters()
1637 / hndl->dev->maxres; in sane_get_parameters()
1671 hndl->dev->maxres; in sane_get_parameters()
[all...]
H A Dcoolscan.h213 int maxres; /* Maximum resolution [2700] (dpi) */ member
H A Dmicrotek.c1105 SANE_Int maxres = ms->dev->info.base_resolution; in init_options() local
1107 ms->res_range.max = SANE_FIX(maxres); in init_options()
1108 ms->exp_res_range.max = SANE_FIX(2 * maxres); in init_options()
1111 ms->res_range.min = SANE_FIX( maxres / 100 ); in init_options()
1113 ms->exp_res_range.min = SANE_FIX(2 * maxres / 100); in init_options()
H A Dmustek_pp_ccd300.c1637 SANE_Int * maxres, SANE_Int * minres, in ccd300_capabilities()
1647 *maxres = 300; in ccd300_capabilities()
1635 ccd300_capabilities(SANE_Int info, SANE_String * model, SANE_String * vendor, SANE_String * type, SANE_Int * maxres, SANE_Int * minres, SANE_Int * maxhsize, SANE_Int * maxvsize, SANE_Int * caps) ccd300_capabilities() argument
H A Dcoolscan.c1526 s->maxres = getnbyte(s->buffer+0x12,2)-1; in get_inquiery_LS30()
1611 s->maxres = get_DI_MaxResolution (s->buffer); in get_internal_info_LS20()
1651 s->adbits, s->outputbits, s->maxres, s->xmax, s->ymax, in get_internal_info_LS20()
2131 dev->dpi_range.max = SANE_FIX (dev->maxres); in attach_scanner()
/third_party/cups-filters/filter/
H A Dpdftops.c314 maxres = CUPS_PDFTOPS_MAX_RESOLUTION, local
877 maxres = mres;
887 * maxres = 0 means no limit
890 if (maxres)
891 while (res > maxres)

Completed in 19 milliseconds