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

/inkscape/src/libavoid/
H A Dorthogonal.cpp662 bool overlaps(const LineSegment& rhs) const
1027 if (curr->overlaps(segment))
1031 // This is not the first segment that overlaps,
2142 bool overlaps = false; local
2148 overlaps = true;
2152 if (overlaps)
/inkscape/src/
H A Ddocument.cpp1263 static bool overlaps(Geom::Rect const &area, Geom::Rect const &box) function
1455 return find_items_in_area(x, SP_GROUP(this->root), dkey, box, overlaps, false, into_groups);
/inkscape/src/ui/tools/
H A Dmeasure-tool.cpp133 bool overlaps = false; local
134 for (size_t j = i; (j > 0) && !overlaps; --j) {
138 overlaps = true;
141 if (overlaps) {

Completed in 625 milliseconds