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:CCD_color
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
umax.c
1313
color = dev->
CCD_color
[0]; /* color 0 */
in umax_order_line()
1317
color = dev->
CCD_color
[1 + ((dev->pixelline_opt_res - CCD_distance) % 2)]; /* color 1,2 */
in umax_order_line()
1321
color = dev->
CCD_color
[3 + (dev->pixelline_opt_res % 3)]; /* color 3,4,5 */
in umax_order_line()
1325
color = dev->
CCD_color
[6 + ((dev->pixelline_opt_res - length*3 + CCD_distance*3) % 2)]; /* color 6,7 */
in umax_order_line()
1329
color = dev->
CCD_color
[8]; /* color 8 */
in umax_order_line()
3803
dev->
CCD_color
[0] = CCD_color_green;
in umax_check_values()
3805
dev->
CCD_color
[1] = CCD_color_blue;
in umax_check_values()
3806
dev->
CCD_color
[2] = CCD_color_green;
in umax_check_values()
3808
dev->
CCD_color
[3] = CCD_color_blue;
in umax_check_values()
3809
dev->
CCD_color
[
in umax_check_values()
[all...]
H
A
D
umax.h
229
unsigned int
CCD_color
[9]; /* color order */
member
Completed in 7 milliseconds