Searched refs:drawPolyline (Results 1 - 23 of 23) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/pipe/
H A DPixelDrawPipe.java60 public void drawPolyline(SunGraphics2D sg, method in interface:PixelDrawPipe
H A DValidatePipe.java128 public void drawPolyline(SunGraphics2D sg, method in class:ValidatePipe
132 sg.drawpipe.drawPolyline(sg, xPoints, yPoints, nPoints);
H A DPixelToShapeConverter.java116 public void drawPolyline(SunGraphics2D sg, method in class:PixelToShapeConverter
H A DNullPipe.java89 public void drawPolyline(SunGraphics2D sg, method in class:NullPipe
H A DLoopPipe.java94 public void drawPolyline(SunGraphics2D sg2d, method in class:LoopPipe
H A DBufferedRenderPipe.java246 public void drawPolyline(SunGraphics2D sg2d, method in class:BufferedRenderPipe
/openjdk10/jdk/test/sun/java2d/pipe/
H A DTest8004821.java58 g.drawPolyline(arr, arr, arr.length);
/openjdk10/jdk/test/java/awt/print/PrinterJob/
H A DPolylinePrintingTest.java83 g.drawPolyline(xp, yp, xp.length);
/openjdk10/jdk/test/javax/swing/plaf/metal/MetalBumps/
H A DTest6657026.java189 public void drawPolyline(int[] xPoints, int[] yPoints, int nPoints) { method in class:Test6657026.MyGraphics
/openjdk10/jdk/src/java.desktop/share/classes/sun/print/
H A DProxyGraphics.java652 public void drawPolyline(int xPoints[], int yPoints[], method in class:ProxyGraphics
654 g.drawPolyline(xPoints, yPoints, nPoints);
674 * @see java.awt.Graphics#drawPolyline
686 * @see java.awt.Graphics#drawPolyline
H A DPeekGraphics.java750 public void drawPolyline(int xPoints[], int yPoints[], method in class:PeekGraphics
782 * @see java.awt.Graphics#drawPolyline
788 drawPolyline(xPoints, yPoints, nPoints);
H A DProxyGraphics2D.java665 public void drawPolyline(int xPoints[], int yPoints[], method in class:ProxyGraphics2D
667 mGraphics.drawPolyline(xPoints, yPoints, nPoints);
687 * @see java.awt.Graphics#drawPolyline
H A DPathGraphics.java459 public void drawPolyline(int xPoints[], int yPoints[], method in class:PathGraphics
493 * @see java.awt.Graphics#drawPolyline
506 * @see java.awt.Graphics#drawPolyline
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/
H A DGraphics.java699 public abstract void drawPolyline(int xPoints[], int yPoints[], method in class:Graphics
719 * @see java.awt.Graphics#drawPolyline
729 * @see java.awt.Graphics#drawPolyline
/openjdk10/jdk/test/sun/java2d/SunGraphics2D/
H A DPolyVertTest.java211 g2d.drawPolyline(xpoints, ypoints, npoints);
226 g2d.drawPolyline(xpoints, ypoints, npoints);
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DDebugGraphics.java771 * Overrides <code>Graphics.drawPolyline</code>.
773 public void drawPolyline(int xPoints[], int yPoints[], int nPoints) { method in class:DebugGraphics
787 debugGraphics.drawPolyline(xPoints, yPoints, nPoints);
796 graphics.drawPolyline(xPoints, yPoints, nPoints);
802 graphics.drawPolyline(xPoints, yPoints, nPoints);
/openjdk10/jdk/src/java.desktop/unix/classes/sun/java2d/xr/
H A DXRRenderer.java108 public void drawPolyline(SunGraphics2D sg2d, method in class:XRRenderer
/openjdk10/jdk/src/java.desktop/macosx/classes/sun/java2d/
H A DCompositeCRenderer.java87 public synchronized void drawPolyline(SunGraphics2D sg2d, int xpoints[], int ypoints[], int npoints) { method in class:CompositeCRenderer
H A DCRenderer.java233 public void drawPolyline(SunGraphics2D sg2d, int xpoints[], int ypoints[], int npoints) { method in class:CRenderer
/openjdk10/jdk/src/java.desktop/unix/classes/sun/java2d/x11/
H A DX11Renderer.java172 public void drawPolyline(SunGraphics2D sg2d, method in class:X11Renderer
/openjdk10/jdk/test/java/awt/font/TextLayout/
H A DTestLayoutVsICU.java616 public void drawPolyline(int[] xPoints, int[] yPoints,
/openjdk10/jdk/src/java.desktop/windows/classes/sun/java2d/windows/
H A DGDIRenderer.java143 public void drawPolyline(SunGraphics2D sg2d, method in class:GDIRenderer
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/
H A DSunGraphics2D.java2354 public void drawPolyline(int xPoints[], int yPoints[], int nPoints) { method in class:SunGraphics2D
2356 drawpipe.drawPolyline(this, xPoints, yPoints, nPoints);
2360 drawpipe.drawPolyline(this, xPoints, yPoints, nPoints);

Completed in 138 milliseconds