Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dmustek_usb2.c1267 unsigned int tLines, CountPixels, TotalImgSize; in AutoLevel() local
1288 tLines = CountPixels = TotalImgSize = 0; in AutoLevel()
1308 tLines = 0; in AutoLevel()
1313 tLines = j * iWidth * 3; in AutoLevel()
1318 R = (unsigned short) (SANE_Byte) * (pbmpdata + (tLines + i * 3 + 2)); in AutoLevel()
1319 G = (unsigned short) (SANE_Byte) * (pbmpdata + (tLines + i * 3 + 1)); in AutoLevel()
1320 B = (unsigned short) (SANE_Byte) * (pbmpdata + (tLines + i * 3)); in AutoLevel()
1338 *(pbmpdata + (tLines + i * 3 + 2)) = (SANE_Byte) R; in AutoLevel()
1339 *(pbmpdata + (tLines + i * 3 + 1)) = (SANE_Byte) G; in AutoLevel()
1340 *(pbmpdata + (tLines in AutoLevel()
1517 unsigned int tLines, CountPixels, TotalImgSize; QBETDetectAutoLevel() local
1808 unsigned int tLines, TotalImgSize; QBetChange() local
[all...]

Completed in 2 milliseconds