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:optres
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
kodakaio.c
1218
/* NB. here int tl_x, int tl_y, int width, int height are in DPI units, not
optres
units! */
in cmd_set_scanning_parameters()
1263
/* Origin top left s->tl_x and s->tl_y are in
optres
units
in cmd_set_scanning_parameters()
1277
/* Z width height note the s->width and s->height are in
optres
units
in cmd_set_scanning_parameters()
1594
int dpi,
optres
;
in k_set_scanning_parameters()
local
1597
optres
= s->hw->cap->optical_res;
in k_set_scanning_parameters()
1617
s->left * dpi /
optres
, s->top * dpi /
optres
, /* top/left start (dpi units)*/
in k_set_scanning_parameters()
1645
s->data_len = s->scan_bytes_per_line * floor (s->height * dpi /
optres
+ 0.5); /* NB this is the length for a full scan */
in k_set_scanning_parameters()
1780
int dpi,
optres
;
in k_init_parametersta()
local
1788
optres
in k_init_parametersta()
[all...]
H
A
D
magicolor.c
1408
int dpi,
optres
;
in mc_init_parameters()
local
1415
optres
= s->hw->cap->optical_res;
in mc_init_parameters()
1422
s->left = ((SANE_UNFIX(s->val[OPT_TL_X].w) / MM_PER_INCH) *
optres
) + 0.5;
in mc_init_parameters()
1424
s->top = ((SANE_UNFIX(s->val[OPT_TL_Y].w) / MM_PER_INCH) *
optres
) + 0.5;
in mc_init_parameters()
1428
s->val[OPT_TL_X].w) / MM_PER_INCH) *
optres
) + 0.5;
in mc_init_parameters()
1432
s->val[OPT_TL_Y].w) / MM_PER_INCH) *
optres
) + 0.5;
in mc_init_parameters()
1434
s->params.pixels_per_line = s->width * dpi /
optres
+ 0.5;
in mc_init_parameters()
1435
s->params.lines = s->height * dpi /
optres
+ 0.5;
in mc_init_parameters()
Completed in 8 milliseconds