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

/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSurfaceData.java565 sg2d.textpipe = outlineTextRenderer;
590 sg2d.textpipe = outlineTextRenderer;
603 sg2d.textpipe = solidTextRenderer;
613 sg2d.textpipe = clipCompText;
618 sg2d.textpipe = compText;
625 sg2d.textpipe = clipCompText;
627 sg2d.textpipe = compText;
638 sg2d.textpipe = clipColorText;
650 sg2d.textpipe = colorText;
652 sg2d.textpipe
[all...]
H A DNullSurfaceData.java72 sg2d.textpipe = nullpipe;
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...]
/openjdk7/jdk/src/windows/classes/sun/java2d/windows/
H A DGDIWindowSurfaceData.java161 // Do this to init textpipe correctly; we will override the
172 sg2d.textpipe = solidTextRenderer;
176 sg2d.textpipe = aaTextRenderer;
184 sg2d.textpipe = lcdTextRenderer;
188 sg2d.textpipe = aaTextRenderer;
192 sg2d.textpipe = solidTextRenderer;
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11SurfaceData.java314 sg2d.textpipe = lazypipe;
319 // Do this to init textpipe correctly; we will override the
333 sg2d.textpipe = x11textpipe;
335 sg2d.textpipe = solidTextRenderer;
342 sg2d.textpipe = aaTextRenderer;
350 sg2d.textpipe = lcdTextRenderer;
357 sg2d.textpipe = x11textpipe;
359 sg2d.textpipe = solidTextRenderer;
364 sg2d.textpipe = aaTextRenderer;
368 sg2d.textpipe
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLSurfaceData.java420 TextPipe textpipe;
444 textpipe = oglTextPipe;
446 // do this to initialize textpipe correctly; we will attempt
449 textpipe = sg2d.textpipe;
519 sg2d.textpipe = textpipe;
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DValidatePipe.java165 sg.textpipe.drawString(sg, s, x, y);
171 sg.textpipe.drawGlyphVector(sg, g, x, y);
178 sg.textpipe.drawChars(sg, data, offset, length, x, y);
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DSurfaceData.java539 TextPipe textpipe;
573 textpipe = d3dTextPipe;
575 // do this to initialize textpipe correctly; we will attempt
578 textpipe = sg2d.textpipe;
648 sg2d.textpipe = textpipe;
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRSurfaceData.java113 TextPipe textpipe;
117 * The textpipe for now can't handle TexturePaint when extra-alpha is
126 textpipe = xrtextpipe;
129 textpipe = sg2d.textpipe;
181 sg2d.textpipe = textpipe;
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java95 sg2d.textpipe = sCocoaTextPipe;
114 sg2d.textpipe = sCocoaTextPipe;

Completed in 50 milliseconds