Searched refs:mArc1 (Results 1 – 1 of 1) sorted by relevance
24 private final RectF mArc1 = new RectF(); field in RoundedLine86 mArc1.set(p1x, p1y, p1x, p1y); in makePath()87 mArc1.inset(-r1, -r1); in makePath()93 mPath.arcTo(mArc1, angle, a1); in makePath()110 mPath.computeBounds(mArc1, true /* unused */); in getBounds()111 mArc1.roundOut(outBounds); in getBounds()