Searched defs:textOut (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/io/
H A DPrintStream.java69 private BufferedWriter textOut; field in class:PrintStream
105 this.textOut = new BufferedWriter(charOut);
112 this.textOut = new BufferedWriter(charOut);
359 textOut.close();
365 textOut = null;
503 textOut.write(buf);
504 textOut.flushBuffer();
525 textOut.write(s);
526 textOut.flushBuffer();
544 textOut
[all...]
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPathGraphics.java462 * is handled in the textOut() call.
512 textOut(str, font, (TrueTypeFont)font2D, frc,
543 textOut(substr, font, slotFont, frc,
775 private void textOut(String str, method in class:WPathGraphics
830 wPrinterJob.textOut(str, devx, devy, glyphPos);
H A DWPrinterJob.java1110 protected void textOut(String str, float x, float y, method in class:WPrinterJob
1123 textOut(getPrintDC(), text, text.length(), false, x, y, positions);
1146 textOut(getPrintDC(), glyphStr, glyphs.length, true, x, y, positions);
1492 protected native void textOut(long printDC, String text, method in class:WPrinterJob
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPrinterJob.java1209 protected boolean textOut(Graphics g, String str, float x, float y, method in class:PSPrinterJob

Completed in 45 milliseconds