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:MAX_RESOLUTIONS
(Results
1 - 8
of
8
) sorted by relevance
/third_party/backends/backend/
H
A
D
p5_device.h
60
#define
MAX_RESOLUTIONS
8
macro
108
int xdpi_values[
MAX_RESOLUTIONS
]; /** possible x resolutions */
109
int ydpi_values[
MAX_RESOLUTIONS
]; /** possible y resolutions */
264
P5_Calibration_Data *calibration_data[
MAX_RESOLUTIONS
* 2];
H
A
D
rts8891_low.h
69
#define
MAX_RESOLUTIONS
16
macro
108
SANE_Int xdpi_values[
MAX_RESOLUTIONS
]; /* possible x resolutions */
109
SANE_Int ydpi_values[
MAX_RESOLUTIONS
]; /* possible y resolutions */
H
A
D
mustek_usb2.h
62
#define
MAX_RESOLUTIONS
12
macro
114
SANE_Int dpi_values[
MAX_RESOLUTIONS
]; /* possible resolutions */
H
A
D
gt68xx_low.h
411
#define
MAX_RESOLUTIONS
12
macro
454
SANE_Int xdpi_values[
MAX_RESOLUTIONS
]; /* possible x resolutions */
455
SANE_Int ydpi_values[
MAX_RESOLUTIONS
]; /* possible y resolutions */
H
A
D
gt68xx_high.h
282
GT68xx_Calibration calibrations[
MAX_RESOLUTIONS
];
H
A
D
p5_device.c
645
if (j >
MAX_RESOLUTIONS
)
in build_correction()
1113
for (i = 0; i <
MAX_RESOLUTIONS
* 2; i++)
in cleanup_calibration()
1315
while (!feof (fcalib) && (i < 2 *
MAX_RESOLUTIONS
))
in restore_calibration()
1382
while (dev->calibration_data[i] != NULL && (i < 2 *
MAX_RESOLUTIONS
))
in save_calibration()
1567
for (i = 1; i <
MAX_RESOLUTIONS
&& dev->model->xdpi_values[i] > 0; i++)
in sheetfed_calibration()
H
A
D
p5.c
1777
for (i = 0; i <
MAX_RESOLUTIONS
&& model->xdpi_values[i] > 0; i++)
in init_options()
1782
for (i = 0; i <
MAX_RESOLUTIONS
&& model->ydpi_values[i] > 0; i++)
in init_options()
1788
dpi_list = malloc ((
MAX_RESOLUTIONS
* 2 + 1) * sizeof (SANE_Word));
in init_options()
1800
for (i = 0; i <
MAX_RESOLUTIONS
&& model->xdpi_values[i] > 0; i++)
in init_options()
1806
for (i = 0; i <
MAX_RESOLUTIONS
&& model->ydpi_values[i] > 0; i++)
in init_options()
H
A
D
gt68xx_high.c
345
for(i=0;i<
MAX_RESOLUTIONS
;i++)
in gt68xx_scanner_new()
406
for (i = 0; i <
MAX_RESOLUTIONS
; i++)
in gt68xx_scanner_free()
2061
for (i = 0; i <
MAX_RESOLUTIONS
; i++)
in gt68xx_sheetfed_scanner_calibrate()
2521
for (i = 0; i <
MAX_RESOLUTIONS
&& scanner->calibrations[i].dpi > 0; i++)
in gt68xx_clear_calibration()
2572
for (i = 0; i <
MAX_RESOLUTIONS
&& scanner->calibrations[i].dpi > 0; i++)
in gt68xx_write_calibration()
Completed in 10 milliseconds