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

/inkscape/src/libavoid/
H A Dconnector.cpp1298 bool converging = false; local
1310 converging = true;
1330 if (a1_eq_b1 || converging)
1332 if (!converging)
1351 // If here and not converging, then we know that a2 != b2
1353 COLA_ASSERT(converging || !a2_eq_b2);
1365 if (converging)

Completed in 17 milliseconds