Lines Matching defs:oldx
3178 struct finalSpan *oldx;3184 oldx = 0;3188 if (x == oldx) {3193 if (oldx) {3194 oldx->min = min(x->min, xmin);3195 oldx->max = max(x->max, xmax);3205 oldx = x;3207 xmin = oldx->min;3208 xmax = oldx->max;3216 if (!oldx) {