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

/haiku-fatelf/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-fatelf/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp1273 BPoint nextIn; local
1282 fPath->GetPointInAt(index, nextIn);
1284 where = scale_point(previousOut, nextIn, scale);
1287 nextIn = scale_point(next, nextIn, 1 - scale);
1289 pointOut = scale_point(nextIn, where, 1 - scale);
1302 fPath->SetPointIn(index + 1, nextIn);

Completed in 34 milliseconds