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:gamma_map
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
canon-scsi.c
661
*buf++ = s->
gamma_map
[component][i << 4];
in get_density_curve_fs2710()
673
for (i = 1, hi = *buf++, p = &s->
gamma_map
[component][0]; i <= 256; i++)
in set_density_curve_fs2710()
706
s->
gamma_map
[i][j] = (u_char) ((s->brightness >= 128) ?
in set_parameters_fs2710()
717
s->
gamma_map
[i][j] = (u_char) MAX (0, MIN (255,
in set_parameters_fs2710()
721
s->
gamma_map
[i][j] = (u_char) ((s->brightness >= 128) ?
in set_parameters_fs2710()
H
A
D
hp.h
129
unsigned char
gamma_map
[256]; /* Map to simulate custom gamma table */
member
H
A
D
canon.h
313
u_char
gamma_map
[4][4096]; /* for FS2710S: */
member
314
int colour; /* index to
gamma_map
*/
H
A
D
canon-sane.c
180
s->
gamma_map
[i][0] = '\0';
in sane_open()
188
s->
gamma_map
[i][j] = (u_char) c;
in sane_open()
1751
*buf++ = s->
gamma_map
[s->colour++][c];
in read_fs2710()
H
A
D
hp-scl.c
1043
map = &(info->simulate.
gamma_map
[0]);
in hp_get_simulation_map()
H
A
D
hp-option.c
1955
info->simulate.
gamma_map
[k] = newval;
in _simulate_custom_gamma()
Completed in 14 milliseconds