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:PhysicalDpi
(Results
1 - 8
of
8
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-pp_models.c
160
ps->LensInf.rDpiX.wMax = (ps->
PhysicalDpi
* 16);
in modelInitPageSettings()
161
ps->LensInf.rDpiX.wPhyMax = ps->
PhysicalDpi
;
in modelInitPageSettings()
164
ps->LensInf.rDpiY.wMax = (ps->
PhysicalDpi
* 16);
in modelInitPageSettings()
165
ps->LensInf.rDpiY.wPhyMax = (ps->
PhysicalDpi
* 2);
in modelInitPageSettings()
203
if( 400 == ps->
PhysicalDpi
) {
in modelSetBufferSizes()
209
} else if( 600 == ps->
PhysicalDpi
) {
in modelSetBufferSizes()
223
if(( 300 != ps->
PhysicalDpi
) && (_ASIC_IS_96003 == ps->sCaps.AsicID))
in modelSetBufferSizes()
250
ps->
PhysicalDpi
= 300;
in ModelSet4800()
309
ps->
PhysicalDpi
= 300;
in ModelSet4830()
429
ps->
PhysicalDpi
in ModelSetA3I()
[all...]
H
A
D
plustek-pp_motor.c
1182
if( ps->DataInf.xyAppDpi.y <= ps->
PhysicalDpi
)
in motorP96WaitForPositionY()
1500
if( wP96BaseDpi <= ps->
PhysicalDpi
&& *pwMoveStep != 2 )
in motorP96FillHalfStepTable()
1811
if( ps->DataInf.xyPhyDpi.y > ps->
PhysicalDpi
) {
in motorP96SetupRunTable()
1814
wP96BaseDpi = ps->
PhysicalDpi
*2;
in motorP96SetupRunTable()
1997
if((600 == ps->
PhysicalDpi
) && (1 == ps->bCurrentSpeed)) {
2061
if( ps->DataInf.xyPhyDpi.y > ps->
PhysicalDpi
)
2076
if( ps->DataInf.xyPhyDpi.y <= ps->
PhysicalDpi
) {
3103
if( ps->
PhysicalDpi
> 300 ) {
H
A
D
plustek-pp_scandata.h
194
UShort
PhysicalDpi
;
member
H
A
D
plustek-pp_tpa.c
190
ps->AsicReg.RD_Dpi = ps->
PhysicalDpi
;
in tpaP98GetNegativeTempRamData()
379
ps->AsicReg.RD_Dpi = ps->
PhysicalDpi
;
in tpaP98RecalculateNegativeShadingGain()
457
ps->AsicReg.RD_Dpi = ps->
PhysicalDpi
;
in tpaP98RecalculateNegativeShadingGain()
H
A
D
plustek-pp_p48xx.c
24
* - switching from Full- to Halfstep at ps->
PhysicalDpi
now in
584
/* WORK: ps->
PhysicalDpi
should be correct, but the we have to work
in p48xxSetGeneralRegister()
586
* if ( ps->DataInf.xyAppDpi.y <= ps->
PhysicalDpi
) {
in p48xxSetGeneralRegister()
590
if ( ps->DataInf.xyAppDpi.y <= ps->
PhysicalDpi
) {
in p48xxSetGeneralRegister()
655
if( !(ps->bCurrentSpeed & 1) && (ps->DataInf.xyAppDpi.y <= ps->
PhysicalDpi
)) {
in p48xxSetupScanningCondition()
695
if((600 == ps->
PhysicalDpi
) && (1 == ps->bCurrentSpeed)) {
in p48xxSetupScanningCondition()
H
A
D
plustek-pp_image.c
1131
ps->DataInf.crImage.x *= ps->
PhysicalDpi
/ _MEASURE_BASE;
in imageP96SetupScanSettings()
1132
ps->DataInf.crImage.cx *= ps->
PhysicalDpi
/ _MEASURE_BASE;
in imageP96SetupScanSettings()
H
A
D
plustek-pp_dac.c
1238
ps->AsicReg.RD_Dpi = ps->
PhysicalDpi
/ 2;
in dacP96Adjust10BitShading()
1387
ps->AsicReg.RD_Dpi = ps->
PhysicalDpi
;
in dacP96003WaitForShading()
1446
ps->AsicReg.RD_Dpi = ps->
PhysicalDpi
;
in dacP96003WaitForShading()
H
A
D
plustek-pp_genericio.c
483
if (ps->DataInf.xyAppDpi.x > ps->
PhysicalDpi
) {
in ioP96InitialSetCurrentSpeed()
Completed in 14 milliseconds