Searched defs:tstSi (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/livarot/ | ||
H A D | Shape.cpp | 1687 int tstSi = 0; local 1688 if (si > 0.000001) tstSi = 1; 1689 if (si < -0.000001) tstSi = -1; 1690 if ( tstSi == 0 ) { 1694 return tstSi; |
Completed in 17 milliseconds