Searched refs:RemovePoint (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/icon-o-matic/shape/commands/
H A DRotatePathIndicesCommand.cpp86 fPath->RemovePoint(removeIndex);
H A DAddPointCommand.cpp70 if (fPath->RemovePoint(fIndex)) {
H A DInsertPointCommand.cpp80 if (fPath->RemovePoint(fIndex)) {
H A DSplitPointsCommand.cpp134 if (fPath->RemovePoint(index)) {
H A DRemovePointsCommand.cpp145 if (!fPath->RemovePoint(fIndex[i] - i)) {
/haiku/src/libs/icon/shape/
H A DVectorPath.h103 bool RemovePoint(int32 index);
H A DVectorPath.cpp417 VectorPath::RemovePoint(int32 index) function in class:VectorPath
916 if (RemovePoint(i - 1)) {
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp1325 if (!fPath->RemovePoint(selection.IndexAt(i) - i))
1338 if (fPath->RemovePoint(index)) {

Completed in 98 milliseconds