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_dpi
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/pixma/
H
A
D
pixma.c
450
unsigned
max_dpi
;
in create_dpi_list()
local
455
max_dpi
= cfg->xdpi;
in create_dpi_list()
462
max_dpi
= (cfg->tpuir_max_dpi) ? cfg->tpuir_max_dpi : cfg->xdpi;
in create_dpi_list()
470
max_dpi
= (cfg->adftpu_max_dpi) ? cfg->adftpu_max_dpi : cfg->xdpi;
in create_dpi_list()
503
while ((unsigned) ss->dpi_list[i] <
max_dpi
);
in create_dpi_list()
505
/*PDBG (pixma_dbg (4, "*create_dpi_list***** min_dpi = %d,
max_dpi
= %d\n", min_dpi,
max_dpi
));*/
in create_dpi_list()
/third_party/backends/backend/
H
A
D
mustek.c
1724
SANE_Fixed
max_dpi
, quant, half_res;
in constrain_value()
local
1727
max_dpi
= s->hw->dpi_range.max;
in constrain_value()
1728
half_res =
max_dpi
/ 2;
in constrain_value()
1733
quant =
max_dpi
/ 100;
in constrain_value()
1761
SANE_Fixed
max_dpi
, dpi;
in encode_resolution()
local
1774
max_dpi
= s->hw->dpi_range.max;
in encode_resolution()
1775
half_res =
max_dpi
/ 2;
in encode_resolution()
1780
quant =
max_dpi
/ 200;
in encode_resolution()
1785
quant =
max_dpi
/ 100;
in encode_resolution()
Completed in 10 milliseconds