Home | History | Annotate | Download | only in src

Lines Matching defs:x1

703         double x1 = m2[i].x, y1 = m2[i].y;
705 a[i*9+0] = x1*x0;
706 a[i*9+1] = x1*y0;
707 a[i*9+2] = x1;
851 double x1 = (m2[i].x - m1c.x)*scale1;
853 double r[9] = { x1*x0, x1*y0, x1, y1*x0, y1*y0, y1, x0, y0, 1 };