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:s_mode
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
kodak.c
645
s->
s_mode
[MODE_LINEART] = 1;
in init_model()
646
s->
s_mode
[MODE_HALFTONE] = 1;
in init_model()
647
s->
s_mode
[MODE_GRAYSCALE] = 1;
in init_model()
648
s->
s_mode
[MODE_COLOR] = 1;
in init_model()
986
if(s->
s_mode
[MODE_LINEART]){
in sane_get_option_descriptor()
989
if(s->
s_mode
[MODE_HALFTONE]){
in sane_get_option_descriptor()
992
if(s->
s_mode
[MODE_GRAYSCALE]){
in sane_get_option_descriptor()
995
if(s->
s_mode
[MODE_COLOR]){
in sane_get_option_descriptor()
H
A
D
fujitsu.c
528
- separate s->mode into
s_mode
and u_mode
2492
s->
s_mode
= i;
in set_mode()
2953
if(s->step_x_res[s->
s_mode
] && s->step_y_res[s->
s_mode
]){
in sane_get_option_descriptor()
2956
s->res_range.quant = s->step_x_res[s->
s_mode
];
in sane_get_option_descriptor()
3252
if(s->
s_mode
!= MODE_HALFTONE){
in sane_get_option_descriptor()
3275
if(s->
s_mode
!= MODE_HALFTONE){
in sane_get_option_descriptor()
3638
if ( must_downsample(s) || s->
s_mode
< MODE_GRAYSCALE ){
in sane_get_option_descriptor()
6434
set_SD_preread_composition(out, s->
s_mode
);
in diag_preread()
6824
if (s->
s_mode
in update_params()
[all...]
H
A
D
kodak.h
67
int
s_mode
[4];
member
H
A
D
fujitsu.h
521
int
s_mode
; /*color,lineart,etc: sent to scanner*/
member
Completed in 12 milliseconds