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:MODE_HALFTONE
(Results
1 - 8
of
8
) sorted by relevance
/third_party/backends/backend/
H
A
D
kodak.c
646
s->s_mode[
MODE_HALFTONE
] = 1;
in init_model()
651
s->s_res_min[
MODE_HALFTONE
] = s->s_res_min[MODE_LINEART];
in init_model()
652
s->s_res_max[
MODE_HALFTONE
] = s->s_res_max[MODE_LINEART];
in init_model()
989
if(s->s_mode[
MODE_HALFTONE
]){
in sane_get_option_descriptor()
1313
else if(s->u_mode ==
MODE_HALFTONE
){
in sane_control_option()
1427
tmp =
MODE_HALFTONE
;
in sane_control_option()
1876
if(s->u_mode ==
MODE_HALFTONE
){
in set_window()
H
A
D
kodak.h
182
#define
MODE_HALFTONE
1
macro
H
A
D
xerox_mfp.h
218
#define
MODE_HALFTONE
0x01
macro
H
A
D
fujitsu.c
1453
s->can_mode[
MODE_HALFTONE
] = get_IN_half_tone (in);
in init_vpd()
1454
DBG (15, " halftone: %d\n", s->can_mode[
MODE_HALFTONE
]);
in init_vpd()
2091
|| s->can_mode[
MODE_HALFTONE
]
in init_model()
2100
for(i=
MODE_HALFTONE
;i<=MODE_COLOR;i++){
in init_model()
2106
s->reverse_by_mode[
MODE_HALFTONE
] = 0;
in init_model()
2111
s->ppl_mod_by_mode[
MODE_HALFTONE
] = 8;
in init_model()
2214
s->reverse_by_mode[
MODE_HALFTONE
] = 1;
in init_model()
2268
s->ppl_mod_by_mode[
MODE_HALFTONE
] = 32;
in init_model()
2282
s->ppl_mod_by_mode[
MODE_HALFTONE
] = 32;
in init_model()
2383
s->can_mode[
MODE_HALFTONE
]
in init_model()
[all...]
H
A
D
xerox_mfp.c
683
dev->composition ==
MODE_HALFTONE
) {
in set_parameters()
716
dev->composition ==
MODE_HALFTONE
) {
in fix_window()
1207
dev->composition ==
MODE_HALFTONE
)
in dev_acquire()
1511
dev->composition ==
MODE_HALFTONE
) {
in sane_start()
H
A
D
canon_dr.h
506
#define
MODE_HALFTONE
WD_comp_HT
macro
H
A
D
fujitsu.h
656
#define
MODE_HALFTONE
WD_comp_HT
macro
H
A
D
canon_dr.c
1387
s->reverse_by_mode[
MODE_HALFTONE
] = 1;
in init_model()
1612
s->reverse_by_mode[
MODE_HALFTONE
] = 0;
in init_model()
1623
s->reverse_by_mode[
MODE_HALFTONE
] = 0;
in init_model()
2082
s->u.mode=
MODE_HALFTONE
;
in init_user()
3326
else if(s->u.mode ==
MODE_HALFTONE
){
in sane_control_option()
3736
tmp =
MODE_HALFTONE
;
in sane_control_option()
5824
if(s->s.mode ==
MODE_HALFTONE
){
in set_window()
6968
if(s->u.mode <=
MODE_HALFTONE
)
in calc_bg_color()
Completed in 21 milliseconds