Lines Matching refs:x3
264 final float x3 = x4 + cv * my;
267 emitCurveTo(x1, y1, x2, y2, x3, y3, x4, y4, rev);
482 final float x3, final float y3, final boolean rev)
487 out.curveTo(x1, y1, x2, y2, x3, y3);
559 final float x3 = pts[off + 4], y3 = pts[off + 5];
562 float dx4 = x4 - x3;
570 final boolean p3eqp4 = within(x3,y3,x4,y4, 6 * ulp(y4));
575 dx1 = x3 - x1;
629 // [x2-x1, x4-x3][c1]
638 float x = 0.125f * (x1 + 3 * (x2 + x3) + x4);
642 float dxm = x3 + x4 - x1 - x2, dym = y3 + y4 - y1 - y2;
702 final float x3 = pts[off + 4], y3 = pts[off + 5];
704 final float dx3 = x3 - x2;
714 leftOff[4] = x3 + offset[1][0]; leftOff[5] = y3 + offset[1][1];
716 rightOff[4] = x3 - offset[1][0]; rightOff[5] = y3 - offset[1][1];
747 getLineOffsets(x1, y1, x3, y3, leftOff, rightOff);
903 final float x3 = cos * pts[4] + sin * pts[5];
909 c.set(x1, y1, x2, y2, x3, y3, x4, y4);
912 c.set(x1, y1, x2, y2, x3, y3);
941 float x3, float y3)
946 middle[6] = x3; middle[7] = y3;