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_id
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
hs2p.c
2049
SANE_Int
paper_id
;
in sane_control_option()
local
2489
paper_id
= get_paper_id ((SANE_String) s->val[OPT_PAPER_SIZE].s);
in sane_control_option()
2490
goto
paper_id
;
in sane_control_option()
2497
paper_id
= get_paper_id ((SANE_String) val);
in sane_control_option()
2499
/*
paper_id
0 is a special case (custom) that
in sane_control_option()
2502
paper_id
:
in sane_control_option()
2503
if (
paper_id
!= 0)
in sane_control_option()
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
]
in sane_control_option()
[all...]
H
A
D
bh.c
3616
SANE_Int
paper_id
= get_paper_id((SANE_String) val);
in sane_control_option()
local
3618
/*
paper_id
0 is a special case (custom) that
in sane_control_option()
3621
if (
paper_id
!= 0)
in sane_control_option()
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()
Completed in 7 milliseconds