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:dpi_x
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
canon_dr.c
2089
s->u.
dpi_x
= s->basic_x_res;
in init_user()
3338
*val_p = s->u.
dpi_x
;
in sane_control_option()
3755
if (s->u.
dpi_x
== val_c && s->u.dpi_y == val_c)
in sane_control_option()
3758
s->u.
dpi_x
= val_c;
in sane_control_option()
4776
get_R_PSIZE_width(in) * s->u.
dpi_x
/ 1200,
in get_pixelsize()
4783
int remainder = (get_R_PSIZE_width(in) * s->u.
dpi_x
/ 1200) % 8;
in get_pixelsize()
4787
int rounded_up = (8 - remainder) + (get_R_PSIZE_width(in) * s->u.
dpi_x
/ 1200);
in get_pixelsize()
4789
s->u.br_x = rounded_up * 1200 / s->u.
dpi_x
;
in get_pixelsize()
4867
s->valid_x, s->i.page_x, get_page_width(s), s->i.
dpi_x
);
in sane_get_parameters()
4893
s->u.width = (s->u.br_x - s->u.tl_x) * s->u.
dpi_x
/ 120
in update_params()
[all...]
H
A
D
u12.c
1558
double
dpi_x
, dpi_y;
in sane_start()
local
1618
dpi_x
= (double)dev->dpi_max_x;
in sane_start()
1621
left = (int)(SANE_UNFIX(s->val[OPT_TL_X].w)*
dpi_x
/
in sane_start()
1622
(_MM_PER_INCH*(
dpi_x
/_MEASURE_BASE)));
in sane_start()
1626
dpi_x
/ (_MM_PER_INCH *(
dpi_x
/_MEASURE_BASE)));
in sane_start()
H
A
D
plustek.c
2393
double
dpi_x
, dpi_y;
in local_sane_start()
local
2449
dpi_x
= (double)dev->usbDev.Caps.OpticDpi.x;
in local_sane_start()
2452
left = (int)(SANE_UNFIX (s->val[OPT_TL_X].w)*
dpi_x
/
in local_sane_start()
2453
(MM_PER_INCH*(
dpi_x
/300.0)));
in local_sane_start()
2457
dpi_x
/ (MM_PER_INCH *(
dpi_x
/300.0)));
in local_sane_start()
H
A
D
canon_dr.h
93
int
dpi_x
; /*these are in dpi */
member
H
A
D
hp5590_cmds.c
215
uint16_t
dpi_x
; /*
member
317
uint16_t line_width; /* Based on current .
dpi_x
1553
scan_params.
dpi_x
= htons (scanner_dpi);
in hp5590_set_scan_area()
Completed in 17 milliseconds