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_x_range
(Results
1 - 10
of
10
) sorted by relevance
/third_party/backends/backend/
H
A
D
dmc.c
383
c->
br_x_range
.min = 800;
in DMCInitOptions()
384
c->
br_x_range
.max = c->
br_x_range
.min;
in DMCInitOptions()
385
c->
br_x_range
.quant = 1;
in DMCInitOptions()
442
c->opt[OPT_BR_X].constraint.range = &c->
br_x_range
;
in DMCInitOptions()
443
c->val[OPT_BR_X].w = c->
br_x_range
.min;
in DMCInitOptions()
518
c->
br_x_range
.min = c->tl_x_range.min;
in DMCSetMode()
519
c->
br_x_range
.max = c->tl_x_range.max;
in DMCSetMode()
529
c->
br_x_range
.min = c->tl_x_range.min;
in DMCSetMode()
530
c->
br_x_range
in DMCSetMode()
[all...]
H
A
D
dmc.h
86
SANE_Range
br_x_range
;
member
H
A
D
epjitsu.h
143
SANE_Range
br_x_range
;
member
H
A
D
kvs20xx_opt.c
113
static SANE_Range
br_x_range
= { MIN_WIDTH, MAX_WIDTH, 0 };
variable
348
o->constraint.range = &
br_x_range
;
in kvs20xx_init_options()
H
A
D
canon_dr.h
305
SANE_Range
br_x_range
;
member
H
A
D
fujitsu.h
372
SANE_Range
br_x_range
;
member
H
A
D
kvs40xx_opt.c
187
static SANE_Range
br_x_range
= { MIN_WIDTH, MAX_WIDTH, 0 };
variable
572
? &br_x_range_A4 : &
br_x_range
;
in kvs40xx_init_options()
H
A
D
epjitsu.c
1186
s->
br_x_range
.min = SCANNER_UNIT_TO_FIXED_MM(s->min_x);
in sane_get_option_descriptor()
1187
s->
br_x_range
.max = SCANNER_UNIT_TO_FIXED_MM(MAX(s->min_x, get_page_width(s)));
in sane_get_option_descriptor()
1188
s->
br_x_range
.quant = MM_PER_UNIT_FIX;
in sane_get_option_descriptor()
1196
opt->constraint.range = &(s->
br_x_range
);
in sane_get_option_descriptor()
H
A
D
canon_dr.c
2449
s->
br_x_range
.min = SCANNER_UNIT_TO_FIXED_MM(s->min_x);
in sane_get_option_descriptor()
2450
s->
br_x_range
.max = SCANNER_UNIT_TO_FIXED_MM(get_page_width(s));
in sane_get_option_descriptor()
2451
s->
br_x_range
.quant = MM_PER_UNIT_FIX;
in sane_get_option_descriptor()
2459
opt->constraint.range = &(s->
br_x_range
);
in sane_get_option_descriptor()
H
A
D
fujitsu.c
3029
s->
br_x_range
.min = SCANNER_UNIT_TO_FIXED_MM(s->min_x);
in sane_get_option_descriptor()
3030
s->
br_x_range
.max = SCANNER_UNIT_TO_FIXED_MM(get_page_width(s));
in sane_get_option_descriptor()
3031
s->
br_x_range
.quant = MM_PER_UNIT_FIX;
in sane_get_option_descriptor()
3039
opt->constraint.range = &(s->
br_x_range
);
in sane_get_option_descriptor()
Completed in 30 milliseconds