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:wPhyMax
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-pp_models.c
101
ps->LensInf.rExtentX.
wPhyMax
= 2500;
in modelInitPageSettings()
116
ps->LensInf.rExtentY.
wPhyMax
= _MEASURE_BASE * 11.6934;
in modelInitPageSettings()
125
ps->LensInf.rExtentY.
wPhyMax
= _MEASURE_BASE * 17;
in modelInitPageSettings()
131
ps->LensInf.rExtentX.
wPhyMax
= 3500;
in modelInitPageSettings()
140
ps->LensInf.rExtentY.
wPhyMax
= _MEASURE_BASE * 11;
in modelInitPageSettings()
149
ps->LensInf.rExtentY.
wPhyMax
= _MEASURE_BASE * 14;
in modelInitPageSettings()
161
ps->LensInf.rDpiX.
wPhyMax
= ps->PhysicalDpi;
in modelInitPageSettings()
165
ps->LensInf.rDpiY.
wPhyMax
= (ps->PhysicalDpi * 2);
in modelInitPageSettings()
470
ps->LensInf.rExtentX.
wPhyMax
*= 2;
in ModelSetA3I()
472
ps->LensInf.rExtentY.
wPhyMax
*
in ModelSetA3I()
[all...]
H
A
D
plustek-pp_image.c
116
if (pImgInf->xyDpi.x > ps->LensInf.rDpiX.
wPhyMax
)
in imageGetPhysDPI()
117
return ps->LensInf.rDpiX.
wPhyMax
;
in imageGetPhysDPI()
122
if (pImgInf->xyDpi.y > ps->LensInf.rDpiY.
wPhyMax
)
in imageGetPhysDPI()
123
return ps->LensInf.rDpiY.
wPhyMax
;
in imageGetPhysDPI()
132
if (pImgInf->xyDpi.x > ps->LensInf.rDpiX.
wPhyMax
)
in imageGetPhysDPI()
133
return ps->LensInf.rDpiX.
wPhyMax
;
in imageGetPhysDPI()
137
if (pImgInf->xyDpi.x > (ps->LensInf.rDpiX.
wPhyMax
* 2))
in imageGetPhysDPI()
138
return (ps->LensInf.rDpiX.
wPhyMax
* 2);
in imageGetPhysDPI()
145
if (pImgInf->xyDpi.y > (ps->LensInf.rDpiY.
wPhyMax
/ 2))
in imageGetPhysDPI()
146
return (ps->LensInf.rDpiY.
wPhyMax
/
in imageGetPhysDPI()
[all...]
H
A
D
plustek_pp.c
544
dev->dpi_range.max = lens.rDpiX.
wPhyMax
;
in limitResolution()
546
dev->dpi_range.max = lens.rDpiY.
wPhyMax
;
in limitResolution()
1871
left = (int)(SANE_UNFIX (s->val[OPT_TL_X].w)*(double)lens.rDpiX.
wPhyMax
/
in sane_start()
1872
(MM_PER_INCH*((double)lens.rDpiX.
wPhyMax
/300.0)));
in sane_start()
1873
top = (int)(SANE_UNFIX (s->val[OPT_TL_Y].w)*(double)lens.rDpiY.
wPhyMax
/
in sane_start()
1874
(MM_PER_INCH*((double)lens.rDpiY.
wPhyMax
/300.0)));
in sane_start()
1876
(double)lens.rDpiX.
wPhyMax
/
in sane_start()
1877
(MM_PER_INCH *((double)lens.rDpiX.
wPhyMax
/300.0)));
in sane_start()
1879
(double)lens.rDpiY.
wPhyMax
/
in sane_start()
1880
(MM_PER_INCH *((double)lens.rDpiY.
wPhyMax
/300.
in sane_start()
[all...]
H
A
D
plustek-pp.h
419
unsigned short
wPhyMax
; /* hardware maximum value (for DPI only)*/
member
H
A
D
plustek-pp_motor.c
1817
wP96BaseDpi = ps->LensInf.rDpiY.
wPhyMax
>> 1;
in motorP96SetupRunTable()
1820
if( ps->DataInf.xyPhyDpi.y > (ps->LensInf.rDpiY.
wPhyMax
/ 2)) {
in motorP96SetupRunTable()
1823
wP96BaseDpi = ps->LensInf.rDpiY.
wPhyMax
;
in motorP96SetupRunTable()
1826
wP96BaseDpi = ps->LensInf.rDpiY.
wPhyMax
>> 1;
in motorP96SetupRunTable()
Completed in 9 milliseconds