Home | History | Annotate | Download | only in src

Lines Matching refs:ye

993         int x, dx, ye;
1067 edge[0].ye = edge[1].ye = y = ymin;
1079 if( y >= edge[i].ye )
1082 int xs = 0, xe, ye, ty = 0;
1095 ye = ty;
1100 if( y >= ye )
1103 edge[i].ye = ye;
1104 edge[i].dx = ((xe - xs)*2 + (ye - y)) / (2 * (ye - y));