Searched refs:nPoints (Results 1 – 1 of 1) sorted by relevance
/external/proguard/src/proguard/gui/splash/ |
D | OverrideGraphics2D.java | 344 public void drawPolygon(int[] xPoints, int[] yPoints, int nPoints) in drawPolygon() argument 346 graphics.drawPolygon(xPoints, yPoints, nPoints); in drawPolygon() 354 public void drawPolyline(int[] xPoints, int[] yPoints, int nPoints) in drawPolyline() argument 356 graphics.drawPolyline(xPoints, yPoints, nPoints); in drawPolyline() 424 public void fillPolygon(int[] xPoints, int[] yPoints, int nPoints) in fillPolygon() argument 426 graphics.fillPolygon(xPoints, yPoints, nPoints); in fillPolygon()
|