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:opt_tl_y
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
canon_lide70.c
55
opt_tl_y
,
enumerator
439
/*
opt_tl_y
*/
in init_options()
440
od = &chndl->opt[
opt_tl_y
];
in init_options()
450
chndl->val[
opt_tl_y
].w = init_tl_y;
in init_options()
724
case
opt_tl_y
:
in sane_control_option()
813
case
opt_tl_y
:
in sane_control_option()
872
chndl->val[
opt_tl_y
].w) / MM_IN_INCH *
in sane_get_parameters()
H
A
D
test.h
85
opt_tl_y
,
enumerator
H
A
D
test.c
741
/*
opt_tl_y
*/
in init_options()
742
od = &test_device->opt[
opt_tl_y
];
in init_options()
752
test_device->val[
opt_tl_y
].w = init_tl_y;
in init_options()
2192
case
opt_tl_y
:
in sane_control_option()
2423
test_device->opt[
opt_tl_y
].cap |= SANE_CAP_INACTIVE;
in sane_control_option()
2430
test_device->opt[
opt_tl_y
].cap &= ~SANE_CAP_INACTIVE;
in sane_control_option()
2515
case
opt_tl_y
:
in sane_control_option()
2661
tl_y = SANE_UNFIX (test_device->val[
opt_tl_y
].w);
in sane_get_parameters()
H
A
D
hp4200.c
2833
int
opt_tl_y
;
in compute_parameters()
local
2840
opt_tl_y
= SANE_UNFIX (y_range.min);
in compute_parameters()
2848
opt_tl_y
= SANE_UNFIX (s->val[OPT_TL_Y].w);
in compute_parameters()
2856
s->runtime_parms.steps_to_skip = floor (300.0 / MM_PER_INCH *
opt_tl_y
);
in compute_parameters()
2858
floor ((opt_br_y -
opt_tl_y
) / MM_PER_INCH * resolution);
in compute_parameters()
H
A
D
canon_lide70-common.c
3077
top = (top_edge + SANE_UNFIX (chndl->val[
opt_tl_y
].w)) / MM_IN_INCH * 600;
in CANON_set_scan_parameters()
3084
topf = SANE_UNFIX (chndl->val[
opt_tl_y
].w);
in CANON_set_scan_parameters()
/third_party/backends/backend/pixma/
H
A
D
pixma.c
928
y1 = PIXEL (OVAL (
opt_tl_y
).w, sp->ydpi);
in calc_scan_param()
Completed in 14 milliseconds