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

/inkscape/src/livarot/
H A Dsweep-event.cpp42 int curInd = n; local
43 while (curInd > 0) {
44 int const half = (curInd - 1) / 2;
50 events[no].ind = curInd;
52 inds[curInd] = no;
57 curInd = half;
124 int curInd = n; local
127 while (curInd > 0) {
128 int const half = (curInd - 1) / 2;
134 events[no].ind = curInd;
[all...]

Completed in 16 milliseconds