Home
last modified time | relevance | path

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

/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_gesture_recognizer.cpp410 Pointer firstSeparation = route[0]; in GetPointerPath() local
420 pointerPath.push_back(firstSeparation); in GetPointerPath()
426 newSeparation.px_ = vectorLength * xVector + firstSeparation.px_; in GetPointerPath()
427 newSeparation.py_ = vectorLength * yVector + firstSeparation.py_; in GetPointerPath()
439 firstSeparation = newSeparation; in GetPointerPath()
445 xVector = nextPoint.px_ - firstSeparation.px_; in GetPointerPath()
446 yVector = nextPoint.py_ - firstSeparation.py_; in GetPointerPath()

Completed in 2 milliseconds