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:xyDpi
(Results
1 - 10
of
10
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-pp_image.c
116
if (pImgInf->
xyDpi
.x > ps->LensInf.rDpiX.wPhyMax)
in imageGetPhysDPI()
119
return pImgInf->
xyDpi
.x;
in imageGetPhysDPI()
122
if (pImgInf->
xyDpi
.y > ps->LensInf.rDpiY.wPhyMax)
in imageGetPhysDPI()
125
return pImgInf->
xyDpi
.y;
in imageGetPhysDPI()
132
if (pImgInf->
xyDpi
.x > ps->LensInf.rDpiX.wPhyMax)
in imageGetPhysDPI()
135
return pImgInf->
xyDpi
.x;
in imageGetPhysDPI()
137
if (pImgInf->
xyDpi
.x > (ps->LensInf.rDpiX.wPhyMax * 2))
in imageGetPhysDPI()
140
return pImgInf->
xyDpi
.x;
in imageGetPhysDPI()
145
if (pImgInf->
xyDpi
.y > (ps->LensInf.rDpiY.wPhyMax / 2))
in imageGetPhysDPI()
148
return pImgInf->
xyDpi
in imageGetPhysDPI()
[all...]
H
A
D
u12-image.c
312
if( img->
xyDpi
.x > dev->dpi_max_x )
in u12image_GetPhysDPI()
315
return img->
xyDpi
.x;
in u12image_GetPhysDPI()
319
if( img->
xyDpi
.y > dev->dpi_max_y )
in u12image_GetPhysDPI()
322
return img->
xyDpi
.y;
in u12image_GetPhysDPI()
349
image->
xyDpi
.y / _MEASURE_BASE;
in u12image_GetImageInfo()
352
image->
xyDpi
.x / _MEASURE_BASE;
in u12image_GetImageInfo()
434
dev->DataInf.xyAppDpi = img->
xyDpi
;
in imageSetupScanSettings()
H
A
D
plustek.h
316
XY
xyDpi
;
member
H
A
D
u12-scanner.h
192
XY
xyDpi
; /**< the resolution */
member
H
A
D
plustek-pp.h
77
XY
xyDpi
;
member
H
A
D
plustek-usbscan.c
1540
pSize->dwPixels = (u_long)pInfo->crArea.cx * pInfo->
xyDpi
.x / 300UL;
in usb_GetImageInfo()
1541
pSize->dwLines = (u_long)pInfo->crArea.cy * pInfo->
xyDpi
.y / 300UL;
in usb_GetImageInfo()
1586
pParam->UserDpi = pInfo->
xyDpi
;
in usb_SaveImageInfo()
H
A
D
plustek_pp.c
1893
sinfo.ImgDef.
xyDpi
.x = ndpi;
in sane_start()
1894
sinfo.ImgDef.
xyDpi
.y = ndpi;
in sane_start()
H
A
D
u12.c
1649
image.
xyDpi
.x = ndpi;
in sane_start()
1650
image.
xyDpi
.y = ndpi;
in sane_start()
H
A
D
plustek.c
2466
crop.ImgDef.
xyDpi
.x = ndpi;
in local_sane_start()
2467
crop.ImgDef.
xyDpi
.y = ndpi;
in local_sane_start()
H
A
D
plustek-usb.c
914
(caps->OpticDpi.x == 1200 && si->ImgDef.
xyDpi
.x <= 300)) {
in usbDev_setScanEnv()
Completed in 15 milliseconds