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

/inkscape/src/2geom/
H A Dutils.h43 inline bool logical_xor (bool a, bool b) { return (a || b) && !(a && b); } function in namespace:Geom

Completed in 120 milliseconds