Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dmustek_usb2_reflective.c1358 unsigned int dwBDarkLevel = 0; in Reflective_LineCalibration16Bits() local
1563 dwBDarkLevel = 0; in Reflective_LineCalibration16Bits()
1604 dwBDarkLevel += in Reflective_LineCalibration16Bits()
1629 dwBDarkLevel += in Reflective_LineCalibration16Bits()
1638 dwBDarkLevel = (unsigned int) (dwBDarkLevel / (wCalWidth / 2)); in Reflective_LineCalibration16Bits()
1647 dwBDarkLevel = (unsigned int) (dwBDarkLevel / wCalWidth); in Reflective_LineCalibration16Bits()
1681 *(lpDarkShading + i * 3 + 2) = (unsigned short) dwBDarkLevel; in Reflective_LineCalibration16Bits()
1694 *(lpDarkShading + i * 3 + 2) = (unsigned short) dwBDarkLevel; in Reflective_LineCalibration16Bits()
[all...]
H A Dmustek_usb2_transparent.c1288 unsigned int dwBDarkLevel = 0; in Transparent_LineCalibration16Bits() local
1418 dwBDarkLevel = 0; in Transparent_LineCalibration16Bits()
1456 dwBDarkLevel += in Transparent_LineCalibration16Bits()
1479 dwBDarkLevel += in Transparent_LineCalibration16Bits()
1488 dwBDarkLevel = (unsigned int) (dwBDarkLevel / (wCalWidth / 2)) - 512; in Transparent_LineCalibration16Bits()
1498 dwBDarkLevel = (unsigned int) (dwBDarkLevel / wCalWidth) - 512; in Transparent_LineCalibration16Bits()
1534 *(lpDarkShading + i * 3 + 2) = (unsigned short) dwBDarkLevel; in Transparent_LineCalibration16Bits()
1540 *(lpDarkShading + i * 3 + 2) = (unsigned short) dwBDarkLevel; in Transparent_LineCalibration16Bits()
[all...]

Completed in 3 milliseconds