Searched refs:WithRawCoordsMatcher (Results 1 – 1 of 1) sorted by relevance
337 class WithRawCoordsMatcher {340 explicit WithRawCoordsMatcher(size_t pointerIndex, float rawX, float rawY) in WithRawCoordsMatcher() function372 inline WithRawCoordsMatcher WithRawCoords(float rawX, float rawY) { in WithRawCoords()373 return WithRawCoordsMatcher(0, rawX, rawY); in WithRawCoords()376 inline WithRawCoordsMatcher WithPointerRawCoords(size_t pointerIndex, float rawX, float rawY) { in WithPointerRawCoords()377 return WithRawCoordsMatcher(pointerIndex, rawX, rawY); in WithPointerRawCoords()