Home
last modified time | relevance | path

Searched refs:lines (Results 676 - 700 of 964) sorted by relevance

1...<<21222324252627282930>>...39

/third_party/backends/backend/genesys/
H A Dgl842.cpp86 // EXPDMY[0:7]: Exposure time of dummy lines. in gl842_init_registers()
541 /* cis color scan is effectively a gray scan with 3 gray lines per color line and a FILTER of 0 */ in init_regs_for_scan_session()
572 dev->total_bytes_to_read = (size_t)session.output_line_bytes_requested * (size_t)session.params.lines; in init_regs_for_scan_session()
624 session.params.lines = settings.lines; in calculate_scan_session()
820 session.params.lines = calib_lines; in init_regs_for_shading()
915 session.params.lines = 1; in init_regs_for_warmup()
/third_party/backends/backend/
H A Dpieusb.c213 /* Ignore line comments and empty lines */ in sane_init()
216 /* Ignore lines which do not begin with 'usb ' */ in sane_init()
788 params->lines = scanner->scan_parameters.lines; in sane_get_parameters()
802 params->lines = height / MM_PER_INCH * resolution; in sane_get_parameters()
842 DBG(DBG_info_sane," lines = %d\n",params->lines); in sane_get_parameters()
1113 * it's 45 lines, scanner->ccd_mask_size pixels, 16 bit depth in all cases. in sane_start()
1192 scanner->scan_parameters.lines, colors, in sane_start()
1376 DBG(DBG_info_sane, "sane_read(): currently read %.2f lines o in sane_read()
[all...]
H A Dkvs1025_low.c583 dev->params[s].lines = *height ? *height in CMD_read_pic_elements()
747 size[0] = dev->params[0].bytes_per_line * dev->params[0].lines; in AllocateImageBuffer()
748 size[1] = dev->params[1].bytes_per_line * dev->params[1].lines; in AllocateImageBuffer()
1070 = s->params[side_index].lines * s->params[side_index].bytes_per_line; in buffer_crop()
1173 = s->params[side_index].lines * s->params[side_index].bytes_per_line; in buffer_rotate()
H A Dpieusb_scancmd.c439 * Read scanned data from the scanner memory into a byte array. The lines
440 * argument specifies how many lines will be read, the size argument specifies
441 * the total amount of bytes in these lines. Use sanei_pieusb_cmd_get_parameters() to
442 * determine the current line size and the number of available lines.\n
453 * @param lines
458 sanei_pieusb_cmd_get_scanned_lines(SANE_Int device_number, SANE_Byte* data, SANE_Int lines, SANE_Int size, struct Pieusb_Command_Status *status) in sanei_pieusb_cmd_get_scanned_lines() argument
462 DBG (DBG_info_scan, "sanei_pieusb_cmd_get_scanned_lines(): %d lines (%d bytes)\n", lines, size); in sanei_pieusb_cmd_get_scanned_lines()
464 _prep_scsi_cmd (command, SCSI_READ, lines); in sanei_pieusb_cmd_get_scanned_lines()
586 * Get the parameters of an executed scan, such as width, lines an
[all...]
H A Dmustek_usb.c211 s->params.lines = s->height_dots; in calc_parameters()
212 if (s->params.lines < 0) in calc_parameters()
213 s->params.lines = 0; in calc_parameters()
219 DBG (4, "calc_parameters: lines=%d\n", s->params.lines); in calc_parameters()
223 s->params.pixels_per_line, s->params.lines, 1 << s->params.depth); in calc_parameters()
1501 DBG (4, "sane_read: reading %d source lines\n", lines_to_read); in sane_read()
1510 DBG (4, "sane_read: %d destination lines, %d total\n", in sane_read()
1558 if (s->total_bytes != (s->params.bytes_per_line * s->params.lines)) in sane_cancel()
1561 s->params.bytes_per_line * s->params.lines); in sane_cancel()
[all...]
H A Dplustek_pp.c398 data_length = scanner->params.lines * scanner->params.bytes_per_line; in reader_process()
423 for( line = 0; line < scanner->params.lines; line++ ) { in reader_process()
1186 continue; /* ignore empty lines */ in sane_init()
1754 s->params.lines = SANE_UNFIX( s->val[OPT_BR_Y].w - in sane_get_parameters()
1944 s->params.lines = crop.dwLinesPerArea; in sane_start()
1973 start.dwLinesPerScan = s->params.lines; in sane_start()
1986 s->buf = realloc( s->buf, (s->params.lines) * s->params.bytes_per_line ); in sane_start()
2083 (unsigned long)(s->params.lines * s->params.bytes_per_line)) { in sane_read()
H A Du12.c339 data_length = scanner->params.lines * scanner->params.bytes_per_line; in reader_process()
356 for( line = 0; line < scanner->params.lines; line++ ) { in reader_process()
961 continue; /* ignore empty lines */ in sane_init()
1504 s->params.lines = SANE_UNFIX( s->val[OPT_BR_Y].w - in sane_get_parameters()
1685 s->params.lines = dev->DataInf.dwAppLinesPerArea; in sane_start()
1689 DBG( _DBG_INFO, "* Lines = %u\n", s->params.lines ); in sane_start()
1694 s->buf = realloc( s->buf, (s->params.lines) * s->params.bytes_per_line ); in sane_start()
1772 (unsigned long)(s->params.lines * s->params.bytes_per_line)) { in sane_read()
H A Dtest.c649 od->desc = SANE_I18N ("Return fuzzy lines and bytes per line when " in init_options()
1448 bytes_total = (size_t) test_device->lines * (size_t) test_device->bytes_per_line; in reader_process()
2655 p->lines = -1; in sane_get_parameters()
2656 test_device->lines = (SANE_Word) (res * (br_y - tl_y) / MM_PER_INCH); in sane_get_parameters()
2668 test_device->lines = (SANE_Word) (res * (br_y - tl_y) / MM_PER_INCH); in sane_get_parameters()
2669 if (test_device->lines < 1) in sane_get_parameters()
2670 test_device->lines = 1; in sane_get_parameters()
2671 p->lines = test_device->lines; in sane_get_parameters()
2674 p->lines * in sane_get_parameters()
[all...]
/third_party/node/lib/internal/debugger/
H A Dinspect_repl.js84 setContextLineNumber Set which lines to check for context
479 const lines = StringPrototypeSplit(scriptSource, '\n');
482 ArrayPrototypeSlice(lines, start - 1, end),
663 const lines = ArrayPrototypeMap(watchedExpressions, (expr, idx) => {
671 const valueList = ArrayPrototypeJoin(lines, '\n');
/third_party/mksh/
H A Dlex.c1535 int columns = 0, lines = 0; in pprompt() local
1552 lines += columns / x_cols + ((*cp == '\n') ? 1 : 0); in pprompt()
1565 (ntruncate < (x_cols * lines + columns)))) in pprompt()
1572 (indelimit || (ntruncate < (x_cols * lines + columns)))) in pprompt()
1577 return (x_cols * lines + columns); in pprompt()
/third_party/python/Lib/test/
H A Dtest_pydoc.py1113 lines = text.split('\n')
1114 assert len(lines) >= 2
1115 return lines[2]
1120 lines = text.split('\n')
1121 return '\n'.join(lines[2:])
/foundation/resourceschedule/memmgr/common/include/
H A Dkernel_interface.h55 bool ReadLinesFromFile(const std::string& path, std::vector<std::string>& lines);
/test/testfwk/xdevice/src/xdevice/_core/
H A Dinterface.py308 def __process__(self, lines):
/third_party/backends/include/sane/
H A Dsane.h204 SANE_Int lines; member
/third_party/backends/frontend/
H A Dtest.c127 pars.lines, pars.depth); in testsane()
/third_party/icu/tools/colprobe/
H A Dsortedlines.h26 Line *lines; member in SortedLines
/third_party/rust/crates/libc/ci/
H A Dstyle.rs104 for (i, line) in file.lines().enumerate() { in check_style()
/third_party/rust/crates/aho-corasick/aho-corasick-debug/
H A Dmain.rs135 .build_with_size::<Size, _, _>(patterns.lines())?; in automaton()
/third_party/vk-gl-cts/external/vulkan-docs/src/config/extension-highlighter/
H A Dextension.rb239 extension_preprocessor_reader = ExtensionHighlighterPreprocessorReader.new(document, actual_diff_extensions, reader.lines)
244 # Store the old lines so we can reference them in a non-trivial fashion
/third_party/skia/third_party/externals/tint/src/
H A Dsource.h41 /// #data split by lines
42 const std::vector<std::string> lines; member in tint::Source::FileContent
/third_party/rust/crates/rustix/tests/process/
H A Dprctl.rs197 for line in io::Cursor::new(config).lines() { in is_linux_kernel_config_item_enabled()
/third_party/rust/crates/nix/test/common/
H A Dmod.rs94 for l in s.lines() {
/third_party/vk-gl-cts/framework/common/
H A DtcuRasterizationVerifier.hpp96 std::vector<SceneLine> lines; member
193 * by RasterizationArguments and by clipping the lines with a (-1, -1), (1, 1)
251 * The background is expected to be black. The lines are rasterized
/third_party/node/test/fixtures/wpt/resources/
H A Dtestharness.js4520 var lines = stack.split("\n");
4533 while (!re.test(lines[i]) && i < lines.length) {
4538 while (re.test(lines[i]) && i < lines.length) {
4543 if (i >= lines.length) {
4547 return lines.slice(i).join("\n");
/third_party/python/Python/
H A Dpythonrun.c993 // If the location of the error spawn multiple lines, we want in print_exception_file_and_line()
1166 PyObject *lines = NULL; in print_exception_notes() local
1179 lines = PyUnicode_Splitlines(note_str, 1); in print_exception_notes()
1182 if (lines == NULL) { in print_exception_notes()
1186 Py_ssize_t n = PyList_GET_SIZE(lines); in print_exception_notes()
1188 PyObject *line = PyList_GET_ITEM(lines, i); in print_exception_notes()
1197 Py_CLEAR(lines); in print_exception_notes()
1207 Py_XDECREF(lines); in print_exception_notes()

Completed in 31 milliseconds

1...<<21222324252627282930>>...39