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

/inkscape/src/2geom/
H A Drect.h188 OptRect(OptInterval const &x_int, OptInterval const &y_int) : Base(x_int, y_int) {} argument
H A Dgeneric-rect.h369 GenericOptRect(OptCInterval const &x_int, OptCInterval const &y_int) { argument
370 if (x_int && y_int) {
371 *this = CRect(*x_int, *y_int);

Completed in 11 milliseconds