Home
last modified time | relevance | path

Searched refs:_DEF_DPI (Results 1 - 7 of 7) sorted by relevance

/third_party/backends/backend/
H A Du12-if.c431 dev->dpi_range.min = _DEF_DPI; in u12if_getCaps()
445 calloc((((res_x * 16)-_DEF_DPI)/25+1), in u12if_getCaps()
456 for( cntr = _DEF_DPI; cntr <= (res_x*16); cntr += 25 ) { in u12if_getCaps()
H A Dplustek.h115 #define _DEF_DPI 50 macro
H A Du12.h71 #define _DEF_DPI 50 macro
H A Dplustek_pp.c533 dev->dpi_range.min = _DEF_DPI; in limitResolution()
534 if( dev->dpi_range.min < _DEF_DPI ) in limitResolution()
535 dev->dpi_range.min = _DEF_DPI; in limitResolution()
1077 dev->res_list = (SANE_Int *)calloc(((lens.rDpiX.wMax -_DEF_DPI)/25 + 1), in attach()
1088 for( cntr = _DEF_DPI; cntr <= lens.rDpiX.wMax; cntr += 25 ) { in attach()
1639 s->hw->dpi_range.min = _DEF_DPI; in sane_control_option()
H A Dplustek-pp.h195 #define _DEF_DPI 50 macro
H A Dplustek.c1360 calloc((((dev->usbDev.Caps.OpticDpi.x*16)-_DEF_DPI)/25+1), in attach()
1371 for(cntr = _DEF_DPI; cntr <= (dev->usbDev.Caps.OpticDpi.x*16); cntr += 25){ in attach()
1377 dev->dpi_range.min = _DEF_DPI; in attach()
2212 dev->dpi_range.min = _DEF_DPI; in sane_control_option()
H A Du12.c1399 s->hw->dpi_range.min = _DEF_DPI; in sane_control_option()

Completed in 11 milliseconds