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:_MEASURE_BASE
(Results
1 - 10
of
10
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-pp_models.c
94
/* default width for all but A3 - 8.5"* 300dpi (
_MEASURE_BASE
) */
in modelInitPageSettings()
116
ps->LensInf.rExtentY.wPhyMax =
_MEASURE_BASE
* 11.6934;
in modelInitPageSettings()
125
ps->LensInf.rExtentY.wPhyMax =
_MEASURE_BASE
* 17;
in modelInitPageSettings()
127
/*
_MEASURE_BASE
* 11.69 */
in modelInitPageSettings()
140
ps->LensInf.rExtentY.wPhyMax =
_MEASURE_BASE
* 11;
in modelInitPageSettings()
149
ps->LensInf.rExtentY.wPhyMax =
_MEASURE_BASE
* 14;
in modelInitPageSettings()
H
A
D
plustek-pp_image.c
738
pImgInf->xyDpi.y /
_MEASURE_BASE
;
in imageP98GetInfo()
741
pImgInf->xyDpi.x /
_MEASURE_BASE
;
in imageP98GetInfo()
744
ps->DataInf.xyPhyDpi.x /
_MEASURE_BASE
;
in imageP98GetInfo()
856
pImgInf->xyDpi.y /
_MEASURE_BASE
;
in imageP96GetInfo()
859
pImgInf->crArea.cx /
_MEASURE_BASE
;
in imageP96GetInfo()
862
pImgInf->xyDpi.x /
_MEASURE_BASE
;
in imageP96GetInfo()
865
ps->DataInf.xyPhyDpi.x /
_MEASURE_BASE
;
in imageP96GetInfo()
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.h
114
#define
_MEASURE_BASE
300UL
macro
H
A
D
u12.h
70
#define
_MEASURE_BASE
300UL
macro
H
A
D
plustek-pp.h
181
#define
_MEASURE_BASE
300UL
macro
H
A
D
u12-image.c
349
image->xyDpi.y /
_MEASURE_BASE
;
in u12image_GetImageInfo()
352
image->xyDpi.x /
_MEASURE_BASE
;
in u12image_GetImageInfo()
355
dev->DataInf.xyPhyDpi.x /
_MEASURE_BASE
;
in u12image_GetImageInfo()
H
A
D
u12.c
1622
(_MM_PER_INCH*(dpi_x/
_MEASURE_BASE
)));
in sane_start()
1624
(_MM_PER_INCH*(dpi_y/
_MEASURE_BASE
)));
in sane_start()
1626
dpi_x / (_MM_PER_INCH *(dpi_x/
_MEASURE_BASE
)));
in sane_start()
1628
dpi_y / (_MM_PER_INCH *(dpi_y/
_MEASURE_BASE
)));
in sane_start()
H
A
D
plustek_pp.c
1074
dev->max_x = dev->caps.wMaxExtentX*MM_PER_INCH/
_MEASURE_BASE
;
in attach()
1075
dev->max_y = dev->caps.wMaxExtentY*MM_PER_INCH/
_MEASURE_BASE
;
in attach()
H
A
D
plustek.c
1353
dev->max_x = dev->caps.wMaxExtentX*MM_PER_INCH/
_MEASURE_BASE
;
in attach()
1354
dev->max_y = dev->caps.wMaxExtentY*MM_PER_INCH/
_MEASURE_BASE
;
in attach()
H
A
D
plustek-usbhw.c
235
len = (dev->usbDev.Caps.Normal.Size.y/(double)
_MEASURE_BASE
) + 5;
in usb_IsScannerReady()
Completed in 16 milliseconds