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

/inkscape/src/2geom/
H A Drecursive-bezier-intersection.cpp172 double minbx, maxbx, minby, maxby; local
173 b.bounds(minbx, maxbx, minby, maxby);
176 return !( ( minax > maxbx ) || ( minay > maxby )

Completed in 13 milliseconds