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:rDpiY
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-pp_models.c
162
ps->LensInf.
rDpiY
.wMin = 16;
in modelInitPageSettings()
163
ps->LensInf.
rDpiY
.wDef = 50;
in modelInitPageSettings()
164
ps->LensInf.
rDpiY
.wMax = (ps->PhysicalDpi * 16);
in modelInitPageSettings()
165
ps->LensInf.
rDpiY
.wPhyMax = (ps->PhysicalDpi * 2);
in modelInitPageSettings()
H
A
D
plustek-pp_image.c
122
if (pImgInf->xyDpi.y > ps->LensInf.
rDpiY
.wPhyMax)
in imageGetPhysDPI()
123
return ps->LensInf.
rDpiY
.wPhyMax;
in imageGetPhysDPI()
145
if (pImgInf->xyDpi.y > (ps->LensInf.
rDpiY
.wPhyMax / 2))
in imageGetPhysDPI()
146
return (ps->LensInf.
rDpiY
.wPhyMax / 2);
in imageGetPhysDPI()
150
if (pImgInf->xyDpi.y > ps->LensInf.
rDpiY
.wPhyMax)
in imageGetPhysDPI()
151
return ps->LensInf.
rDpiY
.wPhyMax;
in imageGetPhysDPI()
H
A
D
plustek_pp.c
546
dev->dpi_range.max = lens.
rDpiY
.wPhyMax;
in limitResolution()
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()
1879
(double)lens.
rDpiY
.wPhyMax /
in sane_start()
1880
(MM_PER_INCH *((double)lens.
rDpiY
.wPhyMax/300.0)));
in sane_start()
H
A
D
plustek-pp.h
434
RANGE
rDpiY
;
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 11 milliseconds