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:color_sequence
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
microtek.h
184
SANE_Byte
color_sequence
; /* color sequence spec. code */
member
H
A
D
microtek.c
1749
mi->
color_sequence
= (SANE_Byte)(result[69] & 0x7f);
in parse_inquiry()
1879
switch (mi->
color_sequence
) {
in dump_inquiry()
1891
MDBG_ADD("UNKNOWN CODE (0x%02x)", mi->
color_sequence
);
in dump_inquiry()
3653
s->color_seq = s->dev->info.
color_sequence
;
in sane_get_parameters()
3658
s->color_seq = s->dev->info.
color_sequence
;
in sane_get_parameters()
3664
s->color_seq = s->dev->info.
color_sequence
;
in sane_get_parameters()
3978
DBG(10, "sane_start: Unknown
color_sequence
: %d\n",
in sane_start_guts()
3979
s->dev->info.
color_sequence
);
in sane_start_guts()
H
A
D
microtek2.c
1843
switch(mi->
color_sequence
[i])
in dump_attributes()
4420
RSA_COLORSEQUENCE(mi->
color_sequence
, result);
in scsi_read_attributes()
5690
+ mi->
color_sequence
[color]
in write_shading_buf_pnm()
5696
+ mi->
color_sequence
[color]
in write_shading_buf_pnm()
5707
+ mi->
color_sequence
[color]);
in write_shading_buf_pnm()
5772
offset = mi->
color_sequence
[color]
in write_shading_pnm()
7455
colseq2 = mi->
color_sequence
[2];
in segreg_proc_data()
7703
+ ( mi->
color_sequence
[color] + 1 ) * ( ms->bpl / 3 )
in lplconcat_proc_data()
7710
+ mi->
color_sequence
[color] * ( ms->bpl / 3 );
in lplconcat_proc_data()
7808
mi->
color_sequence
[colo
in lplconcat_copy_pixels()
[all...]
H
A
D
microtek2.h
779
uint8_t
color_sequence
[RSA_COLORSEQUENCE_L];
member
Completed in 20 milliseconds