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

/inkscape/src/live_effects/
H A Dlpe-curvestitch.cpp97 Interval bndsA = A.domain(); local
99 gdouble incrementA = (bndsA.max()-bndsA.min()) / (nrofpaths-1);
101 gdouble tA = bndsA.min();
139 if (tA > bndsA.max())
140 tA = bndsA.max();

Completed in 13 milliseconds