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

/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp536 fLastCanvasPos = where;
537 fCanvasView->ConvertToCanvas(&fLastCanvasPos);
564 if (fLastCanvasPos == canvasWhere)
567 fLastCanvasPos = canvasWhere;
727 if (fMouseDown && fLastCanvasPos == canvasWhere)
730 fLastCanvasPos = canvasWhere;
886 _SetModeForMousePos(fLastCanvasPos);
1055 _SetModeForMousePos(fLastCanvasPos);
1207 fTransformBox->MouseMoved(fLastCanvasPos);
1214 _SetModeForMousePos(fLastCanvasPos);
[all...]
H A DPathManipulator.h156 BPoint fLastCanvasPos; member in class:PathManipulator

Completed in 41 milliseconds