Searched refs:yint (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/2geom/
H A Dd2.h529 OptInterval yint = bounds_fast(s[Y], order); local
530 if (yint) {
531 retval = Rect(*xint, *yint);
539 OptInterval yint = bounds_local(s[Y], i, order); local
540 if (xint && yint) {
541 retval = Rect(*xint, *yint);
/inkscape/share/extensions/
H A Dvoronoi.py519 yint = (e2.c*e1.a - e1.c*e2.a) / d
534 return Site(xint,yint)

Completed in 3090 milliseconds