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_x_range
(Results
1 - 10
of
10
) sorted by relevance
/third_party/backends/backend/
H
A
D
dmc.c
376
c->
tl_x_range
.min = 0;
in DMCInitOptions()
377
c->
tl_x_range
.max = c->
tl_x_range
.min;
in DMCInitOptions()
378
c->
tl_x_range
.quant = 1;
in DMCInitOptions()
422
c->opt[OPT_TL_X].constraint.range = &c->
tl_x_range
;
in DMCInitOptions()
423
c->val[OPT_TL_X].w = c->
tl_x_range
.min;
in DMCInitOptions()
514
c->
tl_x_range
.min = 0;
in DMCSetMode()
515
c->
tl_x_range
.max = 800;
in DMCSetMode()
518
c->br_x_range.min = c->
tl_x_range
.min;
in DMCSetMode()
519
c->br_x_range.max = c->
tl_x_range
in DMCSetMode()
[all...]
H
A
D
dmc.h
84
SANE_Range
tl_x_range
;
member
H
A
D
epjitsu.h
141
SANE_Range
tl_x_range
;
member
H
A
D
kvs20xx_opt.c
111
static SANE_Range
tl_x_range
= { 0, MAX_WIDTH - MIN_WIDTH, 0 };
variable
324
o->constraint.range = &
tl_x_range
;
in kvs20xx_init_options()
H
A
D
canon_dr.h
303
SANE_Range
tl_x_range
;
member
H
A
D
fujitsu.h
370
SANE_Range
tl_x_range
;
member
H
A
D
kvs40xx_opt.c
185
static SANE_Range
tl_x_range
= { 0, MAX_WIDTH - MIN_WIDTH, 0 };
variable
544
? &tl_x_range_A4 : &
tl_x_range
;
in kvs40xx_init_options()
H
A
D
epjitsu.c
1149
s->
tl_x_range
.min = SCANNER_UNIT_TO_FIXED_MM(0);
in sane_get_option_descriptor()
1150
s->
tl_x_range
.max = SCANNER_UNIT_TO_FIXED_MM(MAX(0, get_page_width(s)-s->min_x));
in sane_get_option_descriptor()
1151
s->
tl_x_range
.quant = MM_PER_UNIT_FIX;
in sane_get_option_descriptor()
1159
opt->constraint.range = &(s->
tl_x_range
);
in sane_get_option_descriptor()
H
A
D
canon_dr.c
2413
s->
tl_x_range
.min = SCANNER_UNIT_TO_FIXED_MM(s->min_x);
in sane_get_option_descriptor()
2414
s->
tl_x_range
.max = SCANNER_UNIT_TO_FIXED_MM(get_page_width(s));
in sane_get_option_descriptor()
2415
s->
tl_x_range
.quant = MM_PER_UNIT_FIX;
in sane_get_option_descriptor()
2423
opt->constraint.range = &(s->
tl_x_range
);
in sane_get_option_descriptor()
H
A
D
fujitsu.c
2993
s->
tl_x_range
.min = SCANNER_UNIT_TO_FIXED_MM(s->min_x);
in sane_get_option_descriptor()
2994
s->
tl_x_range
.max = SCANNER_UNIT_TO_FIXED_MM(get_page_width(s));
in sane_get_option_descriptor()
2995
s->
tl_x_range
.quant = MM_PER_UNIT_FIX;
in sane_get_option_descriptor()
3003
opt->constraint.range = &(s->
tl_x_range
);
in sane_get_option_descriptor()
Completed in 31 milliseconds