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:lut_neutral
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
coolscan3.c
220
cs3_pixel_t *lut_r, *lut_g, *lut_b, *
lut_neutral
;
member
411
s->lut_r = s->lut_g = s->lut_b = s->
lut_neutral
= NULL;
in sane_open()
1995
cs3_xfree(s->
lut_neutral
);
in cs3_close()
2458
s->
lut_neutral
=
in cs3_full_inquiry()
2459
(cs3_pixel_t *) cs3_xrealloc(s->
lut_neutral
,
in cs3_full_inquiry()
2462
if (!s->lut_r || !s->lut_g || !s->lut_b || !s->
lut_neutral
) {
in cs3_full_inquiry()
2466
cs3_xfree(s->
lut_neutral
);
in cs3_full_inquiry()
2472
s->
lut_neutral
[pixel] = pixel;
in cs3_full_inquiry()
2961
lut = s->
lut_neutral
;
in cs3_send_lut()
H
A
D
coolscan2.c
255
cs2_pixel_t *lut_r, *lut_g, *lut_b, *
lut_neutral
;
member
458
s->lut_r = s->lut_g = s->lut_b = s->
lut_neutral
= NULL;
in sane_open()
1970
cs2_xfree (s->
lut_neutral
);
in cs2_close()
2412
s->
lut_neutral
=
in cs2_full_inquiry()
2413
(cs2_pixel_t *) cs2_xrealloc (s->
lut_neutral
,
in cs2_full_inquiry()
2416
if (!s->lut_r || !s->lut_g || !s->lut_b || !s->
lut_neutral
)
in cs2_full_inquiry()
2421
cs2_xfree (s->
lut_neutral
);
in cs2_full_inquiry()
2427
s->
lut_neutral
[pixel] = pixel;
in cs2_full_inquiry()
2866
lut = s->
lut_neutral
;
in cs2_scan()
Completed in 7 milliseconds