Home | History | Annotate | Download | only in swrast

Lines Matching defs:eRight

526             EdgeT *eLeft, *eRight;
534 eRight = &eBot;
535 lines = eRight->lines;
541 eRight = &eMaj;
551 eRight = &eTop;
552 lines = eRight->lines;
558 eRight = &eMaj;
725 if (setupRight && eRight->lines>0) {
726 fxRightEdge = eRight->fsx - FIXED_EPSILON;
727 fdxRightEdge = eRight->fdxdy;