Searched refs:GetPointInAt (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/icon-o-matic/shape/commands/
H A DInsertPointCommand.cpp38 || !fPath->GetPointInAt(fIndex + 1, fNextIn))) {
63 fPath->GetPointInAt(fIndex, fPointIn);
87 fPath->GetPointInAt(fIndex, fNextIn);
118 fPath->GetPointInAt(fIndex + 1, fNextIn);
/haiku/src/libs/icon/shape/
H A DVectorPath.h119 bool GetPointInAt(int32 index, BPoint& point) const;
H A DVectorPath.cpp580 VectorPath::GetPointInAt(int32 index, BPoint& point) const function in class:VectorPath
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp1270 fPath->GetPointInAt(index, nextIn);

Completed in 1537 milliseconds