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:x_resolution_max
(Results
1 - 8
of
8
) sorted by relevance
/third_party/backends/backend/
H
A
D
teco1.h
211
#define mmToIlu(mm) (((mm) * dev->def->
x_resolution_max
) / MM_PER_INCH)
212
#define iluToMm(ilu) (((ilu) * MM_PER_INCH) / dev->def->
x_resolution_max
)
271
int
x_resolution_max
; /* maximum X dpi */
member
H
A
D
teco2.h
234
#define mmToIlu(mm) (((mm) * dev->def->
x_resolution_max
) / MM_PER_INCH)
235
#define iluToMm(ilu) (((ilu) * MM_PER_INCH) / dev->def->
x_resolution_max
)
326
int
x_resolution_max
; /* maximum X dpi */
member
H
A
D
teco2.c
3023
if (dev->x_resolution > dev->def->
x_resolution_max
)
in sane_get_parameters()
3025
dev->x_resolution = dev->def->
x_resolution_max
;
in sane_get_parameters()
3058
dev->def->
x_resolution_max
) & ~0x7;
in sane_get_parameters()
3066
((dev->width * dev->x_resolution) / dev->def->
x_resolution_max
);
in sane_get_parameters()
3070
dev->def->
x_resolution_max
!= 0))
in sane_get_parameters()
3082
((dev->width * dev->x_resolution) / dev->def->
x_resolution_max
);
in sane_get_parameters()
3086
dev->def->
x_resolution_max
!= 0))
in sane_get_parameters()
3115
(dev->length * dev->y_resolution) / dev->def->
x_resolution_max
;
in sane_get_parameters()
H
A
D
teco3.h
281
int
x_resolution_max
; /* maximum X dpi */
member
H
A
D
leo.h
276
int
x_resolution_max
; /* maximum X dpi */
member
H
A
D
teco1.c
1870
if (dev->x_resolution > dev->def->
x_resolution_max
)
in sane_get_parameters()
1872
dev->x_resolution = dev->def->
x_resolution_max
;
in sane_get_parameters()
H
A
D
teco3.c
1884
if (dev->x_resolution > dev->def->
x_resolution_max
)
in sane_get_parameters()
1886
dev->x_resolution = dev->def->
x_resolution_max
;
in sane_get_parameters()
H
A
D
leo.c
418
dev->
x_resolution_max
= B16TOI (&dev->buffer[40]);
in leo_identify_scanner()
Completed in 13 milliseconds