Searched refs:getXYValue (Results 1 – 5 of 5) sorted by relevance
422 const vec2 xy = transform.transform(getXYValue()); in transform()898 const vec2 xy = calculateTransformedXYUnchecked(source, transform, coords.getXYValue()); in calculateTransformedAxisValue()928 const vec2 xy = calculateTransformedXYUnchecked(source, transform, coords.getXYValue()); in calculateTransformedCoords()
205 const vec2 xy = transform.transform(spotCoords[index].getXYValue()); in setSpots()
46 entry.pointerCoords[0].getXYValue()); in verifiedMotionEventFromMotionEntry()
394 vec2 getXYValue() const { return vec2(getX(), getY()); } in getXYValue() function
3527 motionArgs.pointerCoords[0].getXYValue()); in TEST_F()4190 const auto xy = transform.transform(motionArgs.pointerCoords->getXYValue()); in testNotifyMotion()