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

/haiku-fatelf/src/apps/switcher/
H A DCaptureWindow.cpp41 BPoint fLastPoint; member in class:CaptureView
100 if (point.x <= screenFrame.left && fLastPoint.x > screenFrame.left)
102 else if (point.x >= screenFrame.right && fLastPoint.x < screenFrame.right)
104 else if (point.y <= screenFrame.top && fLastPoint.y > screenFrame.top)
106 else if (point.y >= screenFrame.bottom && fLastPoint.y < screenFrame.bottom)
148 fLastPoint = point;
/haiku-fatelf/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp65 BPoint fLastPoint; member in class:ShapeIterator
78 fLastPoint = offset;
91 fLastPoint = fOffset + *point;
104 fLastPoint = fOffset + *linePts;
119 start = fLastPoint;
122 fLastPoint, fOffset + bezierPts[1], true);
123 fLastPoint = fOffset + bezierPts[2];
126 fPath->AddPoint(fLastPoint);

Completed in 54 milliseconds