Home
last modified time | relevance | path

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

/third_party/skia/tools/viewer/
H A DTouchGesture.cpp132 if (fFlinger.isActive()) { in localM()
133 if (!fFlinger.evaluateMatrix(&fLocalM)) { in localM()
163 fFlinger.stop(); in touchBegin()
283 fFlinger.reset(dx / dur, dy / dur); in touchEnd()
301 if (fFlinger.isActive()) { in isFling()
303 fFlinger.get(dir, &speed); in isFling()
330 fFlinger.stop(); in handleDblTap()
H A DTouchGesture.h25 bool isActive() { return fFlinger.isActive(); } in isActive()
26 void stop() { fFlinger.stop(); } in stop()
79 FlingState fFlinger; member in TouchGesture

Completed in 2 milliseconds