Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkScan_Path.cpp318 fPrevX = fFirstX; in prepost()
320 int invWidth = fLastX - fPrevX; in prepost()
322 fBlitter->blitH(fPrevX, y, invWidth); in prepost()
329 int invWidth = x - fPrevX;
331 fBlitter->blitH(fPrevX, y, invWidth);
333 fPrevX = x + width;
356 int fFirstX, fLastX, fPrevX; member in InverseBlitter
/third_party/skia/tools/viewer/
H A DTouchGesture.cpp143 rec->fStartX = rec->fPrevX = rec->fLastX = x; in appendNewRec()
231 rec.fPrevX = rec.fLastX; rec.fLastX = x; in touchMoved()
279 float dx = rec.fLastX - rec.fPrevX; in touchEnd()
H A DTouchGesture.h50 float fPrevX, fPrevY; member

Completed in 3 milliseconds