Searched refs:_Select (Results 1 - 15 of 15) sorted by relevance

/haiku/src/apps/icon-o-matic/shape/commands/
H A DPathCommand.cpp49 // _Select
51 PathCommand::_Select(const int32* indices, int32 count, function in class:PathCommand
H A DPathCommand.h32 void _Select(const int32* indices, int32 count,
H A DAddPointCommand.cpp72 _Select(fOldSelection, fOldSelectionCount);
94 _Select(&fIndex, 1);
H A DChangePointCommand.cpp106 _Select(fOldSelection, fOldSelectionCount);
120 _Select(&fIndex, 1);
H A DInsertPointCommand.cpp90 _Select(fOldSelection, fOldSelectionCount);
121 _Select(&fIndex, 1);
H A DRemovePointsCommand.cpp124 _Select(fIndex, fCount);
155 _Select(fOldSelection, fOldSelectionCount);
H A DFlipPointsCommand.cpp105 _Select(fIndex, fCount);
H A DSplitPointsCommand.cpp148 _Select(fIndex, fCount);
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.h115 void _Select(BRect canvasRect);
116 void _Select(int32 index, bool extend = false);
117 void _Select(const int32* indices,
H A DPathManipulator.cpp450 _Select(fCurrentPathPoint, fShiftDown);
524 _Select(fCurrentPathPoint, appendSelection);
618 _Select(r);
692 _Select(fCurrentPathPoint, fShiftDown);
759 _Select(fCurrentPathPoint, false);
861 _Select(indices, count);
1236 _Select(fCurrentPathPoint, fShiftDown);
1294 _Select(fCurrentPathPoint, fShiftDown);
1397 PathManipulator::_Select(BRect r) function in class:PathManipulator
1426 PathManipulator::_Select(int3 function in class:PathManipulator
1440 PathManipulator::_Select(const int32* indices, int32 count, bool extend) function in class:PathManipulator
[all...]
/haiku/headers/os/interface/
H A DListView.h177 bool _Select(int32 index, bool extend);
178 bool _Select(int32 from, int32 to, bool extend);
/haiku/src/apps/terminal/
H A DTermView.cpp947 _Select(TermPos(0, -fTextBuffer->HistorySize()),
2634 TermView::_Select(TermPos start, TermPos end, bool inclusive, function in class:TermView
2647 //debug_printf("TermView::_Select(): (%ld, %ld) - (%ld, %ld)\n", start.x,
2715 _Select(pos, end, false, !useInitialSelection);
2717 _Select(start, pos, false, !useInitialSelection);
2719 _Select(start, end, false, false);
2762 _Select(start, end, false, false);
2764 _Select(start, end, false, !useInitialSelection);
2784 _Select(start, end, false, false);
2786 _Select(star
[all...]
H A DTermView.h233 void _Select(TermPos start, TermPos end,
H A DTermViewStates.cpp637 fView->_Select(fView->fInitialSelectionStart,
/haiku/src/kits/interface/
H A DListView.cpp1260 if (_Select(index, extend)) {
1270 if (_Select(start, finish, extend)) {
1708 BListView::_Select(int32 index, bool extend) function in class:BListView
1757 BListView::_Select(int32 from, int32 to, bool extend) function in class:BListView

Completed in 123 milliseconds