Home
last modified time | relevance | path

Searched refs:fPrevX (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkScan_Path.cpp316 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
/external/skia/src/views/
DSkTouchGesture.cpp139 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()
/external/skia/include/views/
DSkTouchGesture.h56 float fPrevX, fPrevY; member