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:optical_ydpi
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
gt68xx_generic.c
262
base_ydpi = model->
optical_ydpi
;
in gt68xx_generic_setup_scan()
407
SANE_Int
optical_ydpi
= model->
optical_ydpi
;
in gt68xx_generic_setup_scan()
local
413
overscan_lines = max_ld * ydpi /
optical_ydpi
;
in gt68xx_generic_setup_scan()
414
params->ld_shift_r = ld_shift_r * ydpi /
optical_ydpi
;
in gt68xx_generic_setup_scan()
415
params->ld_shift_g = ld_shift_g * ydpi /
optical_ydpi
;
in gt68xx_generic_setup_scan()
416
params->ld_shift_b = ld_shift_b * ydpi /
optical_ydpi
;
in gt68xx_generic_setup_scan()
428
model->ld_shift_double * ydpi / model->
optical_ydpi
;
in gt68xx_generic_setup_scan()
H
A
D
artec_eplus48u.h
156
SANE_Int
optical_ydpi
;
member
159
SANE_Int ydpi_offset; /* in
optical_ydpi
units */
161
SANE_Int y_size; /* in
optical_ydpi
units */
H
A
D
gt68xx_low.h
448
SANE_Int
optical_ydpi
; /* maximum resolution in y-direction */
member
474
/* Line-distance correction (in pixel at
optical_ydpi
) for CCD scanners */
H
A
D
artec_eplus48u.c
792
dev->
optical_ydpi
= 1200 * dev->epro_mult; /*epro*/
in attach()
795
dev->ydpi_offset = 280 * dev->epro_mult; /* in
optical_ydpi
units */
in attach()
797
dev->y_size = 14100 * dev->epro_mult; /*epro*/ /* in
optical_ydpi
units */
in attach()
1567
MM_PER_INCH / dev->
optical_ydpi
);
in artec48u_device_activate()
Completed in 10 milliseconds