Home
last modified time | relevance | path

Searched refs:resampledCoords (Results 1 - 1 of 1) sorted by relevance

/foundation/multimodalinput/input/service/event_resample/src/
H A Devent_resample.cpp426 Pointer resampledCoords; in ResampleCoordinates() local
428 resampledCoords.CopyFrom(currentCoords); in ResampleCoordinates()
435 resampledCoords.coordX = CalcCoord(currentCoords.coordX, otherCoords.coordX, alpha); in ResampleCoordinates()
436 resampledCoords.coordY = CalcCoord(currentCoords.coordY, otherCoords.coordY, alpha); in ResampleCoordinates()
438 item->second.CopyFrom(resampledCoords); in ResampleCoordinates()

Completed in 2 milliseconds