Lines Matching refs:POINT
156 void HUDSlider::drag(const IntPoint& point, bool start)
162 int relativeX = point.x() - m_rect.location().x();
164 m_dragStartOffset = point.x() - m_buttonPosition;
169 m_buttonPosition = max(0, min(m_rect.width() - m_buttonSize, point.x() - m_dragStartOffset));
464 POINT sourcePoint = {0, 0};
465 POINT
514 void FullscreenVideoController::onMouseDown(const IntPoint& point)
516 IntPoint convertedPoint(fullScreenToHUDCoordinates(point));
553 void FullscreenVideoController::onMouseMove(const IntPoint& point)
555 IntPoint convertedPoint(fullScreenToHUDCoordinates(point));
568 void FullscreenVideoController::onMouseUp(const IntPoint& point)
570 IntPoint convertedPoint(fullScreenToHUDCoordinates(point));