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:br_y_range
(Results
1 - 10
of
10
) sorted by relevance
/third_party/backends/backend/
H
A
D
dmc.c
386
c->
br_y_range
.min = 599;
in DMCInitOptions()
387
c->
br_y_range
.max = c->
br_y_range
.min;
in DMCInitOptions()
388
c->
br_y_range
.quant = 1;
in DMCInitOptions()
452
c->opt[OPT_BR_Y].constraint.range = &c->
br_y_range
;
in DMCInitOptions()
453
c->val[OPT_BR_Y].w = c->
br_y_range
.min;
in DMCInitOptions()
520
c->
br_y_range
.min = c->tl_y_range.min;
in DMCSetMode()
521
c->
br_y_range
.max = c->tl_y_range.max;
in DMCSetMode()
531
c->
br_y_range
.min = c->tl_y_range.min;
in DMCSetMode()
532
c->
br_y_range
in DMCSetMode()
[all...]
H
A
D
dmc.h
87
SANE_Range
br_y_range
;
member
H
A
D
epjitsu.h
144
SANE_Range
br_y_range
;
member
H
A
D
kvs20xx_opt.c
114
static SANE_Range
br_y_range
= { MIN_LENGTH, MAX_LENGTH, 0 };
variable
360
o->constraint.range = &
br_y_range
;
in kvs20xx_init_options()
H
A
D
canon_dr.h
306
SANE_Range
br_y_range
;
member
H
A
D
fujitsu.h
373
SANE_Range
br_y_range
;
member
H
A
D
kvs40xx_opt.c
188
static SANE_Range
br_y_range
= { MIN_LENGTH, MAX_LENGTH, 0 };
variable
586
? &br_y_range_A4 : &
br_y_range
;
in kvs40xx_init_options()
H
A
D
epjitsu.c
1205
s->
br_y_range
.min = SCANNER_UNIT_TO_FIXED_MM(s->min_y);
in sane_get_option_descriptor()
1206
s->
br_y_range
.max = SCANNER_UNIT_TO_FIXED_MM(MAX(s->min_y, get_page_height(s)));
in sane_get_option_descriptor()
1207
s->
br_y_range
.quant = MM_PER_UNIT_FIX;
in sane_get_option_descriptor()
1215
opt->constraint.range = &(s->
br_y_range
);
in sane_get_option_descriptor()
H
A
D
canon_dr.c
2467
s->
br_y_range
.min = SCANNER_UNIT_TO_FIXED_MM(s->min_y);
in sane_get_option_descriptor()
2468
s->
br_y_range
.max = SCANNER_UNIT_TO_FIXED_MM(get_page_height(s));
in sane_get_option_descriptor()
2469
s->
br_y_range
.quant = MM_PER_UNIT_FIX;
in sane_get_option_descriptor()
2477
opt->constraint.range = &(s->
br_y_range
);
in sane_get_option_descriptor()
H
A
D
fujitsu.c
3047
s->
br_y_range
.min = SCANNER_UNIT_TO_FIXED_MM(s->min_y);
in sane_get_option_descriptor()
3048
s->
br_y_range
.max = SCANNER_UNIT_TO_FIXED_MM(get_page_height(s));
in sane_get_option_descriptor()
3049
s->
br_y_range
.quant = MM_PER_UNIT_FIX;
in sane_get_option_descriptor()
3057
opt->constraint.range = &(s->
br_y_range
);
in sane_get_option_descriptor()
Completed in 30 milliseconds