Searched refs:WithCoordsMatcher (Results 1 – 1 of 1) sorted by relevance
279 class WithCoordsMatcher {282 explicit WithCoordsMatcher(size_t pointerIndex, float x, float y) in WithCoordsMatcher() function328 inline WithCoordsMatcher WithCoords(float x, float y) { in WithCoords()329 return WithCoordsMatcher(0, x, y); in WithCoords()332 inline WithCoordsMatcher WithPointerCoords(size_t pointerIndex, float x, float y) { in WithPointerCoords()333 return WithCoordsMatcher(pointerIndex, x, y); in WithPointerCoords()