Searched refs:fPrevX (Results 1 – 3 of 3) sorted by relevance
348 fPrevX = fFirstX; in prepost()350 int invWidth = fLastX - fPrevX; in prepost()352 fBlitter->blitH(fPrevX, y, invWidth); in prepost()359 int invWidth = x - fPrevX; in blitH()361 fBlitter->blitH(fPrevX, y, invWidth); in blitH()363 fPrevX = x + width; in blitH()386 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