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

/inkscape/src/2geom/
H A Dgeneric-interval.h53 typedef typename CoordTraits<C>::IntervalType CInterval; typedef in class:Geom::GenericInterval
81 static CInterval from_range(InputIterator start, InputIterator end) {
83 CInterval result(*start++);
88 static CInterval from_array(C const *c, unsigned n) {
89 CInterval result = from_range(c, c+n);
121 bool contains(CInterval const &val) const {
125 bool intersects(CInterval const &val) const {
185 void unionWith(CInterval const &a) {
213 Self &operator+=(CInterval const &o) {
222 Self &operator-=(CInterval cons
[all...]
H A Dgeneric-rect.h61 typedef typename CoordTraits<C>::IntervalType CInterval; typedef in class:Geom::GenericRect
66 CInterval f[2];
68 typedef CInterval D1Value;
69 typedef CInterval &D1Reference;
70 typedef CInterval const &D1ConstReference;
75 GenericRect() { f[X] = f[Y] = CInterval(); }
77 GenericRect(CInterval const &a, CInterval const &b) {
83 f[X] = CInterval(a[X], b[X]);
84 f[Y] = CInterval(
351 typedef typename CoordTraits<C>::IntervalType CInterval; typedef in class:Geom::GenericOptRect
[all...]

Completed in 29 milliseconds