MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / JitterPointsAt00InPlace

Function JitterPointsAt00InPlace

jni/stasm/misc.cpp:396–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394// So prevent that when we know all points in the shape are actually used.
395
396void JitterPointsAt00InPlace(
397 Shape& shape) // io
398{
399 for (int i = 0; i < shape.rows; i++)
400 if (!PointUsed(shape, i))
401 shape(i, IX) = XJITTER;
402}
403
404Shape JitterPointsAt00(
405 const Shape& shape) // in

Callers 3

StartShapeAndRoiFunction · 0.85
ConformShapeToMod_Method · 0.85
JitterPointsAt00Function · 0.85

Calls 1

PointUsedFunction · 0.85

Tested by

no test coverage detected