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

/inkscape/src/2geom/
H A Dint-rect.h41 typedef GenericOptRect<IntCoord> OptIntRect; typedef in namespace:Geom
44 inline OptIntRect operator&(IntRect const &a, IntRect const &b) {
45 OptIntRect ret(a);
49 inline OptIntRect intersect(IntRect const &a, IntRect const &b) {
52 inline OptIntRect intersect(OptIntRect const &a, OptIntRect const &b) {
58 inline OptIntRect unify(OptIntRect const &a, OptIntRect cons
[all...]
H A Dforward.h58 typedef GenericOptRect<IntCoord> OptIntRect; typedef in namespace:Geom

Completed in 98 milliseconds