Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dhp5400.h123 int iLeft; /* in HW coordinates (units HW_LPI) */ member
H A Dniash_core.h61 int iLeft; /* in HW coordinates */ member
H A Dniash_core.c583 3 * (HW_PIXELS - (pParams->iLeft + iWidthHW))); in InitNiashCommon()
586 WriteRegWord (iHandle, 0x10, 3 * (HW_PIXELS - pParams->iLeft) - 1); in InitNiashCommon()
592 WriteRegWord (iHandle, 0x0E, 3 * pParams->iLeft); in InitNiashCommon()
595 WriteRegWord (iHandle, 0x10, 3 * (pParams->iLeft + iWidthHW) - 1); in InitNiashCommon()
1239 Params.iLeft = 0; in SimpleCalibExt()
H A Dhp5400_internal.c1020 HP5400_DBG (DBG_MSG, " x0 : %d\n", params->iLeft); in hp5400_scan()
1034 req.offx = htons (params->iLeft); in hp5400_scan()
1082 params.iLeft = 0; in PreviewScan()
1154 req.offx = htons (pParams->iLeft); /* = 0cm */ in InitScan()
H A Dhp5400_sane.c1228 s->ScanParams.iLeft = in sane_start()
H A Dniash.c1306 s->ScanParams.iLeft = in sane_start()
H A Dhp3900_rts8822.c249 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()
9239 data_lsb_set (&Regs[0xb0], iLeft, 2); in RTS_Setup_Coords()
9242 data_lsb_set (&Regs[0xb2], iLeft + width, 2); in RTS_Setup_Coords()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_encoder_nalu_writer_h264.cpp31 int32_t iLeft = pBitstream->get_num_bits_for_byte_align(); in rbsp_trailing() local
33 if (iLeft) { in rbsp_trailing()
34 pBitstream->put_bits(iLeft, 0); in rbsp_trailing()
/third_party/sqlite/src/
H A Dsqlite3.c65012 int iLeft = 0; /* Current index in aLeft */ global() local
138757 int iLeft; /* Table on the left with matching column name */ global() local
203285 int iLeft = 0; global() local
203354 int iLeft = 0; global() local
[all...]

Completed in 145 milliseconds