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:set_gamma_table
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
epson.h
104
unsigned char
set_gamma_table
; /* B4 and later */
member
H
A
D
epson2.h
212
unsigned char
set_gamma_table
; /* B4 and later */
member
H
A
D
epson2-commands.c
328
if (!s->hw->cmd->
set_gamma_table
)
in esci_set_gamma_table()
332
params[1] = s->hw->cmd->
set_gamma_table
;
in esci_set_gamma_table()
H
A
D
epson.c
172
set_gamma_table
. (mjp)
1301
set_gamma_table
(Epson_Scanner * s)
in set_gamma_table()
function
1305
u_char cmd = s->hw->cmd->
set_gamma_table
;
in set_gamma_table()
1315
DBG (1, "
set_gamma_table
: starting.\n");
in set_gamma_table()
1330
DBG (1, "
set_gamma_table
()\n");
in set_gamma_table()
1389
DBG (1, "
set_gamma_table
: complete = %d.\n", status);
in set_gamma_table()
2997
if (s->hw->cmd->
set_gamma_table
&&
in init_options()
4674
if (s->hw->cmd->
set_gamma_table
&&
in sane_start()
4677
status =
set_gamma_table
(s);
in sane_start()
4681
DBG (1, "sane_start:
set_gamma_table
faile
in sane_start()
[all...]
H
A
D
epson2.c
1134
if (s->hw->cmd->
set_gamma_table
in init_options()
2157
if (dev->cmd->
set_gamma_table
in sane_start()
Completed in 11 milliseconds