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

/inkscape/src/live_effects/
H A Dlpe-curvestitch.cpp98 Interval bndsB = B.domain(); local
100 gdouble incrementB = (bndsB.max()-bndsB.min()) / (nrofpaths-1);
102 gdouble tB = bndsB.min();
141 if (tB > bndsB.max())
142 tB = bndsB.max();

Completed in 14 milliseconds