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:height_dots
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
mustek_usb.c
182
s->
height_dots
= s->height * SANE_UNFIX (s->val[OPT_RESOLUTION].w);
in calc_parameters()
186
if (s->
height_dots
> max_y)
in calc_parameters()
187
s->
height_dots
= max_y;
in calc_parameters()
200
if (s->tl_y_dots + s->
height_dots
> max_y)
in calc_parameters()
201
s->tl_y_dots = max_y - s->
height_dots
;
in calc_parameters()
211
s->params.lines = s->
height_dots
;
in calc_parameters()
652
while (s->hw->line_switch >= s->
height_dots
)
in fit_lines()
655
s->hw->line_switch -= s->
height_dots
;
in fit_lines()
1404
if (s->
height_dots
<= 0)
in sane_start()
1423
height = s->
height_dots
;
in sane_start()
[all...]
H
A
D
mustek_usb_high.h
339
SANE_Int
height_dots
;
member
H
A
D
microtek2.c
3778
ms->
height_dots
= md->shading_length;
in get_calib_params()
3780
ms->
height_dots
= mi->calib_space;
in get_calib_params()
3913
ms->
height_dots
= y2_dots - ms->y1_dots;
in get_scan_parameters()
3914
if ( ms->
height_dots
< 10 )
in get_scan_parameters()
3915
ms->
height_dots
= 10;
in get_scan_parameters()
3946
ms->y1_dots, ms->
height_dots
);
in get_scan_parameters()
4548
SW_WNDHEIGHT(POS, ms->
height_dots
);
in scsi_set_window()
H
A
D
microtek2.h
1055
SANE_Int
height_dots
; /* same for height */
member
Completed in 15 milliseconds