Searched refs:focusXY (Results 1 – 1 of 1) sorted by relevance
299 ZOOM_FOCUS_COORDINATE focusXY = {0.0f, 0.0f}; in RecognizeInZoomStateDownEvent() local300 CalcFocusCoordinate(event, focusXY); in RecognizeInZoomStateDownEvent()301 lastScrollFocusX_ = focusXY.centerX; in RecognizeInZoomStateDownEvent()302 lastScrollFocusY_ = focusXY.centerY; in RecognizeInZoomStateDownEvent()303 float span = CalcScaleSpan(event, focusXY); in RecognizeInZoomStateDownEvent()