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:device_coords
(Results
1 - 15
of
15
) sorted by relevance
/third_party/libinput/src/
H
A
D
evdev-fallback.h
80
struct
device_coords
point;
81
struct
device_coords
hysteresis_center;
98
struct
device_coords
point;
107
struct
device_coords
hysteresis_margin;
111
struct
device_coords
rel;
115
struct
device_coords
lo_res;
116
struct
device_coords
hi_res;
H
A
D
evdev-mt-touchpad.h
190
struct
device_coords
point;
211
struct
device_coords
point;
222
struct
device_coords
center;
232
struct
device_coords
center;
241
struct
device_coords
initial;
248
struct
device_coords
initial;
258
struct
device_coords
initial;
263
struct
device_coords
first; /* first coordinates if is_palm == true */
268
struct
device_coords
initial;
339
struct
device_coords
margi
[all...]
H
A
D
evdev.h
198
struct
device_coords
dimensions;
201
struct
device_coords
min, max;
407
struct
device_coords
*point);
411
struct
device_coords
*point);
711
static inline struct
device_coords
712
evdev_hysteresis(const struct
device_coords
*in,
in evdev_hysteresis()
713
const struct
device_coords
*center,
in evdev_hysteresis()
714
const struct
device_coords
*margin)
in evdev_hysteresis()
724
struct
device_coords
result;
in evdev_hysteresis()
877
const struct
device_coords
*unit
in evdev_device_unit_delta_to_mm()
[all...]
H
A
D
libinput-private.h
48
struct
device_coords
{
struct
433
struct
device_coords
point;
633
const struct
device_coords
*point);
671
const struct
device_coords
*point);
678
const struct
device_coords
*point);
816
device_delta(const struct
device_coords
a, const struct
device_coords
b)
in device_delta()
827
device_average(const struct
device_coords
a, const struct
device_coords
b)
in device_average()
961
point_in_rect(const struct
device_coords
*poin
[all...]
H
A
D
evdev-fallback.c
135
struct
device_coords
point;
in fallback_filter_defuzz_touch()
212
struct
device_coords
point;
in fallback_flush_absolute_motion()
231
struct
device_coords
point;
in fallback_flush_mt_down()
269
struct
device_coords
point;
in fallback_flush_mt_motion()
356
struct
device_coords
point;
in fallback_flush_st_down()
390
struct
device_coords
point;
in fallback_flush_st_motion()
811
struct
device_coords
point = slot->point;
in fallback_arbitrate_touch()
1010
struct
device_coords
point;
in cancel_touches()
H
A
D
evdev-tablet.h
62
struct
device_coords
last_smooth_point;
H
A
D
evdev-mt-touchpad-thumb.c
277
struct
device_coords
distance;
in tp_thumb_update_multifinger()
388
struct
device_coords
edges;
in tp_init_thumb()
H
A
D
evdev-mt-touchpad-edge-scroll.c
310
struct
device_coords
edges;
in tp_edge_scroll_init()
425
struct
device_coords
raw;
in tp_edge_scroll_post_events()
H
A
D
evdev-mt-touchpad.c
121
struct
device_coords
delta;
in tp_calculate_motion_speed()
190
const struct
device_coords
* prev_point;
in tp_detect_wobbling()
478
struct
device_coords
481
struct
device_coords
delta;
in tp_get_delta()
482
const struct
device_coords
zero = { 0.0, 0.0 };
in tp_get_delta()
804
struct
device_coords
delta;
in tp_unpin_finger()
1487
struct
device_coords
delta;
in tp_detect_jumps()
3348
struct
device_coords
edges;
in tp_init_palmdetect_edge()
H
A
D
evdev-mt-touchpad-gestures.c
108
struct
device_coords
d;
in tp_get_touches_delta()
293
struct
device_coords
delta;
in tp_gesture_mm_moved()
870
struct
device_coords
delta;
in tp_gesture_detect_motion_gestures()
H
A
D
evdev-mt-touchpad-buttons.c
498
struct
device_coords
delta;
in tp_button_check_for_movement()
629
struct
device_coords
edges;
in tp_init_softbuttons()
689
struct
device_coords
edges;
in tp_init_top_softbuttons()
H
A
D
libinput.c
180
struct
device_coords
absolute;
195
struct
device_coords
point;
2464
const struct
device_coords
*point)
in pointer_notify_motion_absolute()
2646
const struct
device_coords
*point)
in touch_notify_touch_down()
2672
const struct
device_coords
*point)
in touch_notify_touch_motion()
H
A
D
evdev-totem.c
42
struct
device_coords
last_point;
H
A
D
evdev.c
363
struct
device_coords
*point)
in evdev_transform_absolute()
373
struct
device_coords
*point)
in evdev_transform_relative()
H
A
D
evdev-tablet.c
491
struct
device_coords
delta = { 0, 0 };
in tablet_tool_process_delta()
Completed in 32 milliseconds