Home
last modified time | relevance | path

Searched refs:touchPoint (Results 1 – 1 of 1) sorted by relevance

/external/skia/tools/viewer/
DViewer.cpp851 SkPoint touchPoint = fDefaultMatrixInv.mapXY(x, y); in onTouch() local
858 fGesture.touchBegin(castedOwner, touchPoint.fX, touchPoint.fY); in onTouch()
862 fGesture.touchMoved(castedOwner, touchPoint.fX, touchPoint.fY); in onTouch()