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:color_adjust
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
teco2.c
1795
if (dev->def->
color_adjust
[0].resolution != 0)
in attach_scanner()
1801
while (dev->def->
color_adjust
[num_entries].resolution != 0)
in attach_scanner()
1817
dev->resolutions_list[i + 1] = dev->def->
color_adjust
[i].resolution;
in attach_scanner()
2161
#define COLOR_0 (
color_adjust
->z3_color_0)
2162
#define COLOR_1 (
color_adjust
->z3_color_1)
2163
#define COLOR_2 (
color_adjust
->z3_color_2)
2174
const struct dpi_color_adjust *
color_adjust
= dev->
color_adjust
;
in teco_adjust_raster()
local
2202
if (dev->raster_num <
color_adjust
->color_shift)
in teco_adjust_raster()
2205
if (
color_adjust
in teco_adjust_raster()
[all...]
H
A
D
stv680.h
106
const struct dpi_color_adjust *
color_adjust
;
member
173
const struct dpi_color_adjust *
color_adjust
;
member
H
A
D
teco2.h
339
const struct dpi_color_adjust *
color_adjust
;
member
398
const struct dpi_color_adjust *
color_adjust
;
member
H
A
D
stv680.c
931
if (dev->hw->
color_adjust
[0].resolution_x != 0)
in attach_vidcam()
937
while (dev->hw->
color_adjust
[num_entries].resolution_x != 0)
in attach_vidcam()
959
dev->hw->
color_adjust
[i].resolution_x;
in attach_vidcam()
1881
dev->hw->
color_adjust
[i].resolution_x != dev->x_resolution;
in sane_get_parameters()
1884
dev->red_s = dev->hw->
color_adjust
[i].z1_color_0;
in sane_get_parameters()
1885
dev->green_s = dev->hw->
color_adjust
[i].z1_color_1;
in sane_get_parameters()
1886
dev->blue_s = dev->hw->
color_adjust
[i].z1_color_2;
in sane_get_parameters()
1887
dev->y_resolution = dev->hw->
color_adjust
[i].resolution_y;
in sane_get_parameters()
Completed in 7 milliseconds