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_x_res
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
kvs1025_low.c
319
int min_x_res, min_y_res,
max_x_res
, max_y_res;
in CMD_read_support_info()
local
326
max_x_res
= (dev->buffer[8] << 8) | dev->buffer[9];
in CMD_read_support_info()
334
max_x_res
< max_y_res ?
max_x_res
: max_y_res;
in CMD_read_support_info()
H
A
D
canon_dr.h
186
int
max_x_res
;
member
H
A
D
fujitsu.h
173
int
max_x_res
;
member
H
A
D
fujitsu.c
1378
s->
max_x_res
= get_IN_max_x_res (in);
in init_vpd()
1379
DBG (15, " max x res: %d dpi\n", s->
max_x_res
);
in init_vpd()
2955
s->res_range.max = s->
max_x_res
;
in sane_get_option_descriptor()
2967
&& s->
max_x_res
>= reses[j] && s->min_x_res <= reses[j]
in sane_get_option_descriptor()
H
A
D
canon_dr.c
1262
s->
max_x_res
= get_IN_max_x_res (in);
in init_vpd()
1263
DBG (15, " max x res: %d dpi\n", s->
max_x_res
);
in init_vpd()
Completed in 29 milliseconds