Searched refs:nextIn (Results 1 – 2 of 2) sorted by relevance
/haiku/src/apps/icon-o-matic/shape/commands/ |
H A D | InsertPointCommand.cpp | 86 BPoint nextIn = fNextIn; in Undo() local 88 fPath->SetPointIn(fIndex, nextIn); in Undo() 117 BPoint nextIn = fNextIn; in Redo() local 119 fPath->SetPointIn(fIndex + 1, nextIn); in Redo()
|
/haiku/src/apps/icon-o-matic/shape/ |
H A D | PathManipulator.cpp | 1261 BPoint nextIn; in _InsertPoint() local 1270 fPath->GetPointInAt(index, nextIn); in _InsertPoint() 1272 where = scale_point(previousOut, nextIn, scale); in _InsertPoint() 1275 nextIn = scale_point(next, nextIn, 1 - scale); in _InsertPoint() 1277 pointOut = scale_point(nextIn, where, 1 - scale); in _InsertPoint() 1290 fPath->SetPointIn(index + 1, nextIn); in _InsertPoint()
|