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

/openjdk7/jdk/src/share/classes/sun/font/
H A DCMap.java436 abstract char getGlyph(int charCode); method in class:CMap
536 char getGlyph(int charCode) { method in class:CMap.CMapFormat4
629 char getGlyph(int charCode) { method in class:CMap.CMapFormat0
679 // char glyph = cmap.getGlyph(i + 0xf000);
695 // char getGlyph(int unicode) {
700 // return cmap.getGlyph(unicode);
775 char getGlyph(int charCode) { method in class:CMap.CMapFormat2
854 char getGlyph(int charCode) { method in class:CMap.CMapFormat6
894 char getGlyph(int charCode) { method in class:CMap.CMapFormat8
926 char getGlyph(in method in class:CMap.CMapFormat10
1003 char getGlyph(int charCode) { method in class:CMap.CMapFormat12
1037 char getGlyph(int charCode) { method in class:CMap.NullCMapClass
[all...]

Completed in 39 milliseconds