Home | History | Annotate | Download | only in src

Lines Matching defs:x0

702         double x0 = m1[i].x, y0 = m1[i].y;
705 a[i*9+0] = x1*x0;
708 a[i*9+3] = y1*x0;
711 a[i*9+6] = x0;
849 double x0 = (m1[i].x - m0c.x)*scale0;
853 double r[9] = { x1*x0, x1*y0, x1, y1*x0, y1*y0, y1, x0, y0, 1 };