Lines Matching refs:eLeft
526 EdgeT *eLeft, *eRight; in NAME() local
533 eLeft = &eMaj; in NAME()
540 eLeft = &eBot; in NAME()
542 lines = eLeft->lines; in NAME()
550 eLeft = &eMaj; in NAME()
557 eLeft = &eTop; in NAME()
559 lines = eLeft->lines; in NAME()
567 if (setupLeft && eLeft->lines > 0) { in NAME()
568 const SWvertex *vLower = eLeft->v0; in NAME()
569 const GLfixed fsy = eLeft->fsy; in NAME()
570 const GLfixed fsx = eLeft->fsx; /* no fractional part */ in NAME()
572 const GLfixed adjx = (GLfixed) (fx - eLeft->fx0); /* SCALED! */ in NAME()
573 const GLfixed adjy = (GLfixed) eLeft->adjy; /* SCALED! */ in NAME()
580 fdxLeftEdge = eLeft->fdxdy; in NAME()