Searched defs:half (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/livarot/
H A Dsweep-event.cpp44 int const half = (curInd - 1) / 2; local
45 int const no = inds[half];
49 events[n].ind = half;
51 inds[half] = n;
57 curInd = half;
128 int const half = (curInd - 1) / 2; local
129 int const no = inds[half];
133 events[to].ind = half;
135 inds[half] = to;
141 curInd = half;
[all...]

Completed in 13 milliseconds