Lines Matching defs:xend
591 int16_t xend = I(edge->x.quo);
594 __FUNCTION__, edge->dir, winding + edge->dir, xend, edge->x.quo));
627 assert(I(next->x.quo) >= xend);
628 if (I(next->x.quo) > xend) {
629 __DBG(("%s: end span: %d\n", __FUNCTION__, xend));
632 if (xend > c->clip.extents.x2)
633 xend = c->clip.extents.x2;
634 if (xend > xstart) {
635 __DBG(("%s: emit span [%d, %d]\n", __FUNCTION__, xstart, xend));
636 c->span(c, xstart, xend, &box);
641 __DBG(("%s: starting new span: %d\n", __FUNCTION__, xend));
642 xstart = xend;