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:hw_xres
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
avision.c
1847
DBG (dbg_level, "%s:
hw_xres
: %d, hw_yres: %d, line_difference: %d\n",
in debug_print_avdimen()
1848
func, avdimen->
hw_xres
, avdimen->hw_yres, avdimen->line_difference);
in debug_print_avdimen()
2963
s->avdimen.
hw_xres
= *hw_res;
in compute_parameters()
2970
s->avdimen.
hw_xres
,
in compute_parameters()
2973
if (!s->avdimen.
hw_xres
|| ! s->avdimen.hw_yres) {
in compute_parameters()
2981
s->avdimen.
hw_xres
= s->val[OPT_RESOLUTION].w;
in compute_parameters()
2990
s->avdimen.tlx = (long int) (s->avdimen.
hw_xres
* SANE_UNFIX (s->val[OPT_TL_X].w)
in compute_parameters()
2994
s->avdimen.brx = (long int) (s->avdimen.
hw_xres
* SANE_UNFIX (s->val[OPT_BR_X].w)
in compute_parameters()
3201
s->params.pixels_per_line = s->avdimen.hw_pixels_per_line * s->avdimen.xres / s->avdimen.
hw_xres
;
in compute_parameters()
3202
s->params.lines = s->avdimen.hw_lines * s->avdimen.xres / s->avdimen.
hw_xres
;
in compute_parameters()
[all...]
H
A
D
avision.h
373
int
hw_xres
;
member
Completed in 8 milliseconds