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:tl_y_range
(Results
1 - 10
of
10
) sorted by relevance
/third_party/backends/backend/
H
A
D
dmc.c
379
c->
tl_y_range
.min = 0;
in DMCInitOptions()
380
c->
tl_y_range
.max = c->
tl_y_range
.min;
in DMCInitOptions()
381
c->
tl_y_range
.quant = 1;
in DMCInitOptions()
432
c->opt[OPT_TL_Y].constraint.range = &c->
tl_y_range
;
in DMCInitOptions()
433
c->val[OPT_TL_Y].w = c->
tl_y_range
.min;
in DMCInitOptions()
516
c->
tl_y_range
.min = 0;
in DMCSetMode()
517
c->
tl_y_range
.max = 599;
in DMCSetMode()
520
c->br_y_range.min = c->
tl_y_range
.min;
in DMCSetMode()
521
c->br_y_range.max = c->
tl_y_range
in DMCSetMode()
[all...]
H
A
D
dmc.h
85
SANE_Range
tl_y_range
;
member
H
A
D
epjitsu.h
142
SANE_Range
tl_y_range
;
member
H
A
D
kvs20xx_opt.c
112
static SANE_Range
tl_y_range
= { 0, MAX_LENGTH - MIN_LENGTH, 0 };
variable
336
o->constraint.range = &
tl_y_range
;
in kvs20xx_init_options()
H
A
D
canon_dr.h
304
SANE_Range
tl_y_range
;
member
H
A
D
fujitsu.h
371
SANE_Range
tl_y_range
;
member
H
A
D
kvs40xx_opt.c
186
static SANE_Range
tl_y_range
= { 0, MAX_LENGTH - MIN_LENGTH, 0 };
variable
558
? &tl_y_range_A4 : &
tl_y_range
;
in kvs40xx_init_options()
H
A
D
epjitsu.c
1168
s->
tl_y_range
.min = SCANNER_UNIT_TO_FIXED_MM(0);
in sane_get_option_descriptor()
1169
s->
tl_y_range
.max = SCANNER_UNIT_TO_FIXED_MM(MAX(0, get_page_height(s)-s->min_y));
in sane_get_option_descriptor()
1170
s->
tl_y_range
.quant = MM_PER_UNIT_FIX;
in sane_get_option_descriptor()
1178
opt->constraint.range = &(s->
tl_y_range
);
in sane_get_option_descriptor()
H
A
D
canon_dr.c
2431
s->
tl_y_range
.min = SCANNER_UNIT_TO_FIXED_MM(s->min_y);
in sane_get_option_descriptor()
2432
s->
tl_y_range
.max = SCANNER_UNIT_TO_FIXED_MM(get_page_height(s));
in sane_get_option_descriptor()
2433
s->
tl_y_range
.quant = MM_PER_UNIT_FIX;
in sane_get_option_descriptor()
2441
opt->constraint.range = &(s->
tl_y_range
);
in sane_get_option_descriptor()
H
A
D
fujitsu.c
3011
s->
tl_y_range
.min = SCANNER_UNIT_TO_FIXED_MM(s->min_y);
in sane_get_option_descriptor()
3012
s->
tl_y_range
.max = SCANNER_UNIT_TO_FIXED_MM(get_page_height(s));
in sane_get_option_descriptor()
3013
s->
tl_y_range
.quant = MM_PER_UNIT_FIX;
in sane_get_option_descriptor()
3021
opt->constraint.range = &(s->
tl_y_range
);
in sane_get_option_descriptor()
Completed in 32 milliseconds