Lines Matching refs:wx

693   /*PDBG (pixma_dbg (4, "%s: line_size=%ld, w=%d, wx=%d, scale=%d\n",
694 __func__, s->param->line_size, s->param->w, s->param->wx, mp->scale));*/
696 return (s->param->wx ? s->param->line_size / s->param->w * s->param->wx
712 unsigned wx = calc_raw_width (mp, s->param);
717 PDBG (pixma_dbg (4, "*send_scan_param gen. 1-2 ***** Setting: xdpi=%u ydpi=%u x=%i y=%i wx=%i ***** \n",
718 xdpi, ydpi, x-xs, y, wx));
726 pixma_set_be32 (wx, data + 0x10);
739 PDBG (pixma_dbg (4, "*send_scan_param gen. 3+ ***** Setting: xdpi=%u ydpi=%u x=%i xs=%i y=%i wx=%i h=%i ***** \n",
740 xdpi, ydpi, x, xs, y, wx, h));
759 pixma_set_be32 (wx, data + 0x14);
1083 * we ignore more pixels inside scanned line (wx), behind needed line (w)
1089 * wx*c | rgbrgb | rgbrgb | ... | rgbrgb
1093 unsigned wx, unsigned scale, unsigned c)
1100 /*PDBG (pixma_dbg (4, "%s: w=%d, wx=%d, c=%d, scale=%d\n",
1101 __func__, w, wx, c, scale));
1124 pixel += src[ic + c * n + wx * c * m];
1174 m = (n > 0) ? s->param->wx / n : 1;
1186 /*PDBG (pixma_dbg (4, "*post_process_image_data***** Processing with c=%u, n=%u, m=%u, wx=%i, line_size=%u, cx=%u, cw=%u ***** \n",
1187 c, n, m, s->param->wx, line_size, cx, cw));*/
1193 c, n, m, s->param->wx, line_size));*/
1215 reorder_pixels (mp->linebuf, sptr, c, n, m, s->param->wx, line_size);
1222 shrink_image(cptr, sptr, s->param->xs, s->param->w, s->param->wx, mp->scale, c);
1318 /* PDBG (pixma_dbg (4, "*mp150_check_param***** Initially: channels=%u, depth=%u, x=%u, y=%u, w=%u, h=%u, xs=%u, wx=%u, gamma=%f *****\n",
1319 sp->channels, sp->depth, sp->x, sp->y, sp->w, sp->h, sp->xs, sp->wx, sp->gamma)); */
1377 sp->wx = calc_raw_width (mp, sp);
1379 /*PDBG (pixma_dbg (4, "*mp150_check_param***** Final scan width and line-size: %i, %li *****\n", sp->wx, sp->line_size));*/
1398 sp->wx /= k;
1416 /*PDBG (pixma_dbg (4, "*mp150_check_param***** Finally: channels=%u, depth=%u, x=%u, y=%u, w=%u, h=%u, xs=%u, wx=%u *****\n",
1417 sp->channels, sp->depth, sp->x, sp->y, sp->w, sp->h, sp->xs, sp->wx));*/