Searched refs:received_point (Results 1 – 1 of 1) sorted by relevance
282 PP_TouchPoint received_point = touch_input_event_interface_-> in AreEquivalentEvents() local285 if (expected_point.id != received_point.id || in AreEquivalentEvents()286 expected_point.radius != received_point.radius || in AreEquivalentEvents()287 expected_point.rotation_angle != received_point.rotation_angle || in AreEquivalentEvents()288 expected_point.pressure != received_point.pressure) in AreEquivalentEvents()291 if (expected_point.position.x != received_point.position.x || in AreEquivalentEvents()292 expected_point.position.y != received_point.position.y) in AreEquivalentEvents()