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

/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java158 public TextPipe textpipe; field in class:SunGraphics2D
394 textpipe = invalidpipe;
763 /* In the GASP AA case the textpipe depends on the glyph size
774 * case there's no need to invalidate the textpipe.
778 textpipe != invalidpipe &&
785 textpipe = invalidpipe;
2861 textpipe.drawString(this, str, x, y);
2865 textpipe.drawString(this, str, x, y);
2890 textpipe.drawString(this, str, x, y);
2894 textpipe
[all...]

Completed in 40 milliseconds