Searched defs:abc (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libavoid/
H A Dconnector.cpp651 int abc = vecDir(a, b, c); local
653 db_printf("(abc == %d) ", abc);
656 if (abc == 0)
663 else // (abc != 0)
678 if ((abc > 0) && (abd >= 0) && (bce >= 0))
685 if ((abc < 0) && (abe <= 0) && (bcd <= 0))

Completed in 18 milliseconds