Lines Matching defs:length
304 * Generates a gamma table of the given length within 0 and the given
1178 unsigned length = 20;
1180 // 20 cm max length for calibration sheet
1181 length = static_cast<unsigned>(((200 * dpi) / MM_PER_INCH) / lines);
1236 while (pass < length && !found) {
2863 DBG(DBG_info, "%s: fill length is %d\n", __func__, fill);
3195 unsigned int length; /**> number of shading calibration data words */
3247 length = words_per_color * 3 * 2;
3251 std::vector<std::uint8_t> shading_data(length, 0);
3254 genesys_send_offset_and_shading(dev, sensor, shading_data.data(), length);
3424 length = words_per_color * 3 * 2;
3426 shading_data.resize(length, 0);
3481 genesys_send_offset_and_shading(dev, sensor, shading_data.data(), length);
6310 dbg.log(DBG_error, "error: returning incorrect length");