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:PhyDpi
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-usbscan.c
28
* - using now
PhyDpi
.y as selector for the motor MCLK range
334
sp->Size.dwValidPixels = sp->Size.dwPixels * sp->
PhyDpi
.x / sp->UserDpi.x;
in usb_GetPhyPixels()
444
if(sp->
PhyDpi
.x <= 75)
in usb_GetScanRect()
446
else if(sp->
PhyDpi
.x <= 100)
in usb_GetScanRect()
453
else if(sp->
PhyDpi
.x <= 150)
in usb_GetScanRect()
458
else if(sp->
PhyDpi
.x <= 200)
in usb_GetScanRect()
465
else if(sp->
PhyDpi
.x <= 300)
in usb_GetScanRect()
472
else if(sp->
PhyDpi
.x <= 400)
in usb_GetScanRect()
479
else /* if(sp->
PhyDpi
.x <= 600) */
in usb_GetScanRect()
767
m_wStepSize = (u_short)(((u_long) pParam->
PhyDpi
in usb_GetStepSize()
[all...]
H
A
D
plustek-usbshading.c
30
* - using now
PhyDpi
.y as selector for the motor MCLK range
212
tmp_sp->
PhyDpi
= scaps->OpticDpi;
in usb_PrepareFineCal()
219
if( tmp_sp->
PhyDpi
.x > 75)
in usb_PrepareFineCal()
250
if( param->
PhyDpi
.y <= dpi_ranges[i] )
in usb_GetMCLK()
271
hw->motorModel, param->bDataType, idx, mclk, param->
PhyDpi
.x );
in usb_GetMCLK()
420
if( param->
PhyDpi
.x <= 150 ) {
in usb_GetSWOffsetGain()
427
} else if (param->
PhyDpi
.x <= 300) {
in usb_GetSWOffsetGain()
495
if( param->
PhyDpi
.x <= 150 ) {
in usb_GetSWOffsetGain()
502
} else if (param->
PhyDpi
.x <= 300) {
in usb_GetSWOffsetGain()
525
if( param->
PhyDpi
in usb_GetSWOffsetGain()
[all...]
H
A
D
plustek-usb.c
1090
scan->sParam.
PhyDpi
.x = usb_SetAsicDpiX(dev,scan->sParam.UserDpi.x);
in usbDev_startScan()
1091
scan->sParam.
PhyDpi
.y = usb_SetAsicDpiY(dev,scan->sParam.UserDpi.y);
in usbDev_startScan()
1184
scan->bLinesToSkip = (u_char)(scan->sParam.
PhyDpi
.y / 50);
in usbDev_Prepare()
1189
scan->sParam.
PhyDpi
.y / scaps->OpticDpi.y;
in usbDev_Prepare()
1231
scan->sParam.
PhyDpi
.y / scaps->OpticDpi.y;
in usbDev_Prepare()
1319
if (scan->sParam.
PhyDpi
.x > scaps->bPCB) {
in usbDev_Prepare()
1363
if( scan->sParam.UserDpi.y != scan->sParam.
PhyDpi
.y ) {
in usbDev_Prepare()
1365
if( scan->sParam.UserDpi.y < scan->sParam.
PhyDpi
.y ) {
in usbDev_Prepare()
1367
scan->wSumY = scan->sParam.
PhyDpi
.y - scan->sParam.UserDpi.y;
in usbDev_Prepare()
1370
scan->sParam.UserDpi.y, scan->sParam.
PhyDpi
in usbDev_Prepare()
[all...]
H
A
D
plustek-usbimg.c
225
scan->sParam.
PhyDpi
.x > 800) {
in usb_AverageColorByte()
254
scan->sParam.
PhyDpi
.x > 800) {
in usb_AverageColorWord()
293
scan->sParam.
PhyDpi
.x > 800)
in usb_AverageGrayByte()
310
scan->sParam.
PhyDpi
.x > 800)
in usb_AverageGrayWord()
335
(double)scan->sParam.
PhyDpi
.x;
in usb_GetScaler()
1432
scan->dwBytesLine, scan->sParam.
PhyDpi
.x,
in usb_BWScale()
1617
wSum = scan->sParam.
PhyDpi
.x;
in usb_GrayScale16()
1704
if( scan->sParam.UserDpi.x != scan->sParam.
PhyDpi
.x ) {
in usb_GetImageProc()
H
A
D
plustek-usb.h
590
XY
PhyDpi
; /* Driver DPI */
member
Completed in 9 milliseconds