Searched refs:SetPointOut (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/icon-o-matic/shape/commands/
H A DInsertPointCommand.cpp84 fPath->SetPointOut(fIndex - 1, previousOut);
115 fPath->SetPointOut(fIndex - 1, previousOut);
/haiku/src/libs/icon/shape/
H A DVectorPath.h112 bool SetPointOut(int32 index, BPoint point,
H A DVectorPath.cpp515 VectorPath::SetPointOut(int32 i, BPoint point, bool mirrorDist) function in class:VectorPath
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp596 fPath->SetPointOut(fCurrentPathPoint, canvasWhere, true);
608 fPath->SetPointOut(fCurrentPathPoint, canvasWhere);
1282 fPath->SetPointOut(index, pointOut);
1289 fPath->SetPointOut(index - 1, previousOut);
1361 fPath->SetPointOut(index, p);
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp178 path->SetPointOut(start, vector1);

Completed in 55 milliseconds