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

/inkscape/src/2geom/
H A Dd2.h527 OptInterval xint = bounds_fast(s[X], order); local
528 if (xint) {
531 retval = Rect(*xint, *yint);
538 OptInterval xint = bounds_local(s[X], i, order); local
540 if (xint && yint) {
541 retval = Rect(*xint, *yint);

Completed in 11 milliseconds