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

/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java554 public FontInfo checkFontInfo(FontInfo info, Font font, method in class:SunGraphics2D
677 /* If we are in checkFontInfo because a rendering hint has been
767 * Deferring pipe invalidation to checkFontInfo won't work because
795 this.fontInfo = checkFontInfo(this.fontInfo, font, null);
810 checkFontInfo(glyphVectorFontInfo, font, frc);

Completed in 49 milliseconds