Home | History | Annotate | Download | only in swrast

Lines Matching full:eleft

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