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

/openjdk7/jdk/src/share/classes/sun/font/
H A DTextSourceLabel.java166 GlyphLayout gl = GlyphLayout.get(null); // !!! no custom layout engines
169 GlyphLayout.done(gl);
H A DGlyphLayout.java38 * GlyphLayout is used to process a run of text into a run of run of
64 * GlyphLayout, call layout on it, then call done(GlyphLayout) when
66 * but it assists in reuse of the GlyphLayout.
83 public final class GlyphLayout { class
88 private static volatile GlyphLayout cache; // reusable
180 * Return a new instance of GlyphLayout, using the provided layout engine factory.
183 public static GlyphLayout get(LayoutEngineFactory lef) {
187 GlyphLayout result = null;
188 synchronized(GlyphLayout
502 private GlyphLayout() { method in class:GlyphLayout
[all...]
H A DSunLayoutEngine.java33 import sun.font.GlyphLayout.*;
H A DExtendedTextSourceLabel.java328 GlyphLayout gl = GlyphLayout.get(null); // !!! no custom layout engines
330 GlyphLayout.done(gl);
/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java60 import sun.font.GlyphLayout;
2635 GlyphLayout gl = GlyphLayout.get(null); // !!! no custom layout engines
2638 GlyphLayout.done(gl);

Completed in 42 milliseconds