Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dplustek-usb.c1367 scan->wSumY = scan->sParam.PhyDpi.y - scan->sParam.UserDpi.y; in usbDev_Prepare()
1369 DBG( _DBG_INFO, "SampleY Flag set (%u != %u, wSumY=%u)\n", in usbDev_Prepare()
1370 scan->sParam.UserDpi.y, scan->sParam.PhyDpi.y, scan->wSumY ); in usbDev_Prepare()
1454 scan->wSumY += scan->sParam.UserDpi.y; in usbDev_ReadLine()
1456 if( scan->wSumY >= scan->sParam.PhyDpi.y ) { in usbDev_ReadLine()
1457 scan->wSumY -= scan->sParam.PhyDpi.y; in usbDev_ReadLine()
H A Dplustek-usb.h657 u_short wSumY; /**< for line sampling */ member

Completed in 4 milliseconds