Lines Matching refs:x1
168 public void lineTo(float x1, float y1) {
169 float dx = x1 - x0;
186 curCurvepts[0] = x1;
515 final float x1 = curve[i], y1 = curve[i+1];
516 final float len = Helpers.linelen(x0, y0, x1, y1);
519 x0 = x1;
532 public void curveTo(float x1, float y1,
537 curCurvepts[2] = x1; curCurvepts[3] = y1;
544 public void quadTo(float x1, float y1, float x2, float y2) {
546 curCurvepts[2] = x1; curCurvepts[3] = y1;