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_br_x
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
canon_lide70.c
56
opt_br_x
,
enumerator
452
/*
opt_br_x
*/
in init_options()
453
od = &chndl->opt[
opt_br_x
];
in init_options()
463
chndl->val[
opt_br_x
].w = init_br_x;
in init_options()
725
case
opt_br_x
:
in sane_control_option()
814
case
opt_br_x
:
in sane_control_option()
867
int w = SANE_UNFIX (chndl->val[
opt_br_x
].w -
in sane_get_parameters()
H
A
D
test.h
86
opt_br_x
,
enumerator
H
A
D
test.c
754
/*
opt_br_x
*/
in init_options()
755
od = &test_device->opt[
opt_br_x
];
in init_options()
765
test_device->val[
opt_br_x
].w = init_br_x;
in init_options()
2193
case
opt_br_x
:
in sane_control_option()
2424
test_device->opt[
opt_br_x
].cap |= SANE_CAP_INACTIVE;
in sane_control_option()
2431
test_device->opt[
opt_br_x
].cap &= ~SANE_CAP_INACTIVE;
in sane_control_option()
2516
case
opt_br_x
:
in sane_control_option()
2662
br_x = SANE_UNFIX (test_device->val[
opt_br_x
].w);
in sane_get_parameters()
H
A
D
hp4200.c
2832
int
opt_br_x
;
in compute_parameters()
local
2841
opt_br_x
= SANE_UNFIX (x_range.max);
in compute_parameters()
2849
opt_br_x
= SANE_UNFIX (s->val[OPT_BR_X].w);
in compute_parameters()
2860
floor ((
opt_br_x
- opt_tl_x) / MM_PER_INCH * resolution);
in compute_parameters()
H
A
D
canon_lide70-common.c
3078
right = SANE_UNFIX (chndl->val[
opt_br_x
].w) / MM_IN_INCH * 600;
in CANON_set_scan_parameters()
3083
rightf = SANE_UNFIX (chndl->val[
opt_br_x
].w);
in CANON_set_scan_parameters()
/third_party/backends/backend/pixma/
H
A
D
pixma.c
921
x2 = PIXEL (OVAL (
opt_br_x
).w, sp->xdpi);
in calc_scan_param()
Completed in 14 milliseconds