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:real_exposure
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
coolscan2.c
268
unsigned long
real_exposure
[10];
member
1391
s->exposure_r = s->
real_exposure
[1] / 100.;
in sane_control_option()
1392
s->exposure_g = s->
real_exposure
[2] / 100.;
in sane_control_option()
1393
s->exposure_b = s->
real_exposure
[3] / 100.;
in sane_control_option()
1405
s->exposure_r = s->
real_exposure
[1] / 100.;
in sane_control_option()
1406
s->exposure_g = s->
real_exposure
[2] / 100.;
in sane_control_option()
1407
s->exposure_b = s->
real_exposure
[3] / 100.;
in sane_control_option()
2619
s->
real_exposure
[cs2_colour_list[i_colour]] =
in cs2_get_exposure()
2623
DBG (6, "cs2_get_exposure(): exposure for colour %i: %li * 10ns\n", cs2_colour_list[i_colour], s->
real_exposure
[cs2_colour_list[i_colour]]);
in cs2_get_exposure()
2711
s->
real_exposure
[
in cs2_convert_options()
[all...]
H
A
D
coolscan3.c
233
unsigned long
real_exposure
[CS3_COLOR_MAX];
member
2731
s->exposure_r = s->
real_exposure
[1] / 100.;
in cs3_autoexposure()
2732
s->exposure_g = s->
real_exposure
[2] / 100.;
in cs3_autoexposure()
2733
s->exposure_b = s->
real_exposure
[3] / 100.;
in cs3_autoexposure()
2763
s->
real_exposure
[cs3_colors[i_color]] =
in cs3_get_exposure()
2771
s->
real_exposure
[cs3_colors[i_color]]);
in cs3_get_exposure()
2874
s->
real_exposure
[1] = s->exposure * s->exposure_r * 100.;
in cs3_convert_options()
2875
s->
real_exposure
[2] = s->exposure * s->exposure_g * 100.;
in cs3_convert_options()
2876
s->
real_exposure
[3] = s->exposure * s->exposure_b * 100.;
in cs3_convert_options()
2880
if (s->
real_exposure
[cs3_color
in cs3_convert_options()
[all...]
Completed in 7 milliseconds