Searched refs:movePoint (Results 1 – 6 of 6) sorted by relevance
42 void HandleTouchMove(const Offset& movePoint);
281 void RenderDragBar::HandleTouchMove(const Offset& movePoint) in HandleTouchMove() argument284 Offset distance = movePoint - downPoint_; in HandleTouchMove()
307 auto movePoint = OffsetF(info.GetGlobalLocation().GetX(), info.GetGlobalLocation().GetY()); in HandleTouchMove() local309 OffsetF distance = movePoint - downPoint_; in HandleTouchMove()
2705 Point movePoint = GetPointFromTouchInfo(info); in MayStartToSlide() local2706 double dx = std::fabs(movePoint.GetX() - slideStartPoint_.GetX()); in MayStartToSlide()2707 double dy = std::fabs(movePoint.GetY() - slideStartPoint_.GetY()); in MayStartToSlide()2709 slideCurPoint_ = movePoint; in MayStartToSlide()
1583 auto movePoint = (*iter).CreateScalePoint(GetViewScale()); in OnTouchEvent() local1584 if (scalePoint.id == movePoint.id) { in OnTouchEvent()1585 lastMoveEvent = movePoint; in OnTouchEvent()
2581 auto movePoint = (*iter).CreateScalePoint(GetViewScale()); in CompensateTouchMoveEventFromUnhandledEvents() local2582 if (event.id == movePoint.id) { in CompensateTouchMoveEventFromUnhandledEvents()2583 history.emplace_back(movePoint); in CompensateTouchMoveEventFromUnhandledEvents()