Lines Matching refs:desp

584 static double get_shrd (double value, SANE_Int desp);
1428 scn->desp[c] =
1432 scn->desp[c] = scn->channel_size * c;
1438 scn->desp[c] =
1444 scn->desp1[c] = scn->desp[c];
1446 ((scn->channel_size * 3) + scn->desp[c]) +
1461 scn->pColour[c] = scn->imagebuffer + scn->desp[c];
1521 scn->desp[c] = (scn->desp[c] + line_size) % scn->bfsize;
1522 scn->pColour[c] = scn->imagebuffer + scn->desp[c];
4999 get_shrd (double value, SANE_Int desp)
5001 if (desp <= 0x40)
5002 return value / pow (2, desp);
5275 SANE_Int desp = 0;
5279 desp = 1;
5281 desp = 2;
5283 desp = 3;
5285 desp = 4;
5287 desp = 5;
5289 desp = 6;
5291 desp = 7;
5293 return (*address & mask) >> desp;
5824 SANE_Int bit, pos, desp, rescont2;
5829 desp = 0;
5847 if ((*from_buffer & (0x80 >> desp)) != 0)
5855 if ((*from_buffer & (0x80 >> desp)) != 0)
5862 ((*from_buffer & (0x80 >> desp)) != 0) ? rescont : 0;
5867 desp++;
5868 if (desp == 8)
5870 desp = 0;
5903 SANE_Int desp; /* fac0 */
5947 desp = to_buffer - from_buffer;
5957 p_dst = myp2 + desp;
6630 scn->desp[c] =
6634 scn->desp[c] = channel_size * c;
6640 scn->desp[c] =
6647 scn->desp1[c] = scn->desp[c];
6663 scn->pColour[c] = scn->imagebuffer + scn->desp[c];
6725 scn->desp[c] = (scn->desp[c] + line_size) % scn->bfsize;
6726 scn->pColour[c] = scn->imagebuffer + scn->desp[c];
7521 SANE_Int desp;
7532 desp = 0;
7535 if ((desp % 7) == 0)
7542 if (*(pImage + desp) >= binarythresholdh) /* binarythresholdh = 0x0c */
7545 desp++;
7546 if ((desp % 7) == 0)
7550 while (desp < lineart_width);
11063 SANE_Int desp[3];
11065 desp[CL_RED] = pointer1 - pointer3;
11066 desp[CL_GREEN] = pointer2 - pointer3;
11067 desp[CL_BLUE] = 0;
11080 color = *(mypointer + desp[a]);
12181 /* desp f0e8 & f140 */