Home
last modified time | relevance | path

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

/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_gesture_recognizer.cpp412 Pointer newSeparation; in GetPointerPath() local
426 newSeparation.px_ = vectorLength * xVector + firstSeparation.px_; in GetPointerPath()
427 newSeparation.py_ = vectorLength * yVector + firstSeparation.py_; in GetPointerPath()
429 float xNextUnitVector = nextPoint.px_ - newSeparation.px_; in GetPointerPath()
430 float yNextUnitVector = nextPoint.py_ - newSeparation.py_; in GetPointerPath()
438 pointerPath.push_back(newSeparation); in GetPointerPath()
439 firstSeparation = newSeparation; in GetPointerPath()

Completed in 1 milliseconds