Home | History | Annotate | Download | only in graphics

Lines Matching refs:drawLines

949     public native void drawLines(float[] pts, int offset, int count, Paint paint);
951 public void drawLines(float[] pts, Paint paint) {
952 drawLines(pts, 0, pts.length, paint);