Searched refs:point_in_rect (Results 1 – 2 of 2) sorted by relevance
957 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()
895 point_in_rect(const struct device_coords *point, in point_in_rect() function