Searched refs:nextIn (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/icon-o-matic/shape/commands/
H A DInsertPointCommand.cpp86 BPoint nextIn = fNextIn; local
88 fPath->SetPointIn(fIndex, nextIn);
117 BPoint nextIn = fNextIn; local
119 fPath->SetPointIn(fIndex + 1, nextIn);
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp1261 BPoint nextIn; local
1270 fPath->GetPointInAt(index, nextIn);
1272 where = scale_point(previousOut, nextIn, scale);
1275 nextIn = scale_point(next, nextIn, 1 - scale);
1277 pointOut = scale_point(nextIn, where, 1 - scale);
1290 fPath->SetPointIn(index + 1, nextIn);

Completed in 39 milliseconds