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_y
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
canon_lide70.c
57
opt_br_y
,
enumerator
465
/*
opt_br_y
*/
in init_options()
466
od = &chndl->opt[
opt_br_y
];
in init_options()
476
chndl->val[
opt_br_y
].w = init_br_y;
in init_options()
726
case
opt_br_y
:
in sane_control_option()
815
case
opt_br_y
:
in sane_control_option()
871
SANE_UNFIX (chndl->val[
opt_br_y
].w -
in sane_get_parameters()
H
A
D
test.h
87
opt_br_y
,
enumerator
H
A
D
test.c
767
/*
opt_br_y
*/
in init_options()
768
od = &test_device->opt[
opt_br_y
];
in init_options()
778
test_device->val[
opt_br_y
].w = init_br_y;
in init_options()
2194
case
opt_br_y
:
in sane_control_option()
2425
test_device->opt[
opt_br_y
].cap |= SANE_CAP_INACTIVE;
in sane_control_option()
2432
test_device->opt[
opt_br_y
].cap &= ~SANE_CAP_INACTIVE;
in sane_control_option()
2517
case
opt_br_y
:
in sane_control_option()
2663
br_y = SANE_UNFIX (test_device->val[
opt_br_y
].w);
in sane_get_parameters()
H
A
D
hp4200.c
2834
int
opt_br_y
;
in compute_parameters()
local
2842
opt_br_y
= SANE_UNFIX (y_range.max);
in compute_parameters()
2850
opt_br_y
= SANE_UNFIX (s->val[OPT_BR_Y].w);
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
3080
(top_edge + SANE_UNFIX (chndl->val[
opt_br_y
].w)) / MM_IN_INCH * 600;
in CANON_set_scan_parameters()
3085
bottomf = SANE_UNFIX (chndl->val[
opt_br_y
].w);
in CANON_set_scan_parameters()
/third_party/backends/backend/pixma/
H
A
D
pixma.c
929
y2 = PIXEL (OVAL (
opt_br_y
).w, sp->ydpi);
in calc_scan_param()
Completed in 14 milliseconds