Searched refs:iTop (Results 1 - 8 of 8) sorted by relevance
/third_party/backends/backend/ |
H A D | hp5400.h | 122 int iTop; /* in HW coordinates (units HW_LPI) */ member
|
H A D | niash_core.h | 60 int iTop; /* in HW coordinates */ member
|
H A D | niash_core.c | 448 WriteRegWord (iHandle, 0x17, pParams->iTop); in InitNiash00014() 449 WriteRegWord (iHandle, 0x19, pParams->iTop); in InitNiash00014() 658 iHeight = (pParams->iBottom - pParams->iTop + 1); in InitScan() 1235 Params.iTop = 60; in SimpleCalibExt() 1237 Params.iTop = 30; in SimpleCalibExt()
|
H A D | hp5400_internal.c | 1021 HP5400_DBG (DBG_MSG, " y0 : %d\n", params->iTop); in hp5400_scan() 1035 req.offy = htons (params->iTop); in hp5400_scan() 1083 params.iTop = 0; in PreviewScan() 1155 req.offy = htons (pParams->iTop); /* = 0cm */ in InitScan()
|
H A D | hp5400_sane.c | 1226 s->ScanParams.iTop = in sane_start()
|
H A D | niash.c | 1303 s->ScanParams.iTop = in sane_start()
|
H A D | hp3900_rts8822.c | 249 static void RTS_Setup_Coords (SANE_Byte * Regs, SANE_Int iLeft, SANE_Int iTop, 9229 RTS_Setup_Coords (SANE_Byte * Regs, SANE_Int iLeft, SANE_Int iTop, in RTS_Setup_Coords() argument 9233 "> RTS_Setup_Coords(*Regs, iLeft=%i, iTop=%i, width=%i, height=%i)\n", in RTS_Setup_Coords() 9234 iLeft, iTop, width, height); in RTS_Setup_Coords() 9245 data_lsb_set (&Regs[0xd0], iTop, 2); in RTS_Setup_Coords() 9246 data_bitset (&Regs[0xd4], 0x0f, _B2 (iTop)); in RTS_Setup_Coords() 9249 data_lsb_set (&Regs[0xd2], iTop + height, 2); in RTS_Setup_Coords() 9250 data_bitset (&Regs[0xd4], 0xf0, _B2 (iTop + height)); in RTS_Setup_Coords()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 151792 int iTop; /* The very beginning of the WHERE loop */ global() member [all...] |
Completed in 181 milliseconds