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:cct
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
epson2-commands.c
281
double
cct
[9];
in esci_set_color_correction_coefficients()
local
296
cct
[0] = SANE_UNFIX(table[0]);
in esci_set_color_correction_coefficients()
297
cct
[1] = SANE_UNFIX(table[1]);
in esci_set_color_correction_coefficients()
298
cct
[2] = SANE_UNFIX(table[2]);
in esci_set_color_correction_coefficients()
299
cct
[3] = SANE_UNFIX(table[3]);
in esci_set_color_correction_coefficients()
300
cct
[4] = SANE_UNFIX(table[4]);
in esci_set_color_correction_coefficients()
301
cct
[5] = SANE_UNFIX(table[5]);
in esci_set_color_correction_coefficients()
302
cct
[6] = SANE_UNFIX(table[6]);
in esci_set_color_correction_coefficients()
303
cct
[7] = SANE_UNFIX(table[7]);
in esci_set_color_correction_coefficients()
304
cct
[
in esci_set_color_correction_coefficients()
[all...]
H
A
D
epson.c
1261
signed char
cct
[9];
in set_color_correction_coefficients()
local
1274
cct
[0] = s->val[OPT_CCT_1].w;
in set_color_correction_coefficients()
1275
cct
[1] = s->val[OPT_CCT_2].w;
in set_color_correction_coefficients()
1276
cct
[2] = s->val[OPT_CCT_3].w;
in set_color_correction_coefficients()
1277
cct
[3] = s->val[OPT_CCT_4].w;
in set_color_correction_coefficients()
1278
cct
[4] = s->val[OPT_CCT_5].w;
in set_color_correction_coefficients()
1279
cct
[5] = s->val[OPT_CCT_6].w;
in set_color_correction_coefficients()
1280
cct
[6] = s->val[OPT_CCT_7].w;
in set_color_correction_coefficients()
1281
cct
[7] = s->val[OPT_CCT_8].w;
in set_color_correction_coefficients()
1282
cct
[
in set_color_correction_coefficients()
[all...]
H
A
D
epson2.c
1218
s->opt[OPT_CCT_MODE].name = "
cct
-type";
in init_options()
1228
s->opt[OPT_CCT_PROFILE].name = "
cct
-profile";
in init_options()
2075
s->cct_table[0] = SANE_FIX(s->hw->cct_profile->
cct
[index][0]);
in e2_load_cct_profile()
2076
s->cct_table[1] = SANE_FIX(s->hw->cct_profile->
cct
[index][1]);
in e2_load_cct_profile()
2077
s->cct_table[2] = SANE_FIX(s->hw->cct_profile->
cct
[index][2]);
in e2_load_cct_profile()
2078
s->cct_table[3] = SANE_FIX(s->hw->cct_profile->
cct
[index][3]);
in e2_load_cct_profile()
2079
s->cct_table[4] = SANE_FIX(s->hw->cct_profile->
cct
[index][4]);
in e2_load_cct_profile()
2080
s->cct_table[5] = SANE_FIX(s->hw->cct_profile->
cct
[index][5]);
in e2_load_cct_profile()
2081
s->cct_table[6] = SANE_FIX(s->hw->cct_profile->
cct
[index][6]);
in e2_load_cct_profile()
2082
s->cct_table[7] = SANE_FIX(s->hw->cct_profile->
cct
[inde
in e2_load_cct_profile()
[all...]
H
A
D
epson2.h
287
double
cct
[4][9];
member
H
A
D
apple.c
1143
SANE_Bool
cct
=SANE_FALSE;
in mode_update()
local
1181
cct
=SANE_TRUE;
in mode_update()
1249
if (
cct
)
in mode_update()
1254
if (
cct
&& s->val[OPT_CUSTOM_CCT].w)
in mode_update()
1752
/* custom-
cct
table */
in init_options()
1753
s->opt[OPT_CUSTOM_CCT].name = "custom-
cct
";
in init_options()
1765
s->opt[OPT_CCT].name = "
cct
";
in init_options()
/third_party/skia/src/c/
H
A
D
sk_imageinfo.cpp
90
sk_imageinfo_t* sk_imageinfo_new(int w, int h, sk_colortype_t
cct
, sk_alphatype_t cat,
in sk_imageinfo_new()
argument
94
if (!from_c_colortype(
cct
, &ct) || !from_c_alphatype(cat, &at)) {
in sk_imageinfo_new()
Completed in 10 milliseconds