Home
last modified time | relevance | path

Searched refs:point_in_rect (Results 1 – 2 of 2) sorted by relevance

/third_party/libinput/src/
Devdev-fallback.c957 point_in_rect(&slot->point, &dispatch->arbitration.rect)) { in fallback_arbitrate_touch()
1145 if (!rect || point_in_rect(&dispatch->abs.point, rect)) in cancel_touches()
1156 if ((!rect || point_in_rect(&slot->point, rect)) && in cancel_touches()
Dlibinput-private.h895 point_in_rect(const struct device_coords *point, in point_in_rect() function