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

/inkscape/src/live_effects/
H A Dlpe-curvestitch.cpp171 OptInterval bndsY = bounds_exact(d2pw[1]); 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 13 milliseconds