Searched refs:fPrevX (Results 1 – 3 of 3) sorted by relevance
316 fPrevX = fFirstX; in prepost()318 int invWidth = fLastX - fPrevX; in prepost()320 fBlitter->blitH(fPrevX, y, invWidth); in prepost()327 int invWidth = x - fPrevX; in blitH()329 fBlitter->blitH(fPrevX, y, invWidth); in blitH()331 fPrevX = x + width; in blitH()354 int fFirstX, fLastX, fPrevX; member in InverseBlitter
139 rec->fStartX = rec->fPrevX = rec->fLastX = x; in appendNewRec()228 rec.fPrevX = rec.fLastX; rec.fLastX = x; in touchMoved()277 float dx = rec.fLastX - rec.fPrevX; in touchEnd()
56 float fPrevX, fPrevY; member