Lines Matching defs:pixels
354 struct CalPixel pixels[CALPIXBYBLOCK];
362 we did scan test at 300 dpi, so we don't have all the needed pixels.
378 &calinfo[j / CALPIXBYBLOCK].pixels[j % CALPIXBYBLOCK];
480 /* Bytes per line is the number of pixels. The actual bytes is one more */
497 p->pixels = (iBytesPerLine / 3) / bpp;
501 p->goff = p->pixels * bpp + 1;
502 p->boff = 2 * p->pixels * bpp + 2;;
530 "Begin: line=%d (%X), pixels=%d (%X), r=%d (%X), g=%d (%X), b=%d (%X), bpp=%d, step=%d\n",
531 p->linelength, p->linelength, p->pixels, p->pixels, p->roff, p->roff,
553 maxoff += p->pixels * p->bpp;
616 for (i = 0; i < p->pixels; i++)
632 for (i = 0; i < p->pixels; i++)
787 HP5400_DBG (DBG_MSG, "Calibration scan: %d pixels wide\n", length);
1349 float pixels = ((float) htons (req->lenx) * (float) htons (req->leny)) *
1352 int bpp = (int) ((float) htonl (res.transfersize) / pixels + 0.5);