Searched refs:fPrevPoint (Results 1 - 2 of 2) sorted by path

/haiku/src/apps/cortex/ValControl/
H A DValControlSegment.cpp100 fPrevPoint = point;
248 if (!isTracking() || fPrevPoint == point)
252 // point.x - fPrevPoint.x : 0.0;
254 point.y - fPrevPoint.y : 0.0;
264 fPrevPoint = point;
265 fPrevPoint.y -= fRemaining;
H A DValControlSegment.h168 BPoint fPrevPoint; member in class:ValControlSegment

Completed in 72 milliseconds