Searched refs:fOldSelection (Results 1 - 10 of 10) sorted by relevance

/haiku/src/apps/icon-o-matic/shape/commands/
H A DAddPointCommand.cpp30 fOldSelection(NULL),
34 fOldSelection = new int32[fOldSelectionCount];
35 memcpy(fOldSelection, selected, fOldSelectionCount * sizeof(int32));
42 delete[] fOldSelection;
72 _Select(fOldSelection, fOldSelectionCount);
H A DChangePointCommand.cpp33 fOldSelection(NULL),
39 fOldSelection = new (nothrow) int32[fOldSelectionCount];
40 memcpy(fOldSelection, selected, fOldSelectionCount * sizeof(int32));
47 delete[] fOldSelection;
106 _Select(fOldSelection, fOldSelectionCount);
H A DInsertPointCommand.cpp33 fOldSelection(NULL),
42 fOldSelection = new (nothrow) int32[count];
43 memcpy(fOldSelection, selected, count * sizeof(int32));
50 delete[] fOldSelection;
90 _Select(fOldSelection, fOldSelectionCount);
H A DRemovePointsCommand.cpp40 fOldSelection(NULL),
59 fOldSelection(NULL),
73 delete[] fOldSelection;
155 _Select(fOldSelection, fOldSelectionCount);
204 fOldSelection = new (nothrow) int32[selectionCount];
205 memcpy(fOldSelection, selection, selectionCount * sizeof(int32));
H A DAddPointCommand.h37 int32* fOldSelection; member in class:AddPointCommand
H A DChangePointCommand.h40 int32* fOldSelection; member in class:ChangePointCommand
H A DInsertPointCommand.h39 int32* fOldSelection; member in class:InsertPointCommand
H A DRemovePointsCommand.h52 int32* fOldSelection; member in class:RemovePointsCommand
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp221 fOldSelection(new Selection()),
241 delete fOldSelection;
522 *fOldSelection = *fSelection;
665 if (*fSelection != *fOldSelection) {
667 // fOldSelection->Items(),
668 // fOldSelection->CountItems(),
690 *fOldSelection = *fSelection;
694 if (*fSelection != *fOldSelection) {
696 // fOldSelection->Items(),
697 // fOldSelection
[all...]
H A DPathManipulator.h168 Selection* fOldSelection; member in class:PathManipulator

Completed in 54 milliseconds