Searched refs:maxbx (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); 176 return !( ( minax > maxbx ) || ( minay > maxby ) |
Completed in 38 milliseconds