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

/inkscape/src/livarot/
H A Dfloat-line.cpp467 float leftV = 0; // deltas in coverage value at this position local
472 // more precisely, leftV is the sum of decreases of coverage value,
473 // while rightV is the sum of increases, so that leftV+rightV is the delta.
478 leftV += bords[i].val;
524 totStart += rightV - leftV;
H A Dint-line.cpp122 float leftV = 0; local
127 leftV += bords[i].val;
138 AddRun(lastStart, cur, lastVal, leftV + midV);

Completed in 14 milliseconds