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:ndpi
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek_pp.c
1735
int
ndpi
;
in sane_get_parameters()
local
1749
ndpi
= s->val[OPT_RESOLUTION].w;
in sane_get_parameters()
1752
s->val[OPT_TL_X].w) / MM_PER_INCH *
ndpi
;
in sane_get_parameters()
1755
s->val[OPT_TL_Y].w) / MM_PER_INCH *
ndpi
;
in sane_get_parameters()
1793
int
ndpi
;
in sane_start()
local
1853
ndpi
= s->val[OPT_RESOLUTION].w;
in sane_start()
1893
sinfo.ImgDef.xyDpi.x =
ndpi
;
in sane_start()
1894
sinfo.ImgDef.xyDpi.y =
ndpi
;
in sane_start()
H
A
D
u12.c
1482
int
ndpi
;
in sane_get_parameters()
local
1499
ndpi
= s->val[OPT_RESOLUTION].w;
in sane_get_parameters()
1502
s->val[OPT_TL_X].w) / _MM_PER_INCH *
ndpi
;
in sane_get_parameters()
1505
s->val[OPT_TL_Y].w) / _MM_PER_INCH *
ndpi
;
in sane_get_parameters()
1553
int
ndpi
;
in sane_start()
local
1600
ndpi
= s->val[OPT_RESOLUTION].w;
in sane_start()
1649
image.xyDpi.x =
ndpi
;
in sane_start()
1650
image.xyDpi.y =
ndpi
;
in sane_start()
H
A
D
epson.c
4233
int
ndpi
;
in sane_get_parameters()
local
4269
ndpi
= s->val[OPT_RESOLUTION].w;
in sane_get_parameters()
4272
SANE_UNFIX (s->val[OPT_BR_X].w - s->val[OPT_TL_X].w) / 25.4 *
ndpi
+ 0.5;
in sane_get_parameters()
4274
SANE_UNFIX (s->val[OPT_BR_Y].w - s->val[OPT_TL_Y].w) / 25.4 *
ndpi
+ 0.5;
in sane_get_parameters()
4380
int
ndpi
;
in sane_start()
local
4731
ndpi
= s->val[OPT_RESOLUTION].w;
in sane_start()
4733
status = set_resolution (s,
ndpi
,
ndpi
);
in sane_start()
4738
ndpi
,
ndpi
, sane_strstatu
in sane_start()
[all...]
H
A
D
plustek.c
2334
int
ndpi
;
in sane_get_parameters()
local
2346
ndpi
= s->val[OPT_RESOLUTION].w;
in sane_get_parameters()
2349
s->val[OPT_TL_X].w) / MM_PER_INCH *
ndpi
;
in sane_get_parameters()
2352
s->val[OPT_TL_Y].w) / MM_PER_INCH *
ndpi
;
in sane_get_parameters()
2390
int
ndpi
;
in local_sane_start()
local
2430
ndpi
= s->val[OPT_RESOLUTION].w;
in local_sane_start()
2466
crop.ImgDef.xyDpi.x =
ndpi
;
in local_sane_start()
2467
crop.ImgDef.xyDpi.y =
ndpi
;
in local_sane_start()
Completed in 12 milliseconds