Searched refs:getXYValue (Results 1 – 7 of 7) sorted by relevance
120 motion->pointerCoords[i].getXYValue()); in toProtoWindowDispatchEvent()
48 entry.pointerCoords[0].getXYValue()); in verifiedMotionEventFromMotionEntry()
213 const vec2 xy = transform.transform(spotCoords[index].getXYValue()); in setSpots()
1069 const vec2 xy = calculateTransformedXYUnchecked(source, transform, coords.getXYValue()); in calculateTransformedAxisValue()1097 const vec2 xy = calculateTransformedXYUnchecked(source, transform, coords.getXYValue()); in calculateTransformedCoordsInPlace()
499 vec2 getXYValue() const { return vec2(getX(), getY()); } in getXYValue() function
3492 auto cursorPosition = mPointerSimple.currentCoords.getXYValue(); in dispatchPointerSimple()
7340 motionArgs.pointerCoords[0].getXYValue()); in TEST_F()8890 const auto xy = transform.transform(motionArgs.pointerCoords[0].getXYValue()); in testNotifyMotion()