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

/inkscape/src/2geom/
H A Dint-point.h123 template <Dim2 d> struct LexGreater;
150 template<> struct IntPoint::LexGreater<X> { struct in class:Geom::IntPoint
155 template<> struct IntPoint::LexGreater<Y> { struct in class:Geom::IntPoint
164 return dim ? IntPoint::LexGreater<Y>()(a, b) : IntPoint::LexGreater<X>()(a, b);
H A Dpoint.h237 template <Dim2 DIM> struct LexGreater;
278 template<> struct Point::LexGreater<X> { struct in class:Geom::Point
287 template<> struct Point::LexGreater<Y> { struct in class:Geom::Point
300 return dim ? Point::LexGreater<Y>()(a, b) : Point::LexGreater<X>()(a, b);

Completed in 77 milliseconds