Searched refs:drawText (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/java/awt/Graphics/
H A DTextAAHintsTest.java46 drawText(g.create(0, 0, 500, 100));
51 private void drawText(Graphics g) { method in class:TextAAHintsTest
95 drawText(g2d);
131 drawText(image.createGraphics());
/openjdk7/jdk/src/share/classes/sun/print/
H A DPeekMetrics.java115 public void drawText(Graphics2D g) { method in class:PeekMetrics
125 public void drawText(Graphics2D g, TextLayout textLayout) { method in class:PeekMetrics
H A DPeekGraphics.java1471 mPrintMetrics.drawText(this);
1495 mPrintMetrics.drawText(this);
/openjdk7/jdk/test/java/awt/Graphics2D/DrawString/
H A DAlphaSurfaceText.java40 drawText(opaquebi0, c);
43 drawText(alphabi, c);
51 private void drawText(BufferedImage bi, Color c) { method in class:AlphaSurfaceText
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DWrappedPlainView.java111 drawText(line, p0, p1, g, x, y);
120 x = drawText(elem, start, end, g, x, y);
128 private int drawText(Element elem, int p0, int p1, Graphics g, int x, int y) throws BadLocationException { method in class:WrappedPlainView
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFontPanel.java897 private void drawText( Graphics g, int w, int h ) { method in class:FontPanel.FontCanvas
997 drawText( g, d.width, d.height );
1046 drawText( g, pageWidth, pageHeight - 60 );

Completed in 45 milliseconds