Searched refs:PrevOut (Results 1 – 2 of 2) sorted by relevance
92 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()
41 FingerState* PrevOut(size_t idx) { in PrevOut() function