Searched defs:drawLine (Results 26 - 29 of 29) sorted by relevance

12

/openjdk7/jdk/src/share/classes/sun/print/
H A DPeekGraphics.java513 public void drawLine(int x1, int y1, int x2, int y2) { method in class:PeekGraphics
757 drawLine(x, y, xPoints[i], yPoints[i]);
789 drawLine(xPoints[nPoints - 1], yPoints[nPoints - 1],
H A DProxyGraphics2D.java449 public void drawLine(int x1, int y1, int x2, int y2) { method in class:ProxyGraphics2D
450 mGraphics.drawLine(x1, y1, x2, y2);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java880 protected void drawLine(Node node, Graphics g) { method in class:Metacity
893 g2d.drawLine(x1, y1, x2, y2);
896 g.drawLine(x1, y1, x2, y2);
1409 drawLine(child, g);
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java2167 public void drawLine(int x1, int y1, int x2, int y2) { method in class:SunGraphics2D
2169 drawpipe.drawLine(this, x1, y1, x2, y2);
2173 drawpipe.drawLine(this, x1, y1, x2, y2);

Completed in 56 milliseconds

12