Searched refs:fPrevX (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/core/ |
D | SkScan_Path.cpp | 318 fPrevX = fFirstX; in prepost() 320 int invWidth = fLastX - fPrevX; in prepost() 322 fBlitter->blitH(fPrevX, y, invWidth); in prepost() 329 int invWidth = x - fPrevX; in blitH() 331 fBlitter->blitH(fPrevX, y, invWidth); in blitH() 333 fPrevX = x + width; in blitH() 356 int fFirstX, fLastX, fPrevX; member in InverseBlitter
|
/external/skqp/src/core/ |
D | SkScan_Path.cpp | 319 fPrevX = fFirstX; in prepost() 321 int invWidth = fLastX - fPrevX; in prepost() 323 fBlitter->blitH(fPrevX, y, invWidth); in prepost() 330 int invWidth = x - fPrevX; in blitH() 332 fBlitter->blitH(fPrevX, y, invWidth); in blitH() 334 fPrevX = x + width; in blitH() 357 int fFirstX, fLastX, fPrevX; member in InverseBlitter
|
/external/skia/tools/viewer/ |
D | TouchGesture.cpp | 143 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()
|
D | TouchGesture.h | 50 float fPrevX, fPrevY; member
|
/external/skqp/tools/viewer/ |
D | TouchGesture.cpp | 143 rec->fStartX = rec->fPrevX = rec->fLastX = x; in appendNewRec() 230 rec.fPrevX = rec.fLastX; rec.fLastX = x; in touchMoved() 280 float dx = rec.fLastX - rec.fPrevX; in touchEnd()
|
D | TouchGesture.h | 46 float fPrevX, fPrevY; member
|