Home | History | Annotate | Download | only in test

Lines Matching refs:y1

722         double y1 = (box_pt[1].y + box_pt[3].y)*0.5;
724 if( fabs(d0 - d1) + fabs(x0 - x1) + fabs(y0 - y1) > eps*MAX(d0,d1) )