Searched defs:minby (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/2geom/ | ||
H A D | recursive-bezier-intersection.cpp | 172 double minbx, maxbx, minby, maxby; local 173 b.bounds(minbx, maxbx, minby, maxby); 177 || ( minbx > maxax ) || ( minby > maxay ) ); |
Completed in 12 milliseconds