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

/openjdk7/jdk/src/share/classes/sun/font/
H A DFont2DHandle.java53 * In the initial implementation a Font2DHandle is what is held by
65 public final class Font2DHandle { class
69 public Font2DHandle(Font2D font) { method in class:Font2DHandle
H A DFontManager.java108 public Font2DHandle getNewComposite(String family, int style,
109 Font2DHandle handle);
H A DFontAccess.java45 public abstract void setFont2D(Font f, Font2DHandle h);
H A DPhysicalFont.java61 handle = new Font2DHandle(this);
67 handle = new Font2DHandle(this);
H A DCompositeFont.java65 handle = new Font2DHandle(this);
153 handle = new Font2DHandle(this);
H A DFont2D.java71 public Font2DHandle handle;
H A DSunFontManager.java599 public Font2DHandle getNewComposite(String family, int style,
600 Font2DHandle handle) {
627 Font2DHandle newHandle = new Font2DHandle(compFont);
915 private final ConcurrentHashMap<String, Font2DHandle>
916 initialisedFonts = new ConcurrentHashMap<String, Font2DHandle>();
1102 Font2DHandle handle = initialisedFonts.get(fileNameKey);
/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCFont.java94 handle = new Font2DHandle(this);
102 handle = new Font2DHandle(this);
/openjdk7/jdk/src/share/classes/sun/print/
H A DPathGraphics.java33 import sun.font.Font2DHandle;
659 protected static SoftReference<Hashtable<Font2DHandle,Object>>
660 fontMapRef = new SoftReference<Hashtable<Font2DHandle,Object>>(null);
708 Hashtable<Font2DHandle,Object> fontMap;
712 fontMap = new Hashtable<Font2DHandle,Object>();
714 new SoftReference<Hashtable<Font2DHandle,Object>>(fontMap);
/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java55 import sun.font.Font2DHandle;
231 public void setFont2D(Font font, Font2DHandle handle) {
407 private transient Font2DHandle font2DHandle;
582 boolean created, Font2DHandle handle) {
646 boolean created, Font2DHandle handle) {

Completed in 66 milliseconds