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

/inkscape/src/livarot/
H A Dfloat-line.cpp468 float rightV = 0; local
473 // while rightV is the sum of increases, so that leftV+rightV is the delta.
503 rightV += bords[i].val;
524 totStart += rightV - leftV;
H A Dint-line.cpp123 float rightV = 0; local
132 rightV += bords[i].val;
142 lastVal = midV + rightV;

Completed in 20 milliseconds