Searched refs:GetPointerById (Results 1 – 2 of 2) sorted by relevance
171 const Pointer& GetPointerById(uint32_t id) const in GetPointerById() function228 float currentX = GetHistory(0)->GetPointerById(id).coordX; in RecentCoordinatesAreIdentical()229 float currentY = GetHistory(0)->GetPointerById(id).coordY; in RecentCoordinatesAreIdentical()230 float previousX = GetHistory(1)->GetPointerById(id).coordX; in RecentCoordinatesAreIdentical()231 float previousY = GetHistory(1)->GetPointerById(id).coordY; in RecentCoordinatesAreIdentical()
427 const Pointer& currentCoords = current->GetPointerById(id); in ResampleCoordinates()434 const Pointer& otherCoords = other->GetPointerById(id); in ResampleCoordinates()485 const Pointer& resampleCoords = state.lastResample.GetPointerById(id); in RewriteMessage()