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

/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java219 private FontInfo glyphVectorFontInfo; field in class:SunGraphics2D
292 if (this.glyphVectorFontInfo != null) {
293 g.glyphVectorFontInfo =
294 (FontInfo)this.glyphVectorFontInfo.clone();
803 if (glyphVectorFontInfo != null &&
804 glyphVectorFontInfo.font == font &&
806 return glyphVectorFontInfo;
809 return glyphVectorFontInfo =
810 checkFontInfo(glyphVectorFontInfo, font, frc);
1239 this.glyphVectorFontInfo
[all...]

Completed in 25 milliseconds