Lines Matching defs:pointerPath
381 std::vector<Pointer> pointerPath = GetPointerPath(pointerRoute_);
383 if (pointerPath.size() == LIMIT_SIZE_TWO) {
384 int32_t swipeDirection = GetSwipeDirection(pointerPath[0], pointerPath[1]);
386 } else if (pointerPath.size() == LIMIT_SIZE_THREE) {
387 int32_t swipeDirectionH = GetSwipeDirection(pointerPath[0], pointerPath[1]);
388 int32_t swipeDirectionHV = GetSwipeDirection(pointerPath[1], pointerPath[2]);
409 std::vector<Pointer> pointerPath;
420 pointerPath.push_back(firstSeparation);
438 pointerPath.push_back(newSeparation);
454 pointerPath.push_back(nextPoint);
455 return pointerPath;