Home
last modified time | relevance | path

Searched refs:fLastUpP (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tools/viewer/
H A DTouchGesture.cpp118 fLastUpP.set(0, 0); in resetTouchState()
328 if (SkPoint::Length(fLastUpP.fX - x, in handleDblTap()
329 fLastUpP.fY - y) <= MAX_DBL_TAP_DISTANCE) { in handleDblTap()
340 fLastUpP.set(x, y); in handleDblTap()
H A DTouchGesture.h81 SkPoint fLastUpP; member in TouchGesture

Completed in 1 milliseconds