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

/inkscape/src/libavoid/
H A Dorthogonal.cpp2008 bool *comparable = NULL) const
2010 if (comparable)
2012 *comparable = true;
2062 // comparable, meaning they are at the same position but cannot
2068 if (comparable)
2070 *comparable = false;
2104 bool comparable = false; local
2105 bool lessThan = comparison(segment, *curr, &comparable);
2107 if (comparable && lessThan)
2109 // If it is comparable an
[all...]

Completed in 43 milliseconds