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

/openjdk7/jdk/src/share/classes/sun/font/
H A DSunLayoutEngine.java104 public final class SunLayoutEngine implements LayoutEngine, LayoutEngineFactory {
113 private static LayoutEngineFactory instance;
115 public static LayoutEngineFactory instance() {
H A DGlyphLayout.java90 private LayoutEngineFactory _lef; // set when get is called, unset when done is called
155 public static interface LayoutEngineFactory { interface in class:GlyphLayout
183 public static GlyphLayout get(LayoutEngineFactory lef) {

Completed in 31 milliseconds