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

/openjdk7/jdk/src/share/classes/sun/font/
H A DCMap.java421 case 12: return new CMapFormat12(buffer, offset, xlat);
943 static class CMapFormat12 extends CMap { class in class:CMap
953 CMapFormat12(ByteBuffer buffer, int offset, char[] xlat) { method in class:CMap.CMapFormat12
H A DTrueTypeGlyphMapper.java267 cmap instanceof CMap.CMapFormat12;

Completed in 33 milliseconds