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:calibrated
(Results
1 - 11
of
11
) sorted by relevance
/third_party/backends/backend/
H
A
D
hp4200.c
1049
int
calibrated
;
in do_coarse_calibration()
local
1154
calibrated
= 0;
in do_coarse_calibration()
1259
calibrated
= !retval;
in do_coarse_calibration()
1278
while (!
calibrated
);
in do_coarse_calibration()
1391
int
calibrated
;
in do_fine_calibration()
local
1490
calibrated
= 0;
in do_fine_calibration()
1519
if (
calibrated
== 0)
in do_fine_calibration()
1523
registro[
calibrated
][i] = average[i];
in do_fine_calibration()
1532
registro[
calibrated
][i] = value;
in do_fine_calibration()
1535
calibrated
in do_fine_calibration()
[all...]
H
A
D
gt68xx_high.h
278
/** SANE_TRUE when the scanner has been
calibrated
*/
279
SANE_Bool
calibrated
;
member
H
A
D
p5_device.h
260
* True if device has been
calibrated
.
262
SANE_Bool
calibrated
;
member
H
A
D
lexmark.h
262
SANE_Bool
calibrated
);
H
A
D
gt68xx_high.c
562
&& !((scanner->dev->model->flags & GT68XX_FLAG_SHEET_FED) && scanner->
calibrated
== SANE_FALSE))
in gt68xx_scanner_start_scan_extended()
2080
scanner->
calibrated
= SANE_FALSE;
in gt68xx_sheetfed_scanner_calibrate()
2343
scanner->
calibrated
= SANE_TRUE;
in gt68xx_sheetfed_scanner_calibrate()
2512
if (scanner->
calibrated
== SANE_FALSE)
in gt68xx_clear_calibration()
2535
scanner->
calibrated
= SANE_FALSE;
in gt68xx_clear_calibration()
2550
if (scanner->
calibrated
== SANE_FALSE)
in gt68xx_write_calibration()
2655
scanner->
calibrated
= SANE_FALSE;
in gt68xx_read_calibration()
2744
scanner->
calibrated
= SANE_TRUE;
in gt68xx_read_calibration()
H
A
D
p5_device.c
820
if (dev->
calibrated
)
in start_scan()
1121
dev->
calibrated
= SANE_FALSE;
in cleanup_calibration()
1348
dev->
calibrated
= SANE_TRUE;
in restore_calibration()
1602
dev->
calibrated
= SANE_TRUE;
in sheetfed_calibration()
H
A
D
p5.c
664
*(SANE_Bool *) val = !s->dev->
calibrated
;
in get_option_value()
1226
SANE_TRUE, x2, dev->mode, dev->
calibrated
);
in sane_read()
1428
if (session->dev->
calibrated
== SANE_TRUE)
in sane_close()
1447
if (session->dev->
calibrated
== SANE_TRUE)
in sane_close()
1689
device->
calibrated
= SANE_FALSE;
in attach_p5()
H
A
D
artec_eplus48u.h
293
SANE_Bool
calibrated
;
member
H
A
D
gt68xx.c
1581
s->
calibrated
= SANE_FALSE;
in sane_open()
1729
*(SANE_Bool *) val = !s->
calibrated
;
in sane_control_option()
2019
s->calib = s->
calibrated
;
in sane_start()
2053
&&(s->
calibrated
== SANE_TRUE))
in sane_start()
H
A
D
artec_eplus48u.c
2932
SANE_I18N ("If enabled, the device will be
calibrated
before the "
in init_options()
3568
s->
calibrated
= SANE_FALSE;
in load_calibration_data()
3673
s->
calibrated
= SANE_TRUE;
in load_calibration_data()
4217
if ((s->
calibrated
!= SANE_TRUE) || (s->val[OPT_CALIBRATE].w == SANE_TRUE))
in sane_start()
4223
s->
calibrated
= SANE_TRUE;
in sane_start()
H
A
D
lexmark_low.c
2865
SANE_Int offset, SANE_Bool
calibrated
)
in sanei_lexmark_low_set_scan_regs()
4794
if (
calibrated
)
in sanei_lexmark_low_set_scan_regs()
6004
/* put the
calibrated
or manual settings before shading calibration
in sanei_lexmark_low_calibration()
2864
sanei_lexmark_low_set_scan_regs(Lexmark_Device * dev, SANE_Int resolution, SANE_Int offset, SANE_Bool
calibrated
)
sanei_lexmark_low_set_scan_regs()
argument
Completed in 26 milliseconds