Searched refs:fLastPos (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/servers/app/newClipping/
H A DMyView.h30 BPoint fLastPos; member in class:MyView
H A DMyView.cpp111 fLastPos = where;
151 dx = where.x - fLastPos.x;
152 dy = where.y - fLastPos.y;
153 fLastPos = where;
173 StrokeLine(fLastPos, where);
175 fLastPos = where;

Completed in 31 milliseconds