Searched defs:OptRect (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/2geom/ | ||
H A D | rect.h | 136 inline bool interiorContains(OptRect const &r) const; 179 class OptRect class in namespace:Geom 184 OptRect() : Base() {} function in class:Geom::OptRect 185 OptRect(Rect const &a) : Base(a) {} function in class:Geom::OptRect 186 OptRect(Point const &a, Point const &b) : Base(a, b) {} function in class:Geom::OptRect 187 OptRect(Coord x0, Coord y0, Coord x1, Coord y1) : Base(x0, y0, x1, y1) {} function in class:Geom::OptRect 188 OptRect(OptInterval const &x_int, OptInterval const &y_int) : Base(x_int, y_int) {} function in class:Geom::OptRect 189 OptRect(Base const &b) : Base(b) {} function in class:Geom::OptRect 191 OptRect(IntRect const &r) : Base(Rect(r)) {} function in class:Geom::OptRect 192 OptRect(OptIntRec function in class:Geom::OptRect [all...] |
Completed in 22 milliseconds