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_x
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
canon_lide70.c
54
opt_tl_x
,
enumerator
426
/*
opt_tl_x
*/
in init_options()
427
od = &chndl->opt[
opt_tl_x
];
in init_options()
437
chndl->val[
opt_tl_x
].w = init_tl_x;
in init_options()
723
case
opt_tl_x
: /* Fixed with parameter reloading */
in sane_control_option()
812
case
opt_tl_x
: /* Fixed options */
in sane_control_option()
868
chndl->val[
opt_tl_x
].w) / MM_IN_INCH *
in sane_get_parameters()
H
A
D
test.h
84
opt_tl_x
,
enumerator
H
A
D
test.c
728
/*
opt_tl_x
*/
in init_options()
729
od = &test_device->opt[
opt_tl_x
];
in init_options()
739
test_device->val[
opt_tl_x
].w = init_tl_x;
in init_options()
2191
case
opt_tl_x
: /* Fixed with parameter reloading */
in sane_control_option()
2422
test_device->opt[
opt_tl_x
].cap |= SANE_CAP_INACTIVE;
in sane_control_option()
2429
test_device->opt[
opt_tl_x
].cap &= ~SANE_CAP_INACTIVE;
in sane_control_option()
2514
case
opt_tl_x
: /* Fixed options */
in sane_control_option()
2660
tl_x = SANE_UNFIX (test_device->val[
opt_tl_x
].w);
in sane_get_parameters()
H
A
D
hp4200.c
2831
int
opt_tl_x
;
in compute_parameters()
local
2839
opt_tl_x
= SANE_UNFIX (x_range.min);
in compute_parameters()
2847
opt_tl_x
= SANE_UNFIX (s->val[OPT_TL_X].w);
in compute_parameters()
2860
floor ((opt_br_x -
opt_tl_x
) / MM_PER_INCH * resolution);
in compute_parameters()
2861
s->runtime_parms.first_pixel = floor (
opt_tl_x
/ MM_PER_INCH * resolution);
in compute_parameters()
H
A
D
canon_lide70-common.c
3076
left = SANE_UNFIX (chndl->val[
opt_tl_x
].w) / MM_IN_INCH * 600;
in CANON_set_scan_parameters()
3082
leftf = SANE_UNFIX (chndl->val[
opt_tl_x
].w);
in CANON_set_scan_parameters()
/third_party/backends/backend/pixma/
H
A
D
pixma.c
920
x1 = PIXEL (OVAL (
opt_tl_x
).w, sp->xdpi);
in calc_scan_param()
Completed in 13 milliseconds