Home
last modified time | relevance | path

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

/external/libchrome-gestures/src/
Diir_filter_interpreter.cc92 float dx = fs->position_x - hist->PrevOut(0)->position_x; in SyncInterpretImpl()
93 float dy = fs->position_y - hist->PrevOut(0)->position_y; in SyncInterpretImpl()
137 a2_.val_ * hist->PrevOut(1)->*field - in SyncInterpretImpl()
138 a1_.val_ * hist->PrevOut(0)->*field; in SyncInterpretImpl()
140 hist->NextOut()->*field = 0.5 * (fs->*field + hist->PrevOut(0)->*field); in SyncInterpretImpl()
169 PrevOut(i)->position_x += dx; in WarpBy()
170 PrevOut(i)->position_y += dy; in WarpBy()
/external/libchrome-gestures/include/
Diir_filter_interpreter.h41 FingerState* PrevOut(size_t idx) { in PrevOut() function