Searched defs:LexGreaterRt (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/2geom/ | ||
H A D | int-point.h | 132 struct LexGreaterRt { struct in class:Geom::IntPoint 133 LexGreaterRt(Dim2 d) : dim(d) {} function in struct:Geom::IntPoint::LexGreaterRt 163 inline bool IntPoint::LexGreaterRt::operator()(IntPoint const &a, IntPoint const &b) const { |
H A D | point.h | 246 struct LexGreaterRt { struct in class:Geom::Point 247 LexGreaterRt(Dim2 d) : dim(d) {} function in struct:Geom::Point::LexGreaterRt 299 inline bool Point::LexGreaterRt::operator()(Point const &a, Point const &b) const { |
Completed in 114 milliseconds