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

/openjdk7/jdk/src/share/classes/sun/font/
H A DCMap.java449 * short idDelta[segCount]
459 short[] idDelta; field in class:CMap.CMapFormat4
489 idDelta = new short[segCount];
501 idDelta[i] = (short)buffer.get();
525 " delta="+idDelta[j] +
564 * character code, then you use the corresponding idDelta and
590 glyphCode = (char)(charCode + idDelta[index]);
605 glyphCode = (char)(glyphCode + idDelta[index]);
723 * short idDelta;
827 glyphCode += idDeltaArray[key]; //idDelta
[all...]

Completed in 31 milliseconds