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

/openjdk7/jdk/src/share/classes/sun/font/
H A DCMap.java882 int[] startGlyphID; field in class:CMap.CMapFormat8
891 startGlyphID = new int[nGroups];
951 int[] startGlyphID; field in class:CMap.CMapFormat12
961 startGlyphID = new int[numGroups];
968 startGlyphID[i] = ibuffer.get() & INTMASK;
1026 (startGlyphID[range] + (charCode - startCharCode[range]));

Completed in 23 milliseconds