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

/inkscape/src/live_effects/
H A Dlpe-curvestitch.cpp170 OptInterval bndsX = bounds_exact(d2pw[0]); local
172 if (bndsX && bndsY) {
173 Point start(bndsX->min(), (bndsY->max()+bndsY->min())/2);
174 Point end(bndsX->max(), (bndsY->max()+bndsY->min())/2);

Completed in 19 milliseconds