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:highlight_g
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
umax.h
420
int
highlight_g
; /* (255) cbhs_range 1-255, each mode */
member
H
A
D
umax.c
2251
set_WD_highlight(buffer_g, umax_correct_light(dev->
highlight_g
, dev->analog_gamma_g));
in umax_set_window_param()
2301
set_WD_highlight(buffer_r, umax_correct_light(dev->
highlight_g
, dev->analog_gamma_g));
in umax_set_window_param()
3544
dev->
highlight_g
= umax_cbhs_correct(dev->inquiry_highlight_min, dev->
highlight_g
, dev->inquiry_highlight_max);
in umax_check_values()
3555
if (dev->shadow_g >= dev->
highlight_g
)
in umax_check_values()
3557
dev->shadow_g = dev->
highlight_g
-1;
in umax_check_values()
4437
dev->
highlight_g
= 255; /* highlight green */
in umax_initialize_values()
7453
scanner->device->
highlight_g
=
in sane_start()
7519
scanner->device->
highlight_g
= P_100_TO_255(scanner->val[OPT_HIGHLIGHT_G].w);
in sane_start()
7685
scanner->device->
highlight_g
,
in sane_start()
[all...]
H
A
D
microtek2.h
1073
uint8_t
highlight_g
;
member
H
A
D
microtek2.c
3809
ms->highlight_m = ms->highlight_r = ms->
highlight_g
= ms->highlight_b = 255;
in get_calib_params()
3982
ms->
highlight_g
= (uint8_t) ms->val[OPT_HIGHLIGHT_G].w;
in get_scan_parameters()
4581
SW_HIGHLIGHT_G(POS, ms->
highlight_g
);
in scsi_set_window()
Completed in 21 milliseconds