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:dpiIdx
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
u12-image.c
240
dev->scan.
dpiIdx
= index;
in u12image_SetupScanStateVariables()
482
dev->scan.
dpiIdx
= 0;
in u12image_SetupScanSettings()
665
ps->Shade.wExposure = posScan[ps->Scan.
dpiIdx
].exposureTime;
in u12image_SetupScanSettings()
666
ps->Shade.wXStep = posScan[ps->Scan.
dpiIdx
].xStepTime;
in u12image_SetupScanSettings()
679
ps->Shade.wExposure = ps->Scan.negScan[ps->Scan.
dpiIdx
].exposureTime;
in u12image_SetupScanSettings()
680
ps->Shade.wXStep = ps->Scan.negScan[ps->Scan.
dpiIdx
].xStepTime;
in u12image_SetupScanSettings()
H
A
D
u12-scanner.h
257
u_long
dpiIdx
; /* index to get/set values in the table */
member
H
A
D
plustek-pp_image.c
1305
ps->Scan.
dpiIdx
= index;
in imageP98003SetupScanStateVariables()
1582
ps->Shade.wExposure = posScan[ps->Scan.
dpiIdx
].exposureTime;
in imageP98003SetupScanSettings()
1583
ps->Shade.wXStep = posScan[ps->Scan.
dpiIdx
].xStepTime;
in imageP98003SetupScanSettings()
1596
ps->Shade.wExposure = ps->Scan.negScan[ps->Scan.
dpiIdx
].exposureTime;
in imageP98003SetupScanSettings()
1597
ps->Shade.wXStep = ps->Scan.negScan[ps->Scan.
dpiIdx
].xStepTime;
in imageP98003SetupScanSettings()
1614
ps->Scan.
dpiIdx
= 0;
in ImageInitialize()
H
A
D
u12-tpa.c
74
dev->shade.wExposure = dev->scan.negScan[dev->scan.
dpiIdx
].exposureTime;
in u12tpa_Reshading()
75
dev->shade.wXStep = dev->scan.negScan[dev->scan.
dpiIdx
].xStepTime;
in u12tpa_Reshading()
H
A
D
plustek-pp_hwdefs.h
760
ULong
dpiIdx
; /* index to get/set values in the table */
member
H
A
D
plustek-pp_tpa.c
855
ps->Shade.wExposure = ps->Scan.negScan[ps->Scan.
dpiIdx
].exposureTime;
in TPAP98003Reshading()
856
ps->Shade.wXStep = ps->Scan.negScan[ps->Scan.
dpiIdx
].xStepTime;
in TPAP98003Reshading()
Completed in 8 milliseconds