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:MM_PER_IN
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/
H
A
D
canon_pp.c
53
#define
MM_PER_IN
25.4
macro
949
((cs->vals[OPT_BR_X] - cs->vals[OPT_TL_X]) * res) /
MM_PER_IN
;
in sane_get_parameters()
951
/
MM_PER_IN
;
in sane_get_parameters()
1005
cs->vals[OPT_TL_Y],
MM_PER_IN
);
in sane_get_parameters()
1043
/
MM_PER_IN
;
in sane_start()
1045
/
MM_PER_IN
;
in sane_start()
1047
cs->scan.xoffset = (cs->vals[OPT_TL_X] * res) /
MM_PER_IN
;
in sane_start()
1048
cs->scan.yoffset = (cs->vals[OPT_TL_Y] * res) /
MM_PER_IN
;
in sane_start()
H
A
D
snapscan-options.c
1490
pss->brx = SANE_FIX (6.0*
MM_PER_IN
);
in sane_control_option()
1491
pss->bry = SANE_FIX (4.0*
MM_PER_IN
);
in sane_control_option()
1496
pss->brx = SANE_FIX (8.0*
MM_PER_IN
);
in sane_control_option()
1497
pss->bry = SANE_FIX (10.0*
MM_PER_IN
);
in sane_control_option()
1502
pss->brx = SANE_FIX (8.5*
MM_PER_IN
);
in sane_control_option()
1503
pss->bry = SANE_FIX (11.0*
MM_PER_IN
);
in sane_control_option()
1511
pss->brx = SANE_FIX (6.0*
MM_PER_IN
);
in sane_control_option()
1512
pss->bry = SANE_FIX (4.0*
MM_PER_IN
);
in sane_control_option()
H
A
D
snapscan.c
127
#define
MM_PER_IN
25.4 /* # millimetres per inch */
macro
1113
dots_per_mm = dpi /
MM_PER_IN
;
in sane_get_parameters()
Completed in 8 milliseconds