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

/openjdk7/jdk/src/share/classes/sun/font/
H A DSunLayoutEngine.java111 private LayoutEngineKey key;
127 return getEngine(new LayoutEngineKey(font, script, lang));
131 public LayoutEngine getEngine(LayoutEngineKey key) {
140 LayoutEngineKey copy = key.copy();
148 private SunLayoutEngine(LayoutEngineKey key) {
H A DGlyphLayout.java102 public static final class LayoutEngineKey { class in class:GlyphLayout
107 LayoutEngineKey() { method in class:GlyphLayout.LayoutEngineKey
110 LayoutEngineKey(Font2D font, int script, int lang) { method in class:GlyphLayout.LayoutEngineKey
120 LayoutEngineKey copy() {
121 return new LayoutEngineKey(font, script, lang);
140 LayoutEngineKey that = (LayoutEngineKey)rhs;
164 public LayoutEngine getEngine(LayoutEngineKey key);
642 private LayoutEngineKey key;
646 key = new LayoutEngineKey();
[all...]

Completed in 23 milliseconds