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:scanmode
(Results
1 - 8
of
8
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek_pp.c
655
s->opt[OPT_MODE_GROUP].name = "
scanmode
-group";
in init_options()
1426
int
scanmode
;
in sane_control_option()
local
1539
scanmode
= mp[s->val[OPT_MODE].w].
scanmode
;
in sane_control_option()
1548
if((
scanmode
== COLOR_256GRAY) ||
in sane_control_option()
1549
(
scanmode
== COLOR_GRAY16)) {
in sane_control_option()
1561
if((
scanmode
== COLOR_256GRAY) ||
in sane_control_option()
1562
(
scanmode
== COLOR_GRAY16)) {
in sane_control_option()
1589
if( mp[idx].
scanmode
!= COLOR_HALFTONE ){
in sane_control_option()
1599
if( mp[idx].
scanmode
in sane_control_option()
1796
int
scanmode
;
sane_start()
local
[all...]
H
A
D
plustek.c
73
* split
scanmode
and bit-depth
332
/** according to the mode and source we return the corresponding
scanmode
and
339
int
scanmode
;
in getScanMode()
local
349
scanmode
= COLOR_BW;
in getScanMode()
354
scanmode
= COLOR_256GRAY;
in getScanMode()
356
scanmode
= COLOR_TRUE24;
in getScanMode()
360
scanmode
= COLOR_GRAY16;
in getScanMode()
362
scanmode
= COLOR_TRUE48;
in getScanMode()
364
return
scanmode
;
in getScanMode()
1785
int
scanmode
, r
in do_calibration()
local
1849
int
scanmode
;
sane_control_option()
local
2335
int
scanmode
;
sane_get_parameters()
local
[all...]
H
A
D
u12.c
470
s->opt[OPT_MODE_GROUP].name = "
scanmode
-group";
in init_options()
1201
int
scanmode
;
in sane_control_option()
local
1315
scanmode
= mp[s->val[OPT_MODE].w].
scanmode
;
in sane_control_option()
1317
scanmode
= COLOR_TRUE24;
in sane_control_option()
1327
if(
scanmode
== COLOR_256GRAY ) {
in sane_control_option()
1339
if(
scanmode
== COLOR_256GRAY ) {
in sane_control_option()
1363
if( mp[idx].
scanmode
== COLOR_BW ) {
in sane_control_option()
1376
if( mp[idx].
scanmode
== COLOR_256GRAY ) {
in sane_control_option()
1556
int
scanmode
;
in sane_start()
local
[all...]
H
A
D
u12.h
212
int
scanmode
;
member
H
A
D
plustek-pp.h
117
int
scanmode
;
member
H
A
D
microtek2.c
1771
(mi->
scanmode
& MI_HASMODE_LINEART) ? " Yes" : " No", " ",
in dump_attributes()
1772
(mi->
scanmode
& MI_HASMODE_HALFTONE) ? "Yes" : "No");
in dump_attributes()
1775
(mi->
scanmode
& MI_HASMODE_GRAY) ? " Yes" : " No", " ",
in dump_attributes()
1776
(mi->
scanmode
& MI_HASMODE_COLOR) ? " Yes" : " No");
in dump_attributes()
2081
if ( (mi->
scanmode
& MI_HASMODE_COLOR) )
in init_options()
2088
if ( mi->
scanmode
& MI_HASMODE_GRAY )
in init_options()
2091
if ( ! (mi->
scanmode
& MI_HASMODE_COLOR ) )
in init_options()
2096
if ( mi->
scanmode
& MI_HASMODE_HALFTONE )
in init_options()
2099
if ( ! (mi->
scanmode
& MI_HASMODE_COLOR )
in init_options()
2100
&& ! (mi->
scanmode
in init_options()
[all...]
H
A
D
hp-option.c
1080
enum hp_scanmode_e
scanmode
= sanei_hp_optset_scanmode (optset, data);
in _probe_choice()
local
1090
if (
scanmode
== HP_SCANMODE_GRAYSCALE)
in _probe_choice()
1094
else if (
scanmode
== HP_SCANMODE_COLOR)
in _probe_choice()
1102
if (
scanmode
== HP_SCANMODE_COLOR )
in _probe_choice()
2622
/* Scanmode is the first we program. So set XPA prior to
scanmode
*/
in _program_scanmode()
3588
/* on the
scanmode
. (b/w: 1, gray: 8..12, color: 24..36 */
H
A
D
microtek2.h
803
SANE_Byte
scanmode
;
member
Completed in 21 milliseconds