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

/inkscape/src/2geom/
H A Dint-rect.h40 typedef GenericRect<IntCoord> IntRect; typedef in namespace:Geom
44 inline OptIntRect operator&(IntRect const &a, IntRect const &b) {
49 inline OptIntRect intersect(IntRect const &a, IntRect const &b) {
55 inline IntRect unify(IntRect const &a, IntRect const &b) {
H A Dforward.h57 typedef GenericRect<IntCoord> IntRect; typedef in namespace:Geom

Completed in 48 milliseconds