Lines Matching defs:depth
220 SANE_Int depth;
243 depth = request->depth;
279 depth = 8;
375 DBG (6, "gt68xx_generic_setup_scan: color=%s, depth=%d\n",
376 color ? "TRUE" : "FALSE", depth);
389 if (depth > 12)
391 else if (depth > 8)
447 pixel_align = 32; /* best case for depth = 16 */
448 while ((depth * pixel_align) % (64 * 8) != 0)
490 SANE_Int max_bpl = xdpi * 3 * depth *
514 bits_per_line = depth * scan_xs;
627 params->depth = depth;