Lines Matching defs:xalt
2966 double yy, xalt, x, lx, rx;
2979 xalt = intersectLine(yy, acc->right);
2980 if (xalt >= -rw - acc->fromIntX && xalt <= rx)
2981 rx = xalt;
3503 double yy, x, xalt;
3572 xalt = def->w - def->l;
3573 x = -sqrt(xalt * xalt - yy * yy);
3578 xalt = intersectLine(yy, acc->left);
3579 if (xalt < x)
3580 x = xalt;
3583 xalt = intersectLine(yy, acc->right);
3584 if (xalt < x)
3585 x = xalt;