Searched defs:GlyphList (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DGlyphList.java51 * GlyphList gl = GlyphList.getInstance();
79 public final class GlyphList { class
88 /* A reference to the strike is needed for the case when the GlyphList
92 * GlyphList and places only the data it contains on the queue, that the
100 /* In normal usage, the same GlyphList will get recycled, so
133 * GlyphList and would otherwise need the FontInfo.
143 /* This scheme creates a singleton GlyphList which is checked out
149 * GlyphList is checked out for a long time (or never returned?) then
154 private static GlyphList reusableG
178 private GlyphList() { method in class:GlyphList
[all...]

Completed in 29 milliseconds