src/share/classes/sun/java2d/pipe/LCDTextRenderer.java

Print this page

        

*** 36,44 **** */ public class LCDTextRenderer extends GlyphListLoopPipe { protected void drawGlyphList(SunGraphics2D sg2d, GlyphList gl) { ! sg2d.loops.drawGlyphListLCDLoop. DrawGlyphListLCD(sg2d, sg2d.surfaceData, gl); } } --- 36,44 ---- */ public class LCDTextRenderer extends GlyphListLoopPipe { protected void drawGlyphList(SunGraphics2D sg2d, GlyphList gl) { ! sg2d.getLoops().drawGlyphListLCDLoop. DrawGlyphListLCD(sg2d, sg2d.surfaceData, gl); } }