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

/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp1242 scale_point(BPoint a, BPoint b, float scale) function
1272 where = scale_point(previousOut, nextIn, scale);
1274 previousOut = scale_point(previous, previousOut, scale);
1275 nextIn = scale_point(next, nextIn, 1 - scale);
1276 pointIn = scale_point(previousOut, where, scale);
1277 pointOut = scale_point(nextIn, where, 1 - scale);

Completed in 77 milliseconds