Home | History | Annotate | Download | only in swrast

Lines Matching refs:lines

125       GLint lines;	/* number of lines to be sampled on this edge */
252 eMaj.lines = FixedToInt(FixedCeil(vMax_fy - eMaj.fsy));
253 if (eMaj.lines > 0) {
265 eTop.lines = FixedToInt(FixedCeil(vMax_fy - eTop.fsy));
266 if (eTop.lines > 0) {
275 eBot.lines = FixedToInt(FixedCeil(vMid_fy - eBot.fsy));
276 if (eBot.lines > 0) {
528 int lines;
535 lines = eRight->lines;
542 lines = eLeft->lines;
552 lines = eRight->lines;
559 lines = eLeft->lines;
563 if (lines == 0)
567 if (setupLeft && eLeft->lines > 0) {
725 if (setupRight && eRight->lines>0) {
730 if (lines==0) {
767 while (lines > 0) {
830 lines--;
902 } /*while lines>0*/