Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:scanlength
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/
H
A
D
umax.h
358
unsigned int
scanlength
; /* that's the length in pixels at y_coordinate_base dpi */
member
H
A
D
umax.c
1306
unsigned int length = (dev->
scanlength
* dev->scale_y * dev->relevant_optical_res) / dev->y_coordinate_base;
in umax_order_line()
1682
pause = dev->pause_after_reposition + dev->pause_for_moving * (dev->upper_left_y + dev->
scanlength
) /
in umax_reposition_scanner()
2116
set_WD_length(buffer_r, dev->
scanlength
); /* length */
in umax_set_window_param()
3445
if ( (dev->
scanlength
<= 0) || (dev->
scanlength
> maxlength) )
in umax_check_values()
3447
dev->
scanlength
= maxlength;
in umax_check_values()
3460
dev->length_in_pixels = umax_calculate_pixels(dev->
scanlength
, dev->y_resolution,
in umax_check_values()
3463
if ((dev->scanwidth <= 0) || (dev->
scanlength
<= 0))
in umax_check_values()
3465
DBG(DBG_error,"ERROR: scanwidth or
scanlength
not given\n");
in umax_check_values()
4393
dev->
scanlength
in umax_initialize_values()
[all...]
H
A
D
pie.c
3617
DBG (DBG_sane_info, "
scanlength
(ybase) = %u\n",
in sane_start()
3618
scanner->device->
scanlength
);
in sane_start()
Completed in 12 milliseconds