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:software_lineart
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/pixma/
H
A
D
pixma_mp150.c
729
data[0x19] = ((s->param->
software_lineart
) ? 8 : s->param->depth)
in send_scan_param()
765
data[0x1d] = ((s->param->
software_lineart
) ? 8 : s->param->depth)
in send_scan_param()
1160
* ((s->param->
software_lineart
) ? 8 : s->param->depth) / 8; /* color channels count */
in post_process_image_data()
1231
if (s->param->
software_lineart
)
in post_process_image_data()
1322
sp->
software_lineart
= 0;
in mp150_check_param()
1346
sp->
software_lineart
= 1;
in mp150_check_param()
1355
if (sp->
software_lineart
== 1 && sp->w % 8)
in mp150_check_param()
1378
sp->line_size = sp->w * sp->channels * (((sp->
software_lineart
) ? 8 : sp->depth) / 8); /* bytes per line per color after cropping */
in mp150_check_param()
H
A
D
pixma_mp800.c
846
data[0x19] = ((s->param->
software_lineart
) ? 8 : s->param->depth)
in send_scan_param()
959
: (((s->param->
software_lineart
) ? 8 : s->param->depth)
in send_scan_param()
1623
* ((s->param->
software_lineart
) ? 8 : s->param->depth) / 8;
in post_process_image_data()
1907
sp->
software_lineart
= 0;
in mp810_check_param()
1941
sp->
software_lineart
= 1;
in mp810_check_param()
1949
if (sp->
software_lineart
== 1 && sp->w % 8)
in mp810_check_param()
2053
sp->line_size = sp->w * sp->channels * (((sp->
software_lineart
) ? 8 : sp->depth) / 8); /* bytes per line per color after cropping */
in mp810_check_param()
H
A
D
pixma.h
346
unsigned
software_lineart
;
member
H
A
D
pixma_imageclass.c
598
sp->
software_lineart
= 0;
in iclass_check_param()
601
sp->
software_lineart
= 1;
in iclass_check_param()
606
if (sp->
software_lineart
== 1)
in iclass_check_param()
H
A
D
pixma_common.c
1162
if (sp->
software_lineart
== 1)
in pixma_check_scan_param()
H
A
D
pixma.c
1995
if ((ss->sp.line_size - ((ss->sp.
software_lineart
== 1) ? (ss->output_line_size * 8) : ss->output_line_size)) == 0)
in sane_read()
Completed in 15 milliseconds