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

/inkscape/src/2geom/
H A Dint-point.h132 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 Dpoint.h246 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