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:iDpi
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
hp5400.h
112
* the
iDpi
but maybe we want it separate. This is because while this field
120
int
iDpi
; /* horizontal resolution */
member
H
A
D
hp5400_internal.c
1018
HP5400_DBG (DBG_MSG, " dpi(x) : %d\n", params->
iDpi
);
in hp5400_scan()
1029
req.dpix = htons (params->
iDpi
);
in hp5400_scan()
1041
req.flags3 = htons ((params->
iDpi
< 2400) ? 0x18E8 : 0x18C0); /* Try preview scan */
in hp5400_scan()
1047
if (Calibrate (iHandle, params->
iDpi
) != 0)
in hp5400_scan()
1080
params.
iDpi
= 75;
in PreviewScan()
1152
req.dpix = htons (pParams->
iDpi
); /* = 300 dpi */
in InitScan()
1173
if (Calibrate (pHWParams->iXferHandle, pParams->
iDpi
) != 0)
in InitScan()
H
A
D
niash_core.h
58
int
iDpi
; /* horizontal resolution */
member
H
A
D
niash_core.c
572
WriteRegWord (iHandle, 0x0C, pParams->
iDpi
);
in InitNiashCommon()
575
iWidthHW = pParams->iWidth * (HW_DPI / pParams->
iDpi
);
in InitNiashCommon()
647
switch (pParams->
iDpi
)
in InitScan()
654
DBG (DBG_ERR, "Invalid dpi (%d)\n", pParams->
iDpi
);
in InitScan()
1232
Params.
iDpi
= HW_DPI;
in SimpleCalibExt()
H
A
D
niash.c
1263
_SaneEmulateScaling (int
iDpi
)
in _SaneEmulateScaling()
argument
1265
if (
iDpi
== 75)
in _SaneEmulateScaling()
1295
s->ScanParams.
iDpi
= s->aValues[optDPI].w * iScaleDown;
in sane_start()
H
A
D
hp5400_sane.c
1218
s->ScanParams.
iDpi
= s->aValues[optDPI].w;
in sane_start()
Completed in 9 milliseconds