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

/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DFontInfo.java36 * A FontInfo object holds all calculated or derived data needed
41 * So presently, until SG2D objects no longer reference this FontInfo,
46 public class FontInfo implements Cloneable { class in inherits:Cloneable
78 return ("FontInfo["+
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DGlyphListPipe.java39 import sun.java2d.loops.FontInfo;
50 FontInfo info = sg2d.getFontInfo();
86 FontInfo info = sg2d.getFontInfo();
120 FontInfo info = sg2d.getGVFontInfo(gv.getFont(), frc);
H A DTextRenderer.java33 import sun.java2d.loops.FontInfo;
H A DLoopPipe.java42 import sun.java2d.loops.FontInfo;
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DX11TextRenderer.java37 import sun.java2d.loops.FontInfo;
54 FontInfo info = sg2d.getGVFontInfo(g.getFont(), frc);
/openjdk7/jdk/src/share/classes/sun/font/
H A DGlyphList.java31 import sun.java2d.loops.FontInfo;
50 * public void drawString(String str, FontInfo info, float x, float y) {
120 * from the right FontInfo. Another approach would have been to have
131 * from the right FontInfo. Its also needed by the code which
133 * GlyphList and would otherwise need the FontInfo.
235 public boolean setFromString(FontInfo info, String str, float x, float y) {
247 public boolean setFromChars(FontInfo info, char[] chars, int off, int alen,
265 private final boolean mapChars(FontInfo info, int len) {
278 public void setFromGlyphVector(FontInfo info, GlyphVector gv,
H A DStandardGlyphVector.java50 import sun.java2d.loops.FontInfo;
256 /* This is called from the rendering loop. FontInfo is supplied
262 * We can detect this as being AA=="ON" in the FontInfo and AA!="ON"
267 FontInfo info) {
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java81 import sun.java2d.loops.FontInfo;
218 private FontInfo fontInfo;
219 private FontInfo glyphVectorFontInfo;
287 g.fontInfo = (FontInfo)this.fontInfo.clone();
294 (FontInfo)this.glyphVectorFontInfo.clone();
554 public FontInfo checkFontInfo(FontInfo info, Font font,
556 /* Do not create a FontInfo object as part of construction of an
561 info = new FontInfo();
644 * FontInfo
[all...]
H A DSurfaceData.java51 import sun.java2d.loops.FontInfo;
766 /* This should not be reached as the FontInfo will

Completed in 37 milliseconds