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:paper_sizes
(Results
1 - 8
of
8
) sorted by relevance
/third_party/backends/backend/
H
A
D
kvs20xx_opt.c
91
static const struct paper_size
paper_sizes
[] = {
variable
700
u32 w = cpu2be32 (mm2scanner_units (
paper_sizes
[paper].width));
in kvs20xx_init_window()
701
u32 h = cpu2be32 (mm2scanner_units (
paper_sizes
[paper].height));
in kvs20xx_init_window()
769
w =
paper_sizes
[i].height;
in sane_get_parameters()
770
h =
paper_sizes
[i].width;
in sane_get_parameters()
774
w =
paper_sizes
[i].width;
in sane_get_parameters()
775
h =
paper_sizes
[i].height;
in sane_get_parameters()
H
A
D
matsushita.c
267
static const struct
paper_sizes
paper_sizes
[] = {
variable
751
psl = malloc ((sizeof (SANE_String_Const) + 1) * NELEMS (
paper_sizes
));
in matsushita_build_paper_sizes()
758
psv = malloc ((sizeof (int) + 1) * NELEMS (
paper_sizes
));
in matsushita_build_paper_sizes()
766
for (i = 0, num = 0; i < NELEMS (
paper_sizes
); i++)
in matsushita_build_paper_sizes()
769
paper_sizes
[i].width
in matsushita_build_paper_sizes()
771
paper_sizes
[i].length)
in matsushita_build_paper_sizes()
775
psl[num] =
paper_sizes
[i].name;
in matsushita_build_paper_sizes()
2104
value = SANE_FIX (
paper_sizes
[i].width);
in sane_control_option()
2109
value = SANE_FIX (
paper_sizes
[
in sane_control_option()
[all...]
H
A
D
kvs40xx_opt.c
161
static const struct paper_size
paper_sizes
[] = {
variable
1292
u32 w = cpu2be32 (mm2scanner_units (
paper_sizes
[paper].width));
in kvs40xx_init_window()
1293
u32 h = cpu2be32 (mm2scanner_units (
paper_sizes
[paper].height));
in kvs40xx_init_window()
1383
w =
paper_sizes
[i].height;
in sane_get_parameters()
1384
h =
paper_sizes
[i].width;
in sane_get_parameters()
1388
w =
paper_sizes
[i].width;
in sane_get_parameters()
1389
h =
paper_sizes
[i].height;
in sane_get_parameters()
H
A
D
matsushita.h
259
struct
paper_sizes
struct
288
int *paper_sizes_val; /* indirection into
paper_sizes
[] */
H
A
D
hs2p.h
327
static const HS2P_Paper
paper_sizes
[] = { /* Name, Width, Height in mm */
variable
351
/* MUST be kept in sync with
paper_sizes
*/
H
A
D
bh.h
517
static const BH_Paper
paper_sizes
[] =
variable
531
/* MUST be kept in sync with
paper_sizes
*/
H
A
D
bh.c
3628
x = (
paper_sizes
[paper_id].width <= 0.0) ? x_max :
in sane_control_option()
3629
paper_sizes
[paper_id].width;
in sane_control_option()
3630
y = (
paper_sizes
[paper_id].length <= 0.0) ? y_max :
in sane_control_option()
3631
paper_sizes
[paper_id].length;
in sane_control_option()
H
A
D
hs2p.c
2511
x = (
paper_sizes
[paper_id].width <= 0.0) ? x_max :
in sane_control_option()
2512
paper_sizes
[paper_id].width;
in sane_control_option()
2513
y = (
paper_sizes
[paper_id].length <= 0.0) ? y_max :
in sane_control_option()
2514
paper_sizes
[paper_id].length;
in sane_control_option()
Completed in 16 milliseconds