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:coarsecal
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
epjitsu.c
2101
s->
coarsecal
.width_pix = s->darkcal.width_pix = s->lightcal.width_pix = width;
in change_params()
2102
s->
coarsecal
.width_bytes = s->darkcal.width_bytes = s->lightcal.width_bytes = width * 3;
in change_params()
2103
s->
coarsecal
.height = 1;
in change_params()
2104
s->
coarsecal
.mode = MODE_COLOR;
in change_params()
2105
s->
coarsecal
.x_res = s->darkcal.x_res = s->lightcal.x_res = settings[i].x_res;
in change_params()
2106
s->
coarsecal
.y_res = s->darkcal.y_res = s->lightcal.y_res = settings[i].y_res;
in change_params()
2108
s->
coarsecal
.pages = s->darkcal.pages = s->lightcal.pages = img_pages;
in change_params()
2109
s->
coarsecal
.buffer = s->darkcal.buffer = s->lightcal.buffer = NULL;
in change_params()
2471
ret =
coarsecal
(s);
in sane_start()
2473
DBG (5, "sane_start: ERROR: failed to
coarsecal
\
in sane_start()
2972
coarsecal
(struct scanner *s)
coarsecal()
function
[all...]
H
A
D
epjitsu.h
208
struct image
coarsecal
;
member
376
static SANE_Status
coarsecal
(struct scanner *s);
Completed in 5 milliseconds