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

/inkscape/src/2geom/
H A Dconcepts.h117 bool bool_; member in struct:Geom::ShapeConcept
128 bool_ = (shape == shape);
129 bool_ = (shape != other);
130 bool_ = shape.isDegenerate();
131 //bool_ = are_near(shape, other, c);
141 bool bool_; member in struct:Geom::EqualityComparableConcept
143 bool_ = (a == b);
144 bool_ = (a != b);
H A Dtransforms.h54 bool bool_; member in struct:Geom::TransformConcept
66 bool_ = (t == t);
67 bool_ = (t != t);
70 bool_ = are_near(t, t2);
71 bool_ = are_near(t, t2, epsilon);

Completed in 11 milliseconds