Lines Matching defs:width
403 * @param width width of the processed line
409 pixma_binarize_line(pixma_scan_param_t * sp, uint8_t * dst, uint8_t * src, unsigned width, unsigned c)
418 /* PDBG (pixma_dbg (4, "*pixma_binarize_line***** src = %u, dst = %u, width = %u, c = %u, threshold = %u, threshold_curve = %u *****\n",
419 src, dst, width, c, sp->threshold, sp->threshold_curve)); */
430 pixma_rgb_to_gray(dst, src, width, c);
435 for (x = 0; x < width; x++)
452 for (x = 0; x < width; x++)
471 for (j = 0; j < width; j++)
484 if (dropCol >= offsetX && addCol < width)
1097 /* FIXME: I assume the same minimum width and height for every model.
1100 CLAMP2 (sp->x, sp->w, 16, s->cfg->width, sp->xdpi);