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

/haiku/src/apps/icon-o-matic/shape/commands/
H A DInsertPointCommand.cpp37 || !fPath->GetPointOutAt(fIndex - 1, fPreviousOut)
64 fPath->GetPointOutAt(fIndex, fPointOut);
83 fPath->GetPointOutAt(fIndex - 1, fPreviousOut);
114 fPath->GetPointOutAt(fIndex - 1, fPreviousOut);
/haiku/src/libs/icon/shape/
H A DVectorPath.h120 bool GetPointOutAt(int32 index, BPoint& point) const;
H A DVectorPath.cpp593 VectorPath::GetPointOutAt(int32 index, BPoint& point) const function in class:VectorPath
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp1268 fPath->GetPointOutAt(index - 1, previousOut);

Completed in 51 milliseconds